MAILTO=REPL_MAILTO MAILFROM=REPL_MAILFROM PATH=/p4/common/bin:/p4/1/bin:/p4/2/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin: SHELL=/bin/bash # common tasks INSTANCE=1 # Verify # If the Edge is using lbr.replication=cache, comment this out. 5 5 * * 6 [ -e /p4/common/bin ] && /p4/common/bin/p4verify.sh ${INSTANCE} # Checkpoints # Run recreate_db_checkpoint.sh on the first Saturday afternoon in Jan. and July. 25 13 1-7 1,7 6 [ -e /p4/common/bin ] && /p4/common/bin/recreate_db_checkpoint.sh ${INSTANCE} 25 3 * * 0-6 [ -e /p4/common/bin ] && /p4/common/bin/daily_checkpoint.sh ${INSTANCE} # Replica Status 0 8 * * 0-6 [ -e /p4/common/bin ] && /p4/common/bin/replica_status.sh ${INSTANCE} > /dev/null