1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-12-22 03:34:17 +00:00

Output to stdout

This commit is contained in:
Steffo 2023-05-18 00:07:47 +02:00
parent f4c12243d2
commit 78bb5beabc
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -5,7 +5,7 @@ case "$MODE" in
echo "Running first backup..." echo "Running first backup..."
/etc/periodic/daily/backup.sh /etc/periodic/daily/backup.sh
echo "Running cron for daily backups..." echo "Running cron for daily backups..."
crond -f -d 5 -l 2 crond -f -d 5 -l 2 -L /dev/stdout
;; ;;
restore) restore)
echo "Restoring from latest backup..." echo "Restoring from latest backup..."