|
@@ -54,7 +54,7 @@ it does not matter when or where archives were created (e.g. different hosts).
|
|
|
.SS A step\-by\-step example
|
|
|
.INDENT 0.0
|
|
|
.IP 1. 3
|
|
|
-Before a backup can be made a repository has to be initialized:
|
|
|
+Before a backup can be made, a repository has to be initialized:
|
|
|
.INDENT 3.0
|
|
|
.INDENT 3.5
|
|
|
.sp
|
|
@@ -91,7 +91,7 @@ $ borg \-r /path/to/repo create \-\-stats Tuesday ~/src ~/Documents
|
|
|
.UNINDENT
|
|
|
.UNINDENT
|
|
|
.sp
|
|
|
-This backup will be a lot quicker and a lot smaller since only new never
|
|
|
+This backup will be a lot quicker and a lot smaller since only new, never
|
|
|
before seen data is stored. The \fB\-\-stats\fP option causes Borg to
|
|
|
output statistics about the newly created archive such as the deduplicated
|
|
|
size (the amount of unique data not shared with other archives):
|
|
@@ -189,7 +189,7 @@ $ borg \-r /path/to/repo compact
|
|
|
\fBNOTE:\fP
|
|
|
.INDENT 0.0
|
|
|
.INDENT 3.5
|
|
|
-Borg is quiet by default (it works on WARNING log level).
|
|
|
+Borg is quiet by default (it defaults to WARNING log level).
|
|
|
You can use options like \fB\-\-progress\fP or \fB\-\-list\fP to get specific
|
|
|
reports during command execution. You can also add the \fB\-v\fP (or
|
|
|
\fB\-\-verbose\fP or \fB\-\-info\fP) option to adjust the log level to INFO to
|