小编jit*_*ose的帖子

Rsync挂起:将file_list指针数组扩展为N个字节,确实移动了

在将一些文件从本地文件夹传输到 NFS 文件夹后,Rsync 将进入“可中断睡眠”模式。我尝试备份的文件夹包含超过 180GB 的数据。

这是 rsync 在挂起之前输出的内容:

[sender] expand file_list pointer array to 524288 bytes, did move
Run Code Online (Sandbox Code Playgroud)

我正在使用 rsync 版本 3.1.0 协议版本 31 运行 Ubuntu Server 14.04 LTS,并且使用以下选项运行 rsync:

/usr/bin/rsync -rHAXxvvut --numeric-ids --progress {SRC_FOLDER} {NFS_FOLDER}
Run Code Online (Sandbox Code Playgroud)

感谢您的任何提示

linux ubuntu nfs rsync ubuntu-14.04

7
推荐指数
1
解决办法
9574
查看次数

如何像 reddit 一样绕过 cloudflare 缓存

有人知道一旦用户通过重新加载页面成功登录,reddit 是如何设法绕过 cloudflare 静态 html 缓存的吗?

我看到成功登录后重新加载了当前页面。

登录前的响应头:

CF-Cache-Status: HIT
CF-RAY: 23b76b8270950e30-MXP
Cache-Control: max-age=0, must-revalidate
Content-Encoding: gzip
Content-Length: 20794
Content-Type: text/html; charset=UTF-8
Date: Mon, 26 Oct 2015 16:08:27 GMT
Server: cloudflare-nginx
Vary: Accept-Encoding
X-Firefox-Spdy: 3.1
X-Frame-Options: SAMEORIGIN
strict-transport-security: max-age=15552000; includeSubDomains; preload
x-content-type-options: nosniff
x-moose: majestic
x-ua-compatible: IE=edge
x-xss-protection: 1; mode=block
Run Code Online (Sandbox Code Playgroud)

登录后的响应头:

CF-RAY: 23b76cb065140e30-MXP
Cache-Control: private, s-maxage=0, max-age=0, must-revalidate, max-age=0, must-revalidate
Content-Encoding: gzip
Content-Length: 18697
Content-Type: text/html; charset=UTF-8
Date: Mon, 26 Oct 2015 16:09:16 GMT
Expires: -1
Server: cloudflare-nginx
Vary: accept-encoding …
Run Code Online (Sandbox Code Playgroud)

cloudflare

6
推荐指数
1
解决办法
8845
查看次数

标签 统计

cloudflare ×1

linux ×1

nfs ×1

rsync ×1

ubuntu ×1

ubuntu-14.04 ×1