public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW man/vgcfgrestore.8
@ 2007-06-15 16:05 wysochanski
  0 siblings, 0 replies; 2+ messages in thread
From: wysochanski @ 2007-06-15 16:05 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2007-06-15 16:05:57

Modified files:
	.              : WHATS_NEW 
	man            : vgcfgrestore.8 

Log message:
	Update vgcfgrestore man pg

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.633&r2=1.634
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/vgcfgrestore.8.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/WHATS_NEW	2007/06/15 10:11:14	1.633
+++ LVM2/WHATS_NEW	2007/06/15 16:05:57	1.634
@@ -1,5 +1,6 @@
 Version 2.02.26 -
 =================================
+  Update vgcfgrestore man page.
   Allow keyboard interrupt in user prompts where appropriate.
   Remove system-lv code from clvmd. It's highly dodgy and never used.
   Convert a lot of code pv dereferences to use get_pv_* functions.
--- LVM2/man/vgcfgrestore.8	2007/05/22 02:52:57	1.3
+++ LVM2/man/vgcfgrestore.8	2007/06/15 16:05:57	1.4
@@ -10,12 +10,24 @@
 .RB [ \-M | \-\-Metadatatype 1|2]
 .RB [ \-t | \-\-test ]
 .RB [ \-v | \-\-verbose ]
-.RI VolumeGroupName
+.RI \fIVolumeGroupName\fP
 .SH DESCRIPTION
 .B vgcfgrestore
-allows you to restore the metadata 
-of a volume group from a text backup file produced by \fBvgcfgbackup\fP.
+allows you to restore the metadata of \fIVolumeGroupName\fP from a text 
+backup file produced by \fBvgcfgbackup\fP.  You can specify a backup file to
+use with the \fP-f\fP option.  If no backup file is specified, the latest
+backup file is used.  A list of backup and archive files of 
+\fIVolumeGroupName\fP may be listed with the \fB-l\fP option.
 .SH OPTIONS
+.TP
+\fB-l | --list\fP \(em List files pertaining to \fIVolumeGroupName\fP
+List metadata backup and archive files pertaining to \fIVolumeGroupName\fP.
+May be used with the \fB-f\fP option.  Does not restore \fIVolumeGroupName\fP.
+.TP
+\fB-f | --file\fP filename \(em Name of LVM metadata backup file
+Specifies a metadata backup or archive file to be used for restoring 
+VolumeGroupName.  Often this file has been created with \fBvgcfgbackup\fP.
+.TP
 See \fBlvm\fP for common options.
 .SH REPLACING PHYSICAL VOLUMES
 \fBvgdisplay --partial --verbose\fP will show you the UUIDs and sizes of


^ permalink raw reply	[flat|nested] 2+ messages in thread

* LVM2 ./WHATS_NEW man/vgcfgrestore.8
@ 2007-05-22  2:52 wysochanski
  0 siblings, 0 replies; 2+ messages in thread
From: wysochanski @ 2007-05-22  2:52 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2007-05-22 02:52:58

Modified files:
	.              : WHATS_NEW 
	man            : vgcfgrestore.8 

Log message:
	Fix vgcfgrestore man pg to show mandatory VG name and remove LVM1 options.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.620&r2=1.621
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/vgcfgrestore.8.diff?cvsroot=lvm2&r1=1.2&r2=1.3

--- LVM2/WHATS_NEW	2007/05/22 02:51:33	1.620
+++ LVM2/WHATS_NEW	2007/05/22 02:52:57	1.621
@@ -1,5 +1,6 @@
 Version 2.02.26 -
 =================================
+  Fix vgcfgrestore man pg to show mandatory VG name and remove LVM1 options.
   Fix vgrename man page to include UUID and be consistent with lvrename.
   Add (experimental) OpenAIS support to clvmd.
   Remove symlinks if parent volume is deactivated.
--- LVM2/man/vgcfgrestore.8	2002/12/03 13:25:09	1.2
+++ LVM2/man/vgcfgrestore.8	2007/05/22 02:52:57	1.3
@@ -5,17 +5,16 @@
 .B vgcfgrestore
 .RB [ \-d | \-\-debug ]
 .RB [ \-f | \-\-file " filename" ]
-.RB [ \-l[l] | \-\-list [--list] ]
+.RB [ \-l[l] | \-\-list ]
 .RB [ \-h | \-\-help ]
 .RB [ \-M | \-\-Metadatatype 1|2]
-.RB [ \-n | \-\-name " VolumeGroupName" ]
 .RB [ \-t | \-\-test ]
 .RB [ \-v | \-\-verbose ]
-.RI [ VolumeGroupName ...]
+.RI VolumeGroupName
 .SH DESCRIPTION
 .B vgcfgrestore
 allows you to restore the metadata 
-of your volume groups from a text backup file produced by \fBvgcfgbackup\fP.
+of a volume group from a text backup file produced by \fBvgcfgbackup\fP.
 .SH OPTIONS
 See \fBlvm\fP for common options.
 .SH REPLACING PHYSICAL VOLUMES


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-15 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-15 16:05 LVM2 ./WHATS_NEW man/vgcfgrestore.8 wysochanski
  -- strict thread matches above, loose matches on Subject: below --
2007-05-22  2:52 wysochanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).