Announcement

Collapse
No announcement yet.

Crontab

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Crontab

    Am I doing this right?

    a) Run a backup script named local-backup from the /usr/local/adm directory every weekday at 11:30pm.
    Code:
    30 23 * * 1-5 /usr/local/adm/backup.exe
    b) Execute a cleanup script named weekly-cleanly from the same directory above, every Friday at 4:30am.
    Code:
    30 4 * * 5 /usr/local/adm/weekly-cheanly.exe
    Why is it called tourist season, if we can't shoot at them?

  • #2
    Looks right. Is that program really called cheanly?
    Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.

    Comment

    Working...
    X