2010-05-08 |
Jeff Hammel |
* return the backed-up profile
|
2010-05-07 |
Jeff Hammel |
finish dated backups, untested
|
2010-05-07 |
Jeff Hammel |
add a test to ensure the backup is gone
|
2010-05-07 |
Jeff Hammel |
use correct ConfigParser method
|
2010-05-07 |
Jeff Hammel |
split the string
|
2010-05-07 |
Jeff Hammel |
use only the path element, not the whole tuple
|
2010-05-07 |
Jeff Hammel |
more backup+restore testing
|
2010-05-07 |
Jeff Hammel |
missing :
|
2010-05-07 |
Jeff Hammel |
finish basic restore logic
|
2010-05-07 |
Jeff Hammel |
determine which backup to use from the given date
|
2010-05-07 |
Jeff Hammel |
finish backups listing function and formatting for it
|
2010-05-07 |
Jeff Hammel |
correct variable names
|
2010-05-07 |
Jeff Hammel |
more case corrections
|
2010-05-07 |
Jeff Hammel |
now that we are case sensitive, correct case for getting options
|
2010-05-07 |
Jeff Hammel |
not sure how i committed this again :(
|
2010-05-07 |
Jeff Hammel |
check the correct way to see if the option is there
|
2010-05-07 |
Jeff Hammel |
check for section; of course profile will not be none
|
2010-05-07 |
Jeff Hammel |
* make options case-sensitive
|
2010-05-07 |
Jeff Hammel |
better docstring
|
2010-05-07 |
Jeff Hammel |
dont print None
|
2010-05-07 |
Jeff Hammel |
"in", not what the knights say in holy grail
|
2010-05-07 |
Jeff Hammel |
document datestamp argument
|
2010-05-07 |
Jeff Hammel |
finish backups functionality (to test)
|
2010-05-07 |
Jeff Hammel |
* add write convenience function
|
2010-05-07 |
Jeff Hammel |
* test backup
|
2010-05-07 |
Jeff Hammel |
the variable profiles, not the string
|
2010-05-07 |
Jeff Hammel |
* restore profiles.ini to base in tests
|
2010-05-07 |
Jeff Hammel |
* move exception string to the exception itself
|
2010-05-07 |
Jeff Hammel |
handle hashing for clones only if they are added to profiles.ini
|
2010-05-07 |
Jeff Hammel |
even more cleanup
|
2010-05-07 |
Jeff Hammel |
remove the test clone
|
2010-05-07 |
Jeff Hammel |
test cloning
|
2010-05-07 |
Jeff Hammel |
more cleanup
|
2010-05-07 |
Jeff Hammel |
cleanup
|
2010-05-07 |
Jeff Hammel |
abstract out adding an entry to profiles.ini
|
2010-05-07 |
Jeff Hammel |
* add additional tests
|
2010-05-07 |
Jeff Hammel |
change output format
|
2010-05-07 |
Jeff Hammel |
instantiate a parser
|
2010-05-07 |
Jeff Hammel |
return the right thing, finally
|
2010-05-07 |
Jeff Hammel |
correct syntax error
|
2010-05-07 |
Jeff Hammel |
more verbose asserts
|
2010-05-07 |
Jeff Hammel |
remove lines that somehow snuck in there
|
2010-05-07 |
Jeff Hammel |
dont use any testing framework because they make testing hard
|
2010-05-06 |
Jeff Hammel |
sections, plural
|
2010-05-06 |
Jeff Hammel |
return the full directory path
|
2010-05-06 |
Jeff Hammel |
fix some test failures
|
2010-05-06 |
Jeff Hammel |
all that fuss over a missing "s"
|
2010-05-06 |
Jeff Hammel |
things are being awful; checking in anyway
|