summaryrefslogtreecommitdiffstats
path: root/main/rsync/rsyncd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/rsync/rsyncd.logrotate')
-rw-r--r--main/rsync/rsyncd.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/rsync/rsyncd.logrotate b/main/rsync/rsyncd.logrotate
new file mode 100644
index 00000000..34bcf72d
--- /dev/null
+++ b/main/rsync/rsyncd.logrotate
@@ -0,0 +1,9 @@
+/var/log/rsync.log {
+ compress
+ maxage 365
+ rotate 7
+ size=+1024k
+ notifempty
+ missingok
+ copytruncate
+}