mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-19 09:56:39 +08:00
!fixup: Add restic --exclude-cloud-files
This commit is contained in:
parent
77229e5e15
commit
d35a791a60
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue