ProleWiki:Maintenance/Backups: Difference between revisions
From ProleWiki, the proletarian encyclopedia
More languages
More actions
(Created page with "placeholder * ~~~~") |
No edit summary |
||
Line 1: | Line 1: | ||
placeholder | placeholder / work in progress | ||
* ''Comrade [[Comrade:KakumeiAshley|KakumeiAshley]]'' <sup>([[Comradeship:KakumeiAshley|talk]])</sup> 02:09, 9 August 2022 (UTC) | * ''Comrade [[Comrade:KakumeiAshley|KakumeiAshley]]'' <sup>([[Comradeship:KakumeiAshley|talk]])</sup> 02:09, 9 August 2022 (UTC) | ||
== The crontab == | |||
<pre>root@prolewiki:/etc/cron.daily# crontab -l | |||
40 */10 * * * /root/bin/backup.sh | tee -a /var/log/backup.sh.log</pre> | |||
== The log == | |||
<code>/var/log/backup.sh.log</code> | |||
== The code == | |||
<pre> | |||
# placeholder | |||
</pre> |
Revision as of 02:25, 9 August 2022
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