diff --git a/docs/changes.rst b/docs/changes.rst index 3af2034c9..8ae7121c4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -632,6 +632,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: