Changeset 5963
- Timestamp:
- 07/08/08 05:21:59 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/backup/bin/retrieve_backup_cron_from_mysql.pl
r4236 r5963 84 84 } 85 85 #grab any other cronjobs that are running as asterisk and NOT associated with backups 86 system ("/usr/bin/crontab -l | grep -v ^#\ DO\ NOT | grep -v ^#\ \(| grep -v ampbackup.pl >> $Backup_cron ");86 system ("/usr/bin/crontab -l | grep -v '^# DO NOT' | grep -v ^'# (' | grep -v ampbackup.pl >> $Backup_cron "); 87 87 #issue the schedule to the cron scheduler 88 88 system ("/usr/bin/crontab $Backup_cron");
