Documented vos restore -creation and -lastupdate
authorJeff Blaine <jblaine@kickflop.net>
Sat, 18 Jun 2011 00:35:17 +0000 (20:35 -0400)
committerDerrick Brashear <shadow@dementia.org>
Mon, 20 Jun 2011 02:56:08 +0000 (19:56 -0700)
Culled info from commit 21592fe6 by Kris Hees.  These allow
one to specify how to set the creation date and last update
date at volume restore.

Change-Id: I6cfebb41c18e1acca5bbb70e3ee179c8ee976be3
Reviewed-on: http://gerrit.openafs.org/4852
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

doc/man-pages/pod1/vos_restore.pod

index 669120f..8cdbab9 100644 (file)
@@ -191,6 +191,18 @@ Leaves the new volume flagged as off-line in the volume database.
 
 Flags the new volume as read-only in the volume database.
 
+=item B<-creation> <I<dump | keep | new>>
+
+Set the creation date of the new volume to the timestamp from the
+dumped volume (dump), from the target volume, if there is one (keep),
+or generate a new one using the current time (new).
+
+=item B<-lastupdate> <I<dump | keep | new>>
+
+Set the last updated date of the new volume to the timestamp from the
+dumped volume (dump), from the target volume, if there is one (keep),
+or generate a new one using the current time (new).
+
 =item B<-nodelete>
 
 This option is available in OpenAFS clients 1.4.7 or