1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 01:45:56 +00:00

Add note about BSD flags to changelog. Fixes #4246 (#4279)

Add note about BSD flags to changelog. Fixes #4246
This commit is contained in:
Manuel Riel 2019-01-31 12:56:37 +08:00 committed by TW
parent e22ce66765
commit 4ecc7ede8d

View file

@ -545,6 +545,9 @@ Compatibility notes:
unexpected) was rather confusing and unexplainable at first to users.
If you want that "do not backup NODUMP-flagged files" behaviour, use:
borg create --exclude-nodump ...
- If you are on Linux and do not need bsdflags archived, consider using
``--nobsdflags`` with ``borg create`` to avoid additional syscalls and
speed up backup creation.
Fixes: