From 4ecc7ede8d4e430d8e5291613634021765606ce7 Mon Sep 17 00:00:00 2001 From: Manuel Riel Date: Thu, 31 Jan 2019 12:56:37 +0800 Subject: [PATCH] Add note about BSD flags to changelog. Fixes #4246 (#4279) Add note about BSD flags to changelog. Fixes #4246 --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 3ad8c37b8..990ae38f6 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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: