mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +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,
|
manifest,
|
||||||
archive_name,
|
archive_name,
|
||||||
numeric_ids=getattr(args, "numeric_ids", False),
|
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),
|
noacls=getattr(args, "noacls", False),
|
||||||
noxattrs=getattr(args, "noxattrs", False),
|
noxattrs=getattr(args, "noxattrs", False),
|
||||||
cache=kwargs.get("cache"),
|
cache=kwargs.get("cache"),
|
||||||
|
|
Loading…
Reference in a new issue