]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
Apply patch from Frank Kardel that implements 'honor no dump flag',
[bacula/bacula] / bacula / src / findlib / find.h
index 7a00819ee0e394583df6040121f964d21781abde..cbbbe6c63cdc9e7d161768e47e25bb94d800b05f 100644 (file)
@@ -108,6 +108,7 @@ enum {
 #define FO_ENHANCEDWILD (1<<23)       /* Enhanced wild card processing */
 #define FO_CHKCHANGES   (1<<24)       /* Check if file have been modified during backup */
 #define FO_STRIPPATH    (1<<25)       /* Check for stripping path */
+#define FO_HONOR_NODUMP (1<<26)       /* honor NODUMP flag */
 
 struct s_included_file {
    struct s_included_file *next;