27 #ifndef DATABASE_AUX_HPP
28 #define DATABASE_AUX_HPP
30 #include "../my_config.h"
db_lookup
the available status of a lookup
db_etat
the status for a founded entry
@ not_found
no such file has been found in any archive of the base
@ found_removed
file data/EA has been found as removed at that date
@ found_present
file data/EA has been found completely usable
@ not_restorable
file data/EA has been found existing at that date but not possible to restore (lack of data,...
@ et_saved
data/EA present in the archive
@ et_present
file/EA present in the archive but data not saved (differential backup)
@ et_removed
file/EA stored as deleted since archive of reference or file/EA not present in the archive
@ et_patch
data present as patch since the previous version
@ et_patch_unusable
data present as patch but base version not found in archive set
@ et_absent
file not even mentionned in the archive, This entry is equivalent to et_removed, but is required to b...
@ et_inode
only inode metadata has been modified since previous version
libdar namespace encapsulate all libdar symbols