mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Tweak entrypoint
This commit is contained in:
parent
4198d701ff
commit
16151233a2
1 changed files with 2 additions and 0 deletions
|
@ -6,10 +6,12 @@ case "$MODE" in
|
|||
/etc/periodic/daily/backup.sh
|
||||
echo "Running cron for daily backups..."
|
||||
crond -f -l 0
|
||||
echo "Cron has exited."
|
||||
;;
|
||||
restore)
|
||||
echo "Restoring from latest backup..."
|
||||
/usr/lib/backup-duplicity/restore.sh
|
||||
echo "Done."
|
||||
;;
|
||||
*)
|
||||
echo "No such mode." >> /dev/stderr
|
||||
|
|
Loading…
Reference in a new issue