dar_statistics Struct Reference
[Operation statistics]
Structure containing statistical information about a given operation.
More...
#include <statistics.h>
Data Fields | |
dar_infinint * | treated |
The number of files treated in the operation (saved, restored, etc). | |
dar_infinint * | hard_links |
The number of files with multiple hard links. | |
dar_infinint * | skipped |
The number of files skipped. | |
dar_infinint * | ignored |
The number of files ignored because of a filter. | |
dar_infinint * | target_changed |
The number of files that are ignored because the modification date of the filesystem is more recent than that of the saved copy. | |
dar_infinint * | error |
The number of files that could not be saved or restored because of an error (file system access rights, etc). | |
dar_infinint * | deleted |
The number of deleted files. | |
dar_infinint * | ea_treated |
The number of Extended Attributes saved or restored. | |
dar_infinint * | total |
The total number of files treated or considered. |
Detailed Description
Structure containing statistical information about a given operation.
Each field is an infinint indicating a number of files. Because the infinint object must be freed, it is important to call dar_statistics_destroy
before the struct's variable is descoped.
Definition at line 63 of file statistics.h.
Field Documentation
|
The number of deleted files. During a create operation this is the number of files noticed to have been deleted since the reference operation. During a compare operation this is the number of files deleted since archive creation. During an extract operation this is the number of files that were deleted during the extraction operation (which would only happen if the "delete removed files" option was selected. Definition at line 94 of file statistics.h. Referenced by dar_statistics_destroy(). |
|
The number of files skipped. These are files that have not changed since the last backup or not restored because they are not actually saved in the backup. Definition at line 73 of file statistics.h. Referenced by dar_statistics_destroy(). |
|
The number of files that are ignored because the modification date of the filesystem is more recent than that of the saved copy. This would only happen if the "only replace with more recent" option was selected. Definition at line 81 of file statistics.h. Referenced by dar_statistics_destroy(). |
|
The total number of files treated or considered. This is the total of treated, skipped, ignored, target changed, error, and deleted. Definition at line 105 of file statistics.h. Referenced by dar_statistics_destroy(). |
The documentation for this struct was generated from the following file: