Package CedarBackup2 :: Module peer
[show private | hide private]
[frames | no frames]

Module CedarBackup2.peer

Provides backup peer-related objects and utility functions.

Author: Kenneth J. Pronovici <pronovic@ieee.org>

Classes
LocalPeer Backup peer representing a local peer in a backup pool.
RemotePeer Backup peer representing a remote peer in a backup pool.

Variable Summary
str DEF_COLLECT_INDICATOR: Name of the default collect indicator file.
list DEF_RCP_COMMAND = ['/usr/bin/scp', '-B', '-q', '-C']
str DEF_STAGE_INDICATOR: Name of the default stage indicator file.
Logger logger = <logging.Logger instance at 0x4036774c>
list SU_COMMAND = ['su']

Variable Details

DEF_COLLECT_INDICATOR

Name of the default collect indicator file.
Type:
str
Value:
'cback.collect'                                                        

DEF_RCP_COMMAND

Type:
list
Value:
['/usr/bin/scp', '-B', '-q', '-C']                                     

DEF_STAGE_INDICATOR

Name of the default stage indicator file.
Type:
str
Value:
'cback.stage'                                                          

logger

Type:
Logger
Value:
<logging.Logger instance at 0x4036774c>                                

SU_COMMAND

Type:
list
Value:
['su']                                                                 

Generated by Epydoc 2.1 on Mon Dec 18 22:53:32 2006 http://epydoc.sf.net