1

In my crontab file I have two entries

00 13 * * * DISPLAY=:0.0 /home/noob/.scripts/backup.sh 
00 21 * * * DISPLAY=:0.0 /home/noob/.scripts/backup.sh

Now can I write a single entry which executes the backup.sh file @ 1:00PM and 9:00PM.

4

1 に答える 1

1
00 13,21 * * * DISPLAY=:0.0 /home/noob/.scripts/backup.sh 
于 2012-10-31T15:39:41.297 に答える