Main Page   Modules   Data Structures   File List   Data Fields   Globals  

dar_statistics Struct Reference
[Operation statistics]

Structure containing statistical information about a given operation. More...

#include <statistics.h>


Data Fields

dar_infininttreated
 The number of files treated in the operation (saved, restored, etc).

dar_infininthard_links
 The number of files with multiple hard links.

dar_infinintskipped
 The number of files skipped.

dar_infinintignored
 The number of files ignored because of a filter.

dar_infininttarget_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_infininterror
 The number of files that could not be saved or restored because of an error (file system access rights, etc).

dar_infinintdeleted
 The number of deleted files.

dar_infinintea_treated
 The number of Extended Attributes saved or restored.

dar_infininttotal
 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

dar_infinint* dar_statistics::deleted
 

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().

dar_infinint* dar_statistics::skipped
 

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().

dar_infinint* dar_statistics::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.

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().

dar_infinint* dar_statistics::total
 

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: