Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProleWiki:Maintenance/Backups

From ProleWiki, the proletarian encyclopedia
More languages
Revision as of 02:25, 9 August 2022 by KakumeiAshley (talk | contribs)

placeholder / work in progress

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