LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   copy or backup crontab (https://www.linuxquestions.org/questions/linux-hardware-18/copy-or-backup-crontab-732398/)

kumartnj 06-12-2009 01:46 AM

copy or backup crontab
 
All,

How to copy or backup the crontab file.please someone help me on this.

Thanks in Advance !

-Kumar

colucix 06-12-2009 02:10 AM

Code:

crontab -l > $(date +%Y%m%d).crontab

l33y 07-18-2014 07:46 PM

colucix, when I execute that command with a sudo prefix, I get the message:

Quote:

no crontab for root

lleb 07-19-2014 07:02 PM

then there is no cron set for root. not a big deal


All times are GMT -5. The time now is 03:35 PM.