]> git.pld-linux.org Git - packages/rsync.git/commitdiff
use delaycompress option to avoid file changed during compress errors
authorElan Ruusamäe <glen@delfi.ee>
Mon, 7 Oct 2013 10:06:24 +0000 (13:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 7 Oct 2013 10:06:24 +0000 (13:06 +0300)
gzip: stdin: file size changed while zipping

i can't find from rsync manual how to signal daemon to reopen logs, so
use this.

rsyncd.logrotate

index 7604115b7a1fe36d5494fe1727b6abb2516cadf1..de382b1e9399fff59f2def00a4c6526ed8686197 100644 (file)
@@ -1,3 +1,4 @@
 /var/log/rsyncd.log {
        create 640 root logs
+       delaycompress
 }
This page took 0.082073 seconds and 4 git commands to generate.