1
0
Fork 0
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:
Thomas Waldmann 2022-08-11 06:00:12 +02:00
parent c2bcecf2eb
commit e54f109afa

View file

@ -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"),