~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to man/vgcfgbackup.8.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH VGCFGBACKUP 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2
2
.SH NAME
3
 
vgcfgbackup \- backup volume group descriptor area
 
3
vgcfgbackup \(em backup volume group descriptor area
4
4
.SH SYNOPSIS
5
5
.B vgcfgbackup
 
6
.RB [ \-\-commandprofile
 
7
.IR ProfileName ]
6
8
.RB [ \-d | \-\-debug ]
7
9
.RB [ \-f | \-\-file
8
10
.RI < filename >]
18
20
.sp
19
21
In a default installation, each volume group gets backed up into a separate
20
22
file bearing the name of the volume group in the directory #DEFAULT_BACKUP_DIR#.
21
 
You can write the backup to an alternative file using \fB-f\fP.  In this case
 
23
You can write the backup to an alternative file using \fB\-f\fP.  In this case
22
24
if you are backing up more than one volume group the filename is
23
25
treated as a template, and %s gets replaced by the volume group name.
24
26
.sp