|
@@ -19,7 +19,7 @@ borg create
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``PATH`` | paths to archive |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | **optional arguments** |
|
|
|
+ | **options** |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``-n``, ``--dry-run`` | do not create a backup archive |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
@@ -37,7 +37,7 @@ borg create
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``--stdin-user USER`` | set user USER in archive for stdin data (default: 'root') |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--stdin-group GROUP`` | set group GROUP in archive for stdin data (default: 'root') |
|
|
|
+ | | ``--stdin-group GROUP`` | set group GROUP in archive for stdin data (default: 'wheel') |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| | ``--stdin-mode M`` | set mode to M in archive for stdin data (default: 0660) |
|
|
|
+-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
@@ -124,7 +124,7 @@ borg create
|
|
|
paths to archive
|
|
|
|
|
|
|
|
|
- optional arguments
|
|
|
+ options
|
|
|
-n, --dry-run do not create a backup archive
|
|
|
-s, --stats print statistics for the created archive
|
|
|
--list output verbose list of items (files, dirs, ...)
|
|
@@ -133,7 +133,7 @@ borg create
|
|
|
--no-cache-sync experimental: do not synchronize the cache. Implies not using the files cache.
|
|
|
--stdin-name NAME use NAME in archive for stdin data (default: 'stdin')
|
|
|
--stdin-user USER set user USER in archive for stdin data (default: 'root')
|
|
|
- --stdin-group GROUP set group GROUP in archive for stdin data (default: 'root')
|
|
|
+ --stdin-group GROUP set group GROUP in archive for stdin data (default: 'wheel')
|
|
|
--stdin-mode M set mode to M in archive for stdin data (default: 0660)
|
|
|
--content-from-command interpret PATH as command and store its stdout. See also section Reading from stdin below.
|
|
|
--paths-from-stdin read DELIM-separated list of paths to backup from stdin. Will not recurse into directories.
|