]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
Add Raw file save/restore
[bacula/bacula] / bacula / src / findlib / find.h
index 4c7ebd9658f501be72b1a28252c7ca8bcfa328e7..1206761abc98036d10091a562db34fac04894231 100755 (executable)
@@ -4,7 +4,7 @@
  *     Kern Sibbald MIM
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -72,6 +72,7 @@
 #define FT_NORECURSE 13               /* No recursion into directory */
 #define FT_NOFSCHG   14               /* Different file system, prohibited */
 #define FT_NOOPEN    15               /* Could not open directory */
+#define FT_RAW       16               /* Raw block device */
 
 /* Options saved in "flag" of ff packet */
 #define FO_MD5          0x01          /* Do MD5 checksum */