diff options
author | Elijah Saxon <elijah@riseup.net> | 2004-12-09 04:37:12 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2004-12-09 04:37:12 +0000 |
commit | ef78e14b29df0a9f010c3c2a07572bef5668d079 (patch) | |
tree | 4387d38537791ae7b3bc88e52995c35d17bcde7d /etc/logrotate.d | |
download | backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.gz backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.bz2 |
moved all to trunk
Diffstat (limited to 'etc/logrotate.d')
-rw-r--r-- | etc/logrotate.d/backupninja | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/logrotate.d/backupninja b/etc/logrotate.d/backupninja new file mode 100644 index 0000000..f8ca298 --- /dev/null +++ b/etc/logrotate.d/backupninja @@ -0,0 +1,6 @@ +/var/log/backupninja.log { + rotate 6 + monthly + compress + missingok +} |