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 Thomas Waldmann
parent ac174e89b4
commit e6505ec434
1 changed files with 3 additions and 0 deletions

View File

@ -632,6 +632,9 @@ Compatibility notes:
unexpected) was rather confusing and unexplainable at first to users. unexpected) was rather confusing and unexplainable at first to users.
If you want that "do not backup NODUMP-flagged files" behaviour, use: If you want that "do not backup NODUMP-flagged files" behaviour, use:
borg create --exclude-nodump ... 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: Fixes: