Selaa lähdekoodia

add note about BSD flags to changelog, fixes #4246

Manuel Riel 6 vuotta sitten
vanhempi
sitoutus
e6505ec434
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      docs/changes.rst

+ 3 - 0
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: