mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +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.
|
to customize Borg commands by version in the future.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
version = "1.1.0"
|
version = "1.1.4"
|
||||||
path = ""
|
path = ""
|
||||||
|
|
||||||
def set_version(self, version, path):
|
def set_version(self, version, path):
|
||||||
|
|
Loading…
Reference in a new issue