Changeset 2965
- Timestamp:
- 11/04/06 03:56:37 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/backup/bin/retrieve_backup_cron_from_mysql.pl
r2963 r2965 66 66 print "No Backup Schedules defined in $table_name\n"; 67 67 #grab any other cronjobs that are running as asterisk and NOT associated with backups 68 system ("/usr/bin/crontab -l | grep -v ^#\ DO\ NOT | grep -v ^#\ \( |grep -v ampbackup.pl >> $Backup_cron ");68 system ("/usr/bin/crontab -l | grep -v ^#\ | grep -v ampbackup.pl >> $Backup_cron "); 69 69 #issue the schedule to the cron scheduler 70 70 system ("/usr/bin/crontab $Backup_cron");
