~ubuntu-branches/ubuntu/karmic/backupninja/karmic

« back to all changes in this revision

Viewing changes to etc/logrotate.d/backupninja

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2007-12-05 15:42:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205154247-w6r1xld7160156nx
Tags: 0.9.5-2
* Fixed ignore_version default value in rdiff handler
* Updated standards version to 3.7.3 (no changes)
* Removed unused /usr/bin from debian/backupninja.dirs

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
 
}