diff options
Diffstat (limited to 'debian/logrotate.conf.rsync')
-rw-r--r-- | debian/logrotate.conf.rsync | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/logrotate.conf.rsync b/debian/logrotate.conf.rsync new file mode 100644 index 0000000..d15fc71 --- /dev/null +++ b/debian/logrotate.conf.rsync @@ -0,0 +1,8 @@ +/var/log/rsyncd.log { + weekly + rotate 99 + missingok + notifempty + compress + delaycompress +} |