27 #ifndef CAT_STATUS_HPP
28 #define CAT_STATUS_HPP
30 #include "../my_config.h"
fsa_saved_status
FSA saved status for an entry.
saved_status
data saved status for an entry
ea_saved_status
EA saved status for an entry.
@ partial
FSA unchanged, not fully stored.
@ fake
inode is not saved in the archive but is in the archive of reference (isolation context) s_fake is no...
@ inode_only
data is not saved but inode meta data has changed since the archive of reference
@ saved
inode is saved in the archive
@ delta
inode is saved but as delta binary from the content (delta signature) of what was found in the archiv...
@ not_saved
inode is not saved in the archive
@ partial
EA present in filesystem but not stored (ctime used to check changes)
@ fake
EA present in filesystem but not attached to this inode (isolation context) no more used in archive v...
@ none
no EA present for this inode in filesystem
@ removed
EA were present in the reference version, but not present anymore.
@ full
EA present in filesystem and attached to this inode.
libdar namespace encapsulate all libdar symbols