mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Tweak logging output
This commit is contained in:
parent
ad382b1c44
commit
4198d701ff
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ case "$MODE" in
|
|||
echo "Running first backup..."
|
||||
/etc/periodic/daily/backup.sh
|
||||
echo "Running cron for daily backups..."
|
||||
crond -f -d 5 -l 2 -L /dev/stdout
|
||||
crond -f -l 0
|
||||
;;
|
||||
restore)
|
||||
echo "Restoring from latest backup..."
|
||||
|
|
Loading…
Reference in a new issue