Package duplicity :: Module statistics :: Class StatsDeltaProcess
[hide private]
[frames] | no frames]

Class StatsDeltaProcess

source code


Keep track of statistics during DirDelta process

Instance Methods [hide private]
 
__init__(self)
StatsDeltaProcess initializer - zero file attributes
source code
 
add_new_file(self, path)
Add stats of new file path to statistics
source code
 
add_changed_file(self, path)
Add stats of file that has changed since last backup
source code
 
add_deleted_file(self)
Add stats of file no longer in source directory
source code
 
add_unchanged_file(self, path)
Add stats of file that hasn't changed since last backup
source code
 
close(self)
End collection of data, set EndTime
source code

Inherited from StatsObj: get_byte_summary_string, get_filestats_string, get_miscstats_string, get_stat, get_stats_line, get_stats_logstring, get_stats_string, get_statsobj_copy, get_timestats_string, get_total_dest_size_change, increment_stat, read_stats_from_path, set_stat, set_stats_from_line, set_stats_from_string, set_to_average, stats_equal, write_stats_to_path

Class Variables [hide private]

Inherited from StatsObj: byte_abbrev_list, space_regex, stat_attrs, stat_file_attrs, stat_file_pairs, stat_misc_attrs, stat_time_attrs

Method Details [hide private]

__init__(self)
(Constructor)

source code 

StatsDeltaProcess initializer - zero file attributes

Overrides: StatsObj.__init__