summaryrefslogtreecommitdiff
path: root/obnam
AgeCommit message (Expand)AuthorFilesLines
2008-04-13Remove Application.finish and use Store.commit_host_block instead.Lars Wirzenius2-12/+1
2008-04-13Remove Application.get_host and use Store's get_host_block instead in the one...Lars Wirzenius2-8/+1
2008-04-13Replace use of Application.enqueue with Store.queue_object or .queue_objects.Lars Wirzenius3-9/+24
2008-04-13Make Application use Store for stuff that Store should do.Lars Wirzenius4-76/+25
2008-04-13Copied tests from Application to Store test suite, since Store now has simila...Lars Wirzenius2-8/+105
2008-04-13Implemented putting objects into store and getting them back from there.Lars Wirzenius2-3/+127
2008-04-12Host block fetching and committing.Lars Wirzenius2-2/+45
2008-04-12Started on a Store abstraction.Lars Wirzenius3-0/+66
2008-04-12Wrote method to check whether a directory has changed since the previous gene...Lars Wirzenius2-0/+113
2008-04-12Added method for comparing file groups to see if they have changed since the ...Lars Wirzenius2-0/+63
2008-04-12Fixed docstring for method.Lars Wirzenius1-1/+1
2008-04-12Added method for comparing stat results to see if a file has changed since th...Lars Wirzenius2-0/+71
2008-03-24Make new style backups, and read from old style backups. Removed no-longer-re...Lars Wirzenius3-4/+23
2008-03-24Restore from DIR/FILEGROUP directory structures.Lars Wirzenius1-16/+81
2008-03-24Moved restoring from FILELIST to its own method, in preparation for adding re...Lars Wirzenius1-29/+34
2008-03-24Only store basenames in file group objects.Lars Wirzenius2-2/+6
2008-03-24Show contents of generations in the new style.Lars Wirzenius2-5/+15
2008-03-24Recursively format listings of directory trees.Lars Wirzenius2-5/+43
2008-03-24Format single-level directories.Lars Wirzenius2-2/+54
2008-03-24Started on an obnam.format.Listing class.Lars Wirzenius2-0/+28
2008-03-24Prepare for being able to read either FILELIST and DIR/FILEGROUP kinds of con...Lars Wirzenius1-29/+36
2008-03-23Added a forget operation.Lars Wirzenius2-1/+66
2008-03-23Added a restore operation.Lars Wirzenius2-0/+151
2008-03-23Added a show-generations operation.Lars Wirzenius2-0/+100
2008-03-23Added a ListGenerations operation.Lars Wirzenius2-0/+53
2008-03-23Fix backup operation so that it actually works.Lars Wirzenius1-1/+3
2008-03-23Moved operation Backup to its own module. This will make unit testing nicer.Lars Wirzenius3-9/+47
2008-03-23Finished implementation of get_operation.Lars Wirzenius2-0/+14
2008-03-23Started on implementing OperationFactory.get_operation method.Lars Wirzenius2-0/+33
2008-03-23Started OperationFactory class and implemented its find_operations method.Lars Wirzenius3-1/+30
2008-03-23Added some documentation, and a do_it method.Lars Wirzenius1-0/+28
2008-03-23Have obnam.Operation remember the command line arguments it will use.Lars Wirzenius2-0/+8
2008-03-23Have obnam.Operation remember the obnam.Application instance it was given.Lars Wirzenius2-3/+11
2008-03-23Started on Operation class.Lars Wirzenius3-0/+61
2008-03-23Convert use of obnam.cmp.first_* to direct method calls.Lars Wirzenius1-4/+2
2008-03-23Convert use of obnam.cmp.find_* to direct method calls.Lars Wirzenius1-5/+3
2008-03-23Converted most use of obnam.cmp.first_* to use direct Component methods. Some...Lars Wirzenius6-38/+22
2008-03-23Added methods to search subcomponents directly, to obnam.cmp.Component, so th...Lars Wirzenius2-0/+127
2008-03-23Remove now-unused create_object_from_component_list.Lars Wirzenius1-5/+0
2008-03-23Use StorageObjectFactory instead of create_object_from_component_list when ge...Lars Wirzenius1-1/+2
2008-03-23Wrote Application.finish.Lars Wirzenius2-0/+42
2008-03-23Put start and end times into generation created by Application.backup.Lars Wirzenius2-1/+10
2008-03-23Return list of new map block ids when creating them.Lars Wirzenius1-3/+10
2008-03-23Add mapping updating into Application.Lars Wirzenius2-0/+38
2008-03-23Add code to load object to block maps in Application.Lars Wirzenius2-0/+63
2008-03-22Queue the new generation object for upload.Lars Wirzenius1-0/+1
2008-03-22Have the generation object obnam.Application.backup returns be filled with us...Lars Wirzenius2-5/+60
2008-03-22Refactor tests to move common code to setUp.Lars Wirzenius1-9/+7
2008-03-22Have obnam.Application.backup return a GenerationObject.Lars Wirzenius2-0/+11
2008-03-22Don't have Application maintain a list of roots, just give the list to the ba...Lars Wirzenius2-23/+4