| Home | Trees | Indices | Help |
|
|---|
|
|
Contains various statistics, provide string conversion functions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
space_regex = re.compile(" ")
|
|||
stat_file_attrs = 'SourceFiles', 'SourceFileSize', 'NewFiles',
|
|||
stat_misc_attrs = 'Errors', 'TotalDestinationSizeChange'
|
|||
stat_time_attrs = 'StartTime', 'EndTime', 'ElapsedTime'
|
|||
stat_attrs = 'Filename',+ stat_time_attrs+ stat_misc_attrs+ st
|
|||
stat_file_pairs = 'SourceFiles', False, ('SourceFileSize', Tru
|
|||
byte_abbrev_list = 1024* 1024* 1024* 1024, "TB", (1024* 1024*
|
|||
|
|||
Return total destination size change This represents the total increase in the size of the duplicity destination directory, or None if not available. |
|
|||
stat_file_attrs
|
stat_attrs
|
stat_file_pairs
|
byte_abbrev_list
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 25 13:38:20 2011 | http://epydoc.sourceforge.net |