Aug 13, 2003 #1 Chrissirhc Programmer Joined May 20, 2000 Messages 926 Location GB hi, If I wanted to copy my crontab file (back it up or whatever) where would I go to get it?
Aug 13, 2003 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR In most flavor of *nix, here: /usr/spool/cron/crontabs/UserName Maybe Code: man crontab will tell you where to find your job's file. Hope This Help PH. Upvote 0 Downvote
In most flavor of *nix, here: /usr/spool/cron/crontabs/UserName Maybe Code: man crontab will tell you where to find your job's file. Hope This Help PH.
Aug 13, 2003 1 #3 BIS Technical User Joined Jun 1, 2001 Messages 1,897 Location NL or just back it up to a file.. crontab -l > /path/to/file you can edit this file, and reinvoke it with crontab file hth Upvote 0 Downvote
or just back it up to a file.. crontab -l > /path/to/file you can edit this file, and reinvoke it with crontab file hth
Aug 13, 2003 #4 bi Technical User Joined Apr 13, 2001 Messages 1,552 Location US Solaris, HP and AIX have the crontabs directory in /var/spool/cron. Upvote 0 Downvote
Aug 13, 2003 #5 sleipnir214 Programmer Joined May 6, 2002 Messages 15,350 Location US You can add Linux to bi's list. Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
You can add Linux to bi's list. Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!