diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-09-30 10:33:29 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-09-30 10:33:29 +0300 |
| commit | 2d60e237ca3d21ba48f3fcbd7d94b7c597282049 (patch) | |
| tree | c76fc322ea69dc5563401c64706d34efe1aadc94 /templates/etc_crontab.j2 | |
| parent | d9ce013dda51ad1a1905e2acc7476ea1744be6e0 (diff) | |
Implement daily backups
Diffstat (limited to 'templates/etc_crontab.j2')
| -rw-r--r-- | templates/etc_crontab.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/etc_crontab.j2 b/templates/etc_crontab.j2 index a6c48e4..6632294 100644 --- a/templates/etc_crontab.j2 +++ b/templates/etc_crontab.j2 @@ -23,3 +23,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin # Update dynamic DNS */1 * * * * root logto -e /var/log/do_dyndns.err /usr/local/bin/do_dyndns.sh + +# Take backups every day at 3:05 AM +5 3 * * * root logto /var/log/backup /usr/local/bin/backup |
