mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
--nobsdflags does not exist any more
it was replaced by --noflags.
This commit is contained in:
parent
c2bcecf2eb
commit
e54f109afa
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ def wrapper(self, args, repository, key, manifest, **kwargs):
|
|||
manifest,
|
||||
archive_name,
|
||||
numeric_ids=getattr(args, "numeric_ids", False),
|
||||
noflags=getattr(args, "nobsdflags", False) or getattr(args, "noflags", False),
|
||||
noflags=getattr(args, "noflags", False),
|
||||
noacls=getattr(args, "noacls", False),
|
||||
noxattrs=getattr(args, "noxattrs", False),
|
||||
cache=kwargs.get("cache"),
|
||||
|
|
Loading…
Reference in a new issue