=over 4
-=item 1.
+=item 1.
The dump file will be restored within the current directory or that
specified with B<-dir>.
-=item 2.
+=item 2.
Within this directory, a subdir is created. It's name is the RW volume
name that was dumped. An extension can be appended to this directory name
with B<-extension>.
-=item 3.
+=item 3.
All mountpoints will appear as symbolic links to the volume name. The
path name to the volume will be either that in B<-mountpoint>, or B<-dir>.
Symbolic links remain untouched.
-=item 4.
+=item 4.
You can change your umask during the restore with B<-umask>. Otherwise,
B<restorevol> uses your current umask. Mode bits for directories are 0777
(then AND'ed with the umask). Mode bits for files are the owner mode bits
duplicated accross group and user (then AND'ed with the umask).
-=item 5.
+=item 5.
For restores of full dumps, if a directory says it has a file and the file
is not found, then a symbolic link F<< AFSFile-<#> >> will appear in that
restored tree. Restores of incremental dumps remove all these files at
the end (expensive because it is a tree search).
-=item 6.
+=item 6.
If a file or directory was found in the dump but found not to be connected
to the hierarchical tree, then the file or directory will be connected at
the root of the tree as F<< __ORPHANEDIR__.<#> >> or F<<
__ORPHANFILE__.<#> >>.
-=item 7.
+=item 7.
ACLs are not restored.
%{_bindir}/pagsh
%{_bindir}/pagsh.krb
%{_bindir}/pts
+%{_bindir}/restorevol
%{_bindir}/scout
%{_bindir}/sys
%{_bindir}/tokens
%{_sbindir}/fstrace
%{_sbindir}/kas
%{_sbindir}/read_tape
-%{_sbindir}/restorevol
%{_sbindir}/rxdebug
%{_sbindir}/uss
%{_sbindir}/vos
%{_sbindir}/vldb_convert
%{_sbindir}/voldump
%{initdir}/openafs-server
+%{_mandir}/man1/restorevol.*
%{_mandir}/man5/AuthLog.*
%{_mandir}/man5/BackupLog.*
%{_mandir}/man5/BosConfig.*
%{_mandir}/man8/prdb_check.*
%{_mandir}/man8/ptserver.*
%{_mandir}/man8/pt_util.*
-%{_mandir}/man8/restorevol.*
%{_mandir}/man8/salvager.*
%{_mandir}/man8/salvageserver.*
%{_mandir}/man8/upclient.*
${INSTALL} -d ${DESTDIR}${includedir}/afs
${INSTALL} -d ${DESTDIR}${libdir}/afs
${INSTALL} -d ${DESTDIR}${afssrvlibexecdir}
- ${INSTALL_PROGRAM} restorevol ${DESTDIR}${sbindir}/restorevol
+ ${INSTALL_PROGRAM} restorevol ${DESTDIR}${bindir}/restorevol
${INSTALL_PROGRAM} voldump ${DESTDIR}${sbindir}/voldump
${INSTALL_DATA} volser.h ${DESTDIR}${includedir}/afs/volser.h
${INSTALL_DATA} volint.h ${DESTDIR}${includedir}/afs/volint.h