Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
holds the statistics contents of a catalogue More...
#include <entree_stats.hpp>
Public Member Functions | |
void | clear () |
void | add (const cat_entree *ref) |
void | listing (user_interaction &dialog) const |
Public Attributes | |
infinint | num_x |
number of file referenced as destroyed since last backup | |
infinint | num_d |
number of directories | |
infinint | num_f |
number of plain files (hard link or not, thus file directory entries) | |
infinint | num_c |
number of char devices | |
infinint | num_b |
number of block devices | |
infinint | num_p |
number of named pipes | |
infinint | num_s |
number of unix sockets | |
infinint | num_l |
number of symbolic links | |
infinint | num_D |
number of Door | |
infinint | num_hard_linked_inodes |
number of inode that have more than one link (inode with "hard links") | |
infinint | num_hard_link_entries |
infinint | saved |
total number of saved inode (unix inode, not inode class) hard links do not count here | |
infinint | patched |
total number of saved data as binary delta patch | |
infinint | inode_only |
total number of inode which metadata changed without data being modified | |
infinint | total |
total number of inode in archive (unix inode, not inode class) hard links do not count here | |
holds the statistics contents of a catalogue
Definition at line 48 of file entree_stats.hpp.
infinint libdar::entree_stats::num_hard_link_entries |
total number of hard links (file directory entry pointing to an inode already linked in the same or another directory (i.e. hard linked))
Definition at line 60 of file entree_stats.hpp.