# common tasks # Verify 0 4 * * 6 /p4/common/bin/p4master_run 1 -c /p4/common/bin/p4verify.sh # Checkpoints 0 2 * * 6 /p4/common/bin/p4master_run 1 -c /p4/common/bin/weekly_backup.sh 0 2 * * 0-5 /p4/common/bin/p4master_run 1 -c /p4/common/bin/daily_backup.sh # The line below runs a daily checkpoint late in the evening before the weekly is scheduled to run. That will # minimize the size of the journal to reply and therefore the downtime during the weekly. 0 22 * * 5 /p4/common/bin/p4master_run 1 -c /p4/common/bin/daily_backup.sh # p4review daemon 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /p4/common/bin/p4master_run 1 -c /p4/common/bin/p4review.py 1