More languages
More actions
placeholder / work in progress
- Comrade KakumeiAshley (talk) 02:09, 9 August 2022 (UTC)
The crontab
root@prolewiki:/etc/cron.daily# crontab -l 40 */10 * * * /root/bin/backup.sh | tee -a /var/log/backup.sh.log
The log
/var/log/backup.sh.log
The code
# placeholder