mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Avoid failed backup due to zstd compat flag. (#2163)
This commit is contained in:
parent
f0d0fa07fd
commit
e6df746c84
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class BorgCompatibility:
|
|||
to customize Borg commands by version in the future.
|
||||
"""
|
||||
|
||||
version = "1.1.0"
|
||||
version = "1.1.4"
|
||||
path = ""
|
||||
|
||||
def set_version(self, version, path):
|
||||
|
|
Loading…
Reference in a new issue