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>
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