| Home | Trees | Indices | Help |
|
|---|
|
|
Produce and parse the names of duplicity's backup files
|
|||
|
ParseResults Hold information taken from a duplicity filename |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
full_vol_re = re.compile("^duplicity-full" "\\.(?P<time>.*?)"
|
|||
full_vol_re_short = re.compile("^df" "\\.(?P<time>[0-9a-z]+?)"
|
|||
full_manifest_re = re.compile("^duplicity-full" "\\.(?P<time>.
|
|||
full_manifest_re_short = re.compile("^df" "\\.(?P<time>[0-9a-z
|
|||
inc_vol_re = re.compile("^duplicity-inc" "\\.(?P<start_time>.*
|
|||
inc_vol_re_short = re.compile("^di" "\\.(?P<start_time>[0-9a-z
|
|||
inc_manifest_re = re.compile("^duplicity-inc" "\\.(?P<start_ti
|
|||
inc_manifest_re_short = re.compile("^di" "\\.(?P<start_time>[0
|
|||
full_sig_re = re.compile("^duplicity-full-signatures" "\\.(?P<
|
|||
full_sig_re_short = re.compile("^dfs" "\\.(?P<time>[0-9a-z]+?)
|
|||
new_sig_re = re.compile("^duplicity-new-signatures" "\\.(?P<st
|
|||
new_sig_re_short = re.compile("^dns" "\\.(?P<start_time>[0-9a-
|
|||
|
|||
Return duplicity filename of specified type type can be "full", "inc", "full-sig", or "new-sig". volume_number can be given with the full and inc types. If manifest is true the filename is of a full or inc manifest file. |
|
|||
full_vol_re
|
full_vol_re_short
|
full_manifest_re
|
full_manifest_re_short
|
inc_vol_re
|
inc_vol_re_short
|
inc_manifest_re
|
inc_manifest_re_short
|
full_sig_re
|
full_sig_re_short
|
new_sig_re
|
new_sig_re_short
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 25 13:38:16 2011 | http://epydoc.sourceforge.net |