]> git.wh0rd.org - dump.git/blobdiff - restore/restore.h
The -F script is called now *only* at the end of a tape.
[dump.git] / restore / restore.h
index d6c4d99dd11b5bf1d7fcd19b55aa3aba03d2f9d7..44bbca301d2262cc427b0880fcb6deeff3a0a25f 100644 (file)
@@ -2,9 +2,9 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@cybercable.fr>, 1999 
+ *     Stelian Pop <pop@cybercable.fr>, 1999-2000
  *
- *     $Id: restore.h,v 1.5 1999/10/13 09:57:21 stelian Exp $
+ *     $Id: restore.h,v 1.8 2000/03/02 11:34:51 stelian Exp $
  */
 
 /*
@@ -45,6 +45,7 @@
  * SUCH DAMAGE.
  */
 
+#include <protocols/dumprestore.h>
 /*
  * Flags
  */
@@ -53,6 +54,7 @@ extern int    bflag;          /* set input block size */
 extern int     dflag;          /* print out debugging info */
 extern int     hflag;          /* restore heirarchies */
 extern int     mflag;          /* restore by name instead of inode number */
+extern int     Mflag;          /* multi-volume restore */
 extern int     Nflag;          /* do not write the disk */
 extern int     uflag;          /* unlink symlink targets */
 extern int     vflag;          /* print out actions taken */
@@ -77,7 +79,7 @@ extern int    compare_ignore_not_found;
                                /* used to compare incremental dumps, */
                                /* so messages about "not found" files */
                                /* isn't seen. */
-extern char    *filesys;       /* name of dumped filesystem */
+extern char    filesys[NAMELEN];/* name of dumped filesystem */
 
 /*
  * Each file in the file system is described by one of these entries