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
This commit is contained in:
parent
e22ce66765
commit
4ecc7ede8d
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue