lp://staging/soter
- Get this branch:
- bzr branch lp://staging/soter
Branch merges
Branch information
Recent revisions
- 32. By Damien Churchill
-
convert files to using spaces over tabs to adhere to:
http://www.python. org/dev/ peps/pep- 0008/
added backup/api.py, backup/rsync_backup. py and backup/common.py - 31. By Damien Churchill
-
remove soter/utilies/
svn.py and soter/utilies/ tar.py as they already have
nice wrappers provided by tarfile and pysvn
modified sftp
added stubs to soter/lib/file.py - 30. By Damien Churchill
-
added intial implementation of the status command
added disk usage calculator for paths
added some doc strings
added a formatters module for formatting data to be printed - 29. By Damien Churchill
-
improve the asking for the password process in ssh.py
print output instead of logging for the meantime
added password option to setup command for passing to the ssh client - 27. By Damien Churchill
-
fixed soter script
fix clicommands
fix main
add license to setup
use new ssh client in setup to deploy ssh keys
remake ssh client using lower level classes from paramiko
added new process module for running processes - 26. By Damien Churchill
-
moved classes in common back to config
renamed api to main
fixed soter to use new clicommands module - 23. By Damien Churchill
-
added force option to backup command
added status command stub
improved the backup logic in api