diff options
Diffstat (limited to 'borgbackup')
-rwxr-xr-x | borgbackup/create-repo | 2 |
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() { |