This commit is contained in:
tkl 2024-07-01 07:48:45 +02:00
parent 51d4d1988e
commit 2ff69b7cea
2 changed files with 5 additions and 0 deletions

3
Readme.md Normal file
View File

@ -0,0 +1,3 @@
# Backup
[borgbackup](https://www.borgbackup.org) based home server backup solution

2
crontab Normal file
View File

@ -0,0 +1,2 @@
0 0 * * 1-6 cd /home/tkl/backup && ./backup.sh
0 0 * * 7 cd /home/tkl/backup && ./update.sh