mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-21 19:24:18 +00:00
Fix various bugs (sigh)
This commit is contained in:
parent
7c54a49781
commit
f4c12243d2
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
case "$MODE" in
|
||||
backup)
|
||||
echo "Running first backup..."
|
||||
/usr/lib/backup-duplicity/backup.sh
|
||||
/etc/periodic/daily/backup.sh
|
||||
echo "Running cron for daily backups..."
|
||||
crond -f -d 5 -l info
|
||||
crond -f -d 5 -l 2
|
||||
;;
|
||||
restore)
|
||||
echo "Restoring from latest backup..."
|
||||
|
|
Loading…
Reference in a new issue