3
如何将时间戳和文件列表添加到rsync日志?
我想将时间戳和文件列表都添加到日志中。目前,我只能得到一个。以下命令可以跟踪更新的文件列表,但不添加时间戳。 rsync -avz --progress --delete / web / path / public_html / $ newhost:/ web / path / public_html >> /var/log/rsync.log sent 2345743 bytes received 43205 bytes 530877.33 bytes/sec total size is 14828110173 speedup is 6206.96 sending incremental file list error_log 5740980 100% 36.98MB/s 0:00:00 (xfer#1, to-check=1405/1524) sent 2344322 bytes …
10
rsync