!fixup: Add restic --exclude-cloud-files

This commit is contained in:
deajan 2025-04-04 17:31:11 +02:00
parent 77229e5e15
commit d35a791a60

View file

@ -612,7 +612,7 @@ class ResticRunner:
if exit_code == 0:
try:
self._binary_version = re.search(
"restic\s+(.*)\s+compiled", output
r"restic\s+(.*)\s+compiled", output
).group(1)
except AttributeError:
self.write_logs(