Merge branch 'vendor/OPENSSL'
[dragonfly.git] / bin / cpdup / scripts / crontab
1 # Generally speaking a mirroring op runs much faster then an offsite
2 # mirroring op, and a cleaning pass can seriously thrash the disk, so you
3 # want to stagger operations
4 #
5 # $DragonFly: src/bin/cpdup/scripts/crontab,v 1.1 2006/09/16 21:57:10 dillon Exp $
6 10 1 1 * *      (cd ~/adm; /usr/bin/lockf -k -t 0 .lockmirror ./do_mirror 1)
7 15 1 2-31 * *   (cd ~/adm; /usr/bin/lockf -k -t 0 .lockmirror ./do_mirror 2)
8 15 4 * * *      (cd ~/adm; /usr/bin/lockf -k -t 0 .lockremote ./do_remote 2)
9 10 8 * * *      (cd ~/adm; /usr/bin/lockf -k -t 0 .lockclean ./do_cleanup 90)