|
|
__init__(self,
backend)
Initialize new backup set, only backend is required at first |
source code
|
|
|
|
is_complete(self)
Assume complete if found manifest file |
source code
|
|
|
|
|
|
|
|
|
|
set_manifest(self,
remote_filename)
Add local and remote manifest filenames to backup set |
source code
|
|
|
|
delete(self)
Remove all files in set, both local and remote |
source code
|
|
|
|
__str__(self)
For now just list files in set |
source code
|
|
|
|
get_timestr(self)
Return time string suitable for log statements |
source code
|
|
|
|
check_manifests(self)
Make sure remote manifest is equal to local one |
source code
|
|
|
|
get_local_manifest(self)
Return manifest object by reading local manifest file |
source code
|
|
|
|
get_remote_manifest(self)
Return manifest by reading remote manifest on backend |
source code
|
|
|
|
get_manifest(self)
Return manifest object, showing preference for local copy |
source code
|
|
|
|
get_filenames(self)
Return sorted list of (remote) filenames of files in set |
source code
|
|
|
|
get_time(self)
Return time if full backup, or end_time if incremental |
source code
|
|
|
|
__len__(self)
Return the number of volumes in the set |
source code
|
|