]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
add list basefiles command
[bacula/bacula] / bacula / src / jcr.h
index ee4ff2e5bb78d2a64a1dac0554d5f44a43b96993..d67f9178e3df45b6729f82207bc497ee023882af 100644 (file)
@@ -255,6 +255,8 @@ public:
    B_DB *db_batch;                    /* database pointer for batch and accurate */
    bool batch_started;                /* is batch mode already started ? */
    bool HasBase;                      /* True if job use base jobs */
+   uint64_t nb_base_files;            /* Number of base files */
+   uint64_t nb_base_files_used;       /* Number of useful files in base */
 
    ATTR_DBR *ar;                      /* DB attribute record */
    guid_list *id_list;                /* User/group id to name list */
@@ -377,6 +379,7 @@ public:
    bool VSS;                          /* VSS used by FD */
    bool multi_restore;                /* Dir can do multiple storage restore */
    htable *file_list;                 /* Previous file list (accurate mode) */
+   uint64_t base_size;                /* compute space saved with base job */
 #endif /* FILE_DAEMON */