summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-create.1
diff options
context:
space:
mode:
authorMarian Beermann <public@enkore.de>2017-05-17 11:52:48 +0200
committerMarian Beermann <public@enkore.de>2017-05-17 11:52:48 +0200
commitb7a6ac94c3caf90dad6a4d295b2750d600ab6b1f (patch)
treef45b24d9d087b562048c68efd1e5e252a6bec899 /docs/man/borg-create.1
parent3db27f950e901fa6fcb679962a8432bd1ed059e0 (diff)
docs: ran build_man, build_usage
Diffstat (limited to 'docs/man/borg-create.1')
-rw-r--r--docs/man/borg-create.111
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/man/borg-create.1 b/docs/man/borg-create.1
index 8196befaf..0cae7ca0c 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-04-29" "" "borg backup tool"
+.TH BORG-CREATE 1 "2017-05-17" "" "borg backup tool"
.SH NAME
borg-create \- Create new archive
.
@@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
.SH SYNOPSIS
.sp
-borg create <options> ARCHIVE PATH
+borg [common options] create <options> ARCHIVE PATH
.SH DESCRIPTION
.sp
This command creates a backup archive containing all files found while recursively
@@ -63,6 +63,10 @@ creation of a new archive to ensure fast operation. This is because the file cac
is used to determine changed files quickly uses absolute filenames.
If this is not possible, consider creating a bind mount to a stable location.
.sp
+The \-\-progress option shows (from left to right) Original, Compressed and Deduplicated
+(O, C and D, respectively), then the Number of files (N) processed so far, followed by
+the currently processed path.
+.sp
See the output of the "borg help patterns" command for more help on exclude patterns.
See the output of the "borg help placeholders" command for more help on placeholders.
.SH OPTIONS
@@ -86,9 +90,6 @@ do not create a backup archive
.B \-s\fP,\fB \-\-stats
print statistics for the created archive
.TP
-.B \-p\fP,\fB \-\-progress
-show progress display while creating the archive, showing Original, Compressed and Deduplicated sizes, followed by the Number of files seen and the path being processed, default: False
-.TP
.B \-\-list
output verbose list of items (files, dirs, ...)
.TP