summaryrefslogtreecommitdiffstats
path: root/borgbackup
diff options
context:
space:
mode:
authorSimon Rettberg2020-04-14 14:03:18 +0200
committerSimon Rettberg2020-04-14 14:03:18 +0200
commit4f397b3a7bdbb7fe7c91b54253710f5464dd2ee6 (patch)
treeac30138b3ea3222d1b80d98491c8dd6080c1db57 /borgbackup
parent[SSUS] Fix java update on Debian 10 (diff)
downloadsetup-scripts-4f397b3a7bdbb7fe7c91b54253710f5464dd2ee6.tar.gz
setup-scripts-4f397b3a7bdbb7fe7c91b54253710f5464dd2ee6.tar.xz
setup-scripts-4f397b3a7bdbb7fe7c91b54253710f5464dd2ee6.zip
[borg] Update to 1.1.11
Diffstat (limited to 'borgbackup')
-rwxr-xr-xborgbackup/create-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/borgbackup/create-repo b/borgbackup/create-repo
index 42b44c1..66e2a6f 100755
--- a/borgbackup/create-repo
+++ b/borgbackup/create-repo
@@ -4,7 +4,7 @@ MYPID=$$
ROOT_DIR="/mnt/storage1_loop/borg"
BORG_GROUP="borg-backup"
THIS_HOST="132.230.4.17"
-BORG_VERSION="1.1.7" # What is deployed to remote machines...
+BORG_VERSION="1.1.11" # What is deployed to remote machines...
# Should match the local installed version
perror() {