summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-01 10:51:28 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-01 10:51:28 +0300
commitea2da45a93f178602195b41362779323b124114b (patch)
treeb7b22cdc26b3e673bd87f8193a22ea979c331217
parent4e66dbfc2306acb2b6c9245178cd5262d39e03d2 (diff)
downloadansibleness-ea2da45a93f178602195b41362779323b124114b.tar.gz
Change: don't do progress in script run from cron
-rwxr-xr-xansible/roles/holywood2/files/borg-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all
index 804424d..7a26cc5 100755
--- a/ansible/roles/holywood2/files/borg-all
+++ b/ansible/roles/holywood2/files/borg-all
@@ -4,7 +4,7 @@ ts="$(date +%Y-%m-%dT%H:%M:%S)"
echo "Backing up /mnt/soile to nalanda"
./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \
- create --stats --progress ::"soile-$ts)" /mnt/soile/
+ create --stats ::"soile-$ts)" /mnt/soile/
echo "Pruning nalanda"
./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \