1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00

Avoid failed backup due to zstd compat flag. (#2163)

This commit is contained in:
Manu 2024-12-05 13:54:41 +00:00 committed by GitHub
parent f0d0fa07fd
commit e6df746c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):