mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-12 23:23:50 +08:00
!fixup: Avoid duplicate exclude_files_larger_than treatment
This commit is contained in:
parent
443e543c24
commit
631a407ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -1016,7 +1016,7 @@ class ResticRunner:
|
|||
# In case of conversion to 0, avoid setting this value
|
||||
if exclude_files_larger_than == 0:
|
||||
exclude_files_larger_than = None
|
||||
|
||||
if exclude_files_larger_than:
|
||||
cmd += f" --exclude-larger-than {exclude_files_larger_than}"
|
||||
if one_file_system:
|
||||
cmd += " --one-file-system"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue