summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-09 10:29:14 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-09 10:29:14 +0300
commit61b05222618e5fc5eefc34a08b3d6bdadea786bd (patch)
treedc2f86a54393e4315a76891f00a911d970ee0a90 /ansible/roles/holywood2
parent958ffd8d9d58d5452cc99c9c84ed9a4807d0c6d3 (diff)
downloadansibleness-61b05222618e5fc5eefc34a08b3d6bdadea786bd.tar.gz
Change: no borg progress reporting, works badly in cron
Diffstat (limited to 'ansible/roles/holywood2')
-rwxr-xr-xansible/roles/holywood2/files/borg-all6
1 files changed, 3 insertions, 3 deletions
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