|
@@ -79,6 +79,10 @@ borg create
|
|
|
+-------------------------------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``--nobsdflags`` | do not read and store bsdflags (e.g. NODUMP, IMMUTABLE) into archive |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--noacls`` | do not read and store ACLs into archive |
|
|
|
+ +-------------------------------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--noxattrs`` | do not read and store xattrs into archive |
|
|
|
+ +-------------------------------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``--ignore-inode`` | ignore inode data in the file metadata cache used to detect unchanged files. |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``--files-cache MODE`` | operate files cache in MODE. default: ctime,size,inode |
|
|
@@ -149,6 +153,8 @@ borg create
|
|
|
--noctime do not store ctime into archive
|
|
|
--nobirthtime do not store birthtime (creation date) into archive
|
|
|
--nobsdflags do not read and store bsdflags (e.g. NODUMP, IMMUTABLE) into archive
|
|
|
+ --noacls do not read and store ACLs into archive
|
|
|
+ --noxattrs do not read and store xattrs into archive
|
|
|
--ignore-inode ignore inode data in the file metadata cache used to detect unchanged files.
|
|
|
--files-cache MODE operate files cache in MODE. default: ctime,size,inode
|
|
|
--read-special open and read block and char device files as well as FIFOs as if they were regular files. Also follows symlinks pointing to these kinds of files.
|