~ubuntu-branches/ubuntu/hardy/backupninja/hardy

« back to all changes in this revision

Viewing changes to etc/logrotate.d/backupninja

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2004-12-05 21:26:43 UTC
  • Revision ID: james.westby@ubuntu.com-20041205212643-hu09aefje3gz00bh
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/var/log/backupninja.log {
 
2
        rotate 6
 
3
        monthly
 
4
        compress
 
5
        missingok
 
6
}