xref: /dragonfly/bin/cpdup/scripts/crontab (revision 548a3528)
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 $
610 1 1 * *	(cd ~/adm; /usr/bin/lockf -k -t 0 .lockmirror ./do_mirror 1)
715 1 2-31 * *	(cd ~/adm; /usr/bin/lockf -k -t 0 .lockmirror ./do_mirror 2)
815 4 * * *	(cd ~/adm; /usr/bin/lockf -k -t 0 .lockremote ./do_remote 2)
910 8 * * *	(cd ~/adm; /usr/bin/lockf -k -t 0 .lockclean ./do_cleanup 90)
10