]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird_conf.h
Make restore job yes/mod/no print in one command so GUI works.
[bacula/bacula] / bacula / src / dird / dird_conf.h
index 2ba9f5afcc796318e577d70112ee9253401dc1d9..1719b1b5277175aabccfc6e952f7445cf6e48523 100644 (file)
@@ -359,6 +359,7 @@ public:
    int   Priority;                    /* Job priority */
    int   RestoreJobId;                /* What -- JobId to restore */
    char *RestoreWhere;                /* Where on disk to restore -- directory */
+   char *RegexWhere;                  /* RegexWhere option */
    char *strip_prefix;                /* remove prefix from filename  */
    char *add_prefix;                  /* add prefix to filename  */
    char *add_suffix;                  /* add suffix to filename -- .old */