diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-18 21:56:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-18 21:56:50 +0000 |
commit | c5d0d2a314b46b171bf76ce594176ff71ef7cbbb (patch) | |
tree | ca48eb0636a4022b0f25f7c69fdbde4f6a05e217 /extra/rsync/rsyncd.logrotate | |
parent | 7b100dd70af50cc4ac54486e06a9b0d80321509e (diff) | |
download | aports-c5d0d2a314b46b171bf76ce594176ff71ef7cbbb.tar.bz2 aports-c5d0d2a314b46b171bf76ce594176ff71ef7cbbb.tar.xz |
extra/rsync: new aport
Diffstat (limited to 'extra/rsync/rsyncd.logrotate')
-rw-r--r-- | extra/rsync/rsyncd.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/rsync/rsyncd.logrotate b/extra/rsync/rsyncd.logrotate new file mode 100644 index 0000000000..34bcf72d21 --- /dev/null +++ b/extra/rsync/rsyncd.logrotate @@ -0,0 +1,9 @@ +/var/log/rsync.log { + compress + maxage 365 + rotate 7 + size=+1024k + notifempty + missingok + copytruncate +} |