diff options
Diffstat (limited to 'system/rsync/rsyncd.logrotate')
-rw-r--r-- | system/rsync/rsyncd.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/rsync/rsyncd.logrotate b/system/rsync/rsyncd.logrotate new file mode 100644 index 000000000..34bcf72d2 --- /dev/null +++ b/system/rsync/rsyncd.logrotate @@ -0,0 +1,9 @@ +/var/log/rsync.log { + compress + maxage 365 + rotate 7 + size=+1024k + notifempty + missingok + copytruncate +} |