|
|
|
|
|
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
|