Note that these are just some examples, not a list of things that any particular user should have in their crontab Nothing in here is a specific recommendation. DO NOT copy and paste this with the ...
30 1 * * * /root/nightly_rsync_backup.sh 2>&1 >> /media/data_mount/backup/servername_backup/logs/`date +\%Y\%m\%d\%H\%M\%S`-rsync-cron.log 2>&1 30 3 * * 1 /root ...
Located at /etc/crontab, the system crontab is typically used for system maintenance activities such as the periodic command. One of the nice things about the system crontab is that it is commented ...
Can I create a crontab file with vi without the crontab command? Currently working on a microcontroller linux distribution, and there's no crontab command, but cron exists... if only I could get a ...