aboutsummaryrefslogtreecommitdiff
path: root/doc/beam-backup.1in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/beam-backup.1in')
-rw-r--r--doc/beam-backup.1in34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/beam-backup.1in b/doc/beam-backup.1in
index 83d1ab5..be45a44 100644
--- a/doc/beam-backup.1in
+++ b/doc/beam-backup.1in
@@ -14,9 +14,9 @@
.\" You should have received a copy of the GNU General Public License
.\" along with BEAM. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH BEAM-BACKUP 1 "July 14, 2012" "BEAM" "BEAM User Reference"
+.TH BEAM\-BACKUP 1 "October 24, 2012" "BEAM" "BEAM User Reference"
.SH NAME
-beam-backup \- create a back up.
+beam\-backup \- create a back up.
.SH SYNOPSIS
.B beam backup
[\fB\-vnN\fR] [\fB\-\-verbose\fR] [\fB\-l\fR \fIFILE\fR]\
@@ -32,7 +32,7 @@ beam-backup \- create a back up.
[\fB\-V\fR] [\fB\-\-version\fR]
.SH DESCRIPTION
The
-.B beam-backup
+.B beam\-backup
command creates full or incremental backups of file systems and other
objects described in its configuration file
.BR beam.conf .
@@ -55,7 +55,7 @@ the following pattern:
.sp
.nf
.in +2
-.BR ITEM - WEEK - ROUND - LEVEL . SUFFIX
+.BR ITEM \- WEEK \- ROUND \- LEVEL . SUFFIX
.in
.fi
.sp
@@ -172,14 +172,14 @@ and level 2 backups on Tuesdays, Thursdays and Saturdays.
.nf
.in +2
# Create one full backup weekly.
-0 3 * * sun beam backup --round 0 --level 0
+0 3 * * sun beam backup \-\-round 0 \-\-level 0
# Create incremental backups daily.
-0 3 * * mon beam backup --round 0 --level 1
-0 3 * * tue beam backup --round 0 --level 2
-0 3 * * wed beam backup --round 1 --level 1
-0 3 * * thu beam backup --round 1 --level 2
-0 3 * * fri beam backup --round 2 --level 1
-0 3 * * sat beam backup --round 2 --level 2
+0 3 * * mon beam backup \-\-round 0 \-\-level 1
+0 3 * * tue beam backup \-\-round 0 \-\-level 2
+0 3 * * wed beam backup \-\-round 1 \-\-level 1
+0 3 * * thu beam backup \-\-round 1 \-\-level 2
+0 3 * * fri beam backup \-\-round 2 \-\-level 1
+0 3 * * sat beam backup \-\-round 2 \-\-level 2
.in
.fi
.sp
@@ -196,14 +196,14 @@ necessary to handle that particular item type.
.TP
.BR @LIBDIR@/beam/common.sh
Settings and definitions shared between
-.BR beam-backup ,
-.BR beam-restore (1),
+.BR beam\-backup ,
+.BR beam\-restore (1),
and
-.BR beam-list (1).
+.BR beam\-list (1).
.SH "SEE ALSO"
.BR beam (1),
-.BR beam-restore (1),
-.BR beam-list (1),
+.BR beam\-restore (1),
+.BR beam\-list (1),
.BR beam.conf (5).
.SH AUTHORS
Sergey Poznyakoff
@@ -211,7 +211,7 @@ Sergey Poznyakoff
Report bugs to <@PACKAGE_BUGREPORT@>.
.\" Local variables:
.\" eval: (add-hook 'write-file-hooks 'time-stamp)
-.\" time-stamp-start: ".TH [A-Z_][A-Z0-9_-]* [0-9] \""
+.\" time-stamp-start: ".TH [A-Z_][A-Z0-9_\\-]* [0-9] \""
.\" time-stamp-format: "%:B %:d, %:y"
.\" time-stamp-end: "\""
.\" time-stamp-line-limit: 20

Return to:

Send suggestions and report system problems to the System administrator.