From 61b05222618e5fc5eefc34a08b3d6bdadea786bd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 9 Jul 2018 10:29:14 +0300 Subject: Change: no borg progress reporting, works badly in cron --- ansible/roles/holywood2/files/borg-all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ansible/roles/holywood2') diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all index bbc982a..e3f5bac 100755 --- a/ansible/roles/holywood2/files/borg-all +++ b/ansible/roles/holywood2/files/borg-all @@ -3,13 +3,13 @@ ts="$(date +%Y-%m-%dT%H:%M:%S)" echo "Backing up /mnt/soile" -./run-borg willikins /mnt/backups/borg create -p --stats ::"soile-$ts)" /mnt/soile/ +./run-borg willikins /mnt/backups/borg create --stats ::"soile-$ts)" /mnt/soile/ echo "Backing up /mnt/media" -./run-borg willikins /mnt/backups/borg create -p --stats ::"media-$ts)" /mnt/media/ +./run-borg willikins /mnt/backups/borg create --stats ::"media-$ts)" /mnt/media/ echo "Backing up /mnt/liw-backups" -./run-borg willikins /mnt/backups/borg create -p --stats ::"liw-$ts)" /mnt/liw-backups/ +./run-borg willikins /mnt/backups/borg create --stats ::"liw-$ts)" /mnt/liw-backups/ echo "Pruning" ./run-borg willikins /mnt/backups/borg prune --keep-with 100d -- cgit v1.2.1