summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-create.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-10-22 03:19:23 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2017-10-22 03:19:23 +0200
commit23ac694e3dc6eb8a14ae22f588cb0a409a52d9f0 (patch)
treee723f3ce9ee7e33cff5d0e53558d7903450df56b /docs/man/borg-create.1
parentf53bd78b334807dcb5b893bcaf49c78fd7735833 (diff)
build_man
Diffstat (limited to 'docs/man/borg-create.1')
-rw-r--r--docs/man/borg-create.111
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/man/borg-create.1 b/docs/man/borg-create.1
index 2afc4e60b..0c47dc6c9 100644
--- a/docs/man/borg-create.1
+++ b/docs/man/borg-create.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-CREATE 1 "2017-10-07" "" "borg backup tool"
+.TH BORG-CREATE 1 "2017-10-22" "" "borg backup tool"
.SH NAME
borg-create \- Create new archive
.
@@ -142,6 +142,9 @@ output stats as JSON. Implies \fB\-\-stats\fP\&.
.TP
.B \-\-no\-cache\-sync
experimental: do not synchronize the cache. Implies not using the files cache.
+.TP
+.B \-\-no\-files\-cache
+do not load/update the file metadata cache used to detect unchanged files
.UNINDENT
.SS Exclusion options
.INDENT 0.0
@@ -166,6 +169,9 @@ exclude directories that are tagged by containing a filesystem object with the g
.TP
.B \-\-keep\-exclude\-tags\fP,\fB \-\-keep\-tag\-files
if tag objects are specified with \fB\-\-exclude\-if\-present\fP, don\(aqt omit the tag objects themselves from the backup archive
+.TP
+.B \-\-exclude\-nodump
+exclude files flagged NODUMP
.UNINDENT
.SS Filesystem options
.INDENT 0.0
@@ -182,6 +188,9 @@ do not store atime into archive
.B \-\-noctime
do not store ctime into archive
.TP
+.B \-\-nobsdflags
+do not read and store bsdflags (e.g. NODUMP, IMMUTABLE) into archive
+.TP
.B \-\-ignore\-inode
ignore inode data in the file metadata cache used to detect unchanged files.
.TP