~ubuntu-branches/ubuntu/jaunty/backupninja/jaunty

« back to all changes in this revision

Viewing changes to etc/cron.d/backupninja

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2007-09-21 12:33:27 UTC
  • Revision ID: james.westby@ubuntu.com-20070921123327-f4fq9lxkfnxn7vck
Tags: 0.9.4-6ubuntu4
Add rsnap and rub handlers. (LP: #141485)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /etc/cron.d/backupninja -- cron tab entry for package backupninja
 
2
 
 
3
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
4
 
 
5
# run backupninja every hour on the hour
 
6
0 * * * * root if [ -x /usr/sbin/backupninja ]; then /usr/sbin/backupninja; fi