Hi,
A simple way to take the backup of crontab and restore it back to its original state.
Crontab Backup:
*************
$crontab -l>crontab_backup.out
Restore Crontab:
*************
$crontab crontab_backup.out
Once done just crosscheck it.
Happy Learning :)
A simple way to take the backup of crontab and restore it back to its original state.
Crontab Backup:
*************
$crontab -l>crontab_backup.out
Restore Crontab:
*************
$crontab crontab_backup.out
Once done just crosscheck it.
Happy Learning :)
No comments:
Post a Comment