Procházet zdrojové kódy

Add note about BSD flags to changelog. Fixes #4246 (#4279)

Add note about BSD flags to changelog. Fixes #4246
Manuel Riel před 6 roky
rodič
revize
4ecc7ede8d
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      docs/changes.rst

+ 3 - 0
docs/changes.rst

@@ -545,6 +545,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: