summaryrefslogtreecommitdiff
path: root/obnam
AgeCommit message (Expand)AuthorFilesLines
2014-04-13More copyright nitpick fixesLars Wirzenius1-1/+1
2014-01-26Make all scripts use #!/usr/bin/env pythonLars Wirzenius1-1/+1
2011-07-20Fix reference to obnamlib version.Lars Wirzenius1-1/+1
2011-07-17Remove unnecessary imports.Lars Wirzenius1-5/+0
2011-07-17Replace custom main program code with cliapp call.Lars Wirzenius1-23/+1
2010-06-03Allow setting of profile filename via OBNAM_PROFILE.Lars Wirzenius1-2/+5
2010-05-16Add way to run obnam under profiling.Lars Wirzenius1-12/+23
2009-12-03Added --store option.Lars Wirzenius1-0/+2
2009-11-26Introduce obnamlib.AppException, the base class for all obnam-specific except...Lars Wirzenius1-1/+15
2009-11-26Started on the main program.Lars Wirzenius1-0/+19
2009-11-09Delete everything, start over from scratch, again.Lars Wirzenius1-38/+0
2009-06-19When reporting exceptions, if str(e) is empty, use repr(e) instead. MemoryErr...Lars Wirzenius1-2/+2
2009-06-13Log exceptions fully to logfile and write them nicely to stdout.Lars Wirzenius1-1/+10
2009-05-26Run cProfile on request.Lars Wirzenius1-1/+8
2008-12-07Add hashbang to ./obnam so it can be run directly.Lars Wirzenius1-0/+1
2008-12-03Added a simple main program.Lars Wirzenius1-0/+21
2008-11-30Remove stuff that will be rewritten.Lars Wirzenius1-84/+0
2008-08-10Added --max-mappings.Lars Wirzenius1-0/+2
2008-06-10Remove odirect_read and odirect_pipe.Lars Wirzenius1-10/+10
2008-06-10Renamed cli.py to obnam.Lars Wirzenius1-0/+82
2008-06-10Renamed obnam/ to obnamlib/ so that we can later rename cli.py to obnam.Lars Wirzenius49-9281/+0
2008-05-16Load both DSA and RSA type SSH keys.Lars Wirzenius1-1/+8
2008-04-27Store the path, as given by the user, to each of the backup roots in the name...Lars Wirzenius4-19/+42
2008-04-27Handle slash at end of pathname.Lars Wirzenius1-1/+6
2008-04-27Update total files backed up to the progress reporter, and also what director...Lars Wirzenius1-10/+39
2008-04-27Have the file backend report up/download amounts properly.Lars Wirzenius1-0/+2
2008-04-26Remember the list of exclusion strings compiled into regexps, so that we don'...Lars Wirzenius1-3/+5
2008-04-26Ignore empty exclusion patterns, since they would match everything.Lars Wirzenius1-2/+3
2008-04-26Close store connections at the end of the program.Lars Wirzenius2-0/+18
2008-04-26Prepared files for release.Lars Wirzenius1-1/+1
2008-04-26Use FILELIST from previous generation, if available.Lars Wirzenius2-0/+9
2008-04-26Changed Application.find_file_by_name to return file component, not tuple of ...Lars Wirzenius2-10/+14
2008-04-20Clean up after tests to get rid of cache, store.Lars Wirzenius1-0/+6
2008-04-20Compute delta from previous generation, for files that exist in the previous ...Lars Wirzenius1-4/+30
2008-04-20Re-use contents of files that have not changed from the previous backup.Lars Wirzenius2-6/+30
2008-04-20Implemented Application.get_file_in_previous_generation.Lars Wirzenius2-0/+40
2008-04-20Re-use DirObjects from the previous generation, when possible.Lars Wirzenius1-2/+9
2008-04-20Unsolve the directory name before looking it up in the previous generation, s...Lars Wirzenius1-3/+12
2008-04-20Make various methods get lists of basenames instead of absolute names.Lars Wirzenius2-30/+38
2008-04-20Set previous generation when running a backup.Lars Wirzenius1-1/+6
2008-04-20Remove useless empty line.Lars Wirzenius1-1/+0
2008-04-20Implemented Application.select_files_to_back_up.Lars Wirzenius2-3/+109
2008-04-20Implemented Application.get_dir_in_previous_generation.Lars Wirzenius2-1/+31
2008-04-20Set and get previous generation for a backup runLars Wirzenius2-1/+17
2008-04-20Finish implementation of Application.find_unchanged_filegroups.Lars Wirzenius2-0/+68
2008-04-20Merged branch to create a Store abstraction.Lars Wirzenius9-183/+547
2008-04-13Look up files in a generation.Lars Wirzenius2-5/+40
2008-04-13Started implementation of Store.lookup_file.Lars Wirzenius2-0/+14
2008-04-13Look up directories in a generation.Lars Wirzenius2-0/+124
2008-04-13Replaced use of Application load_maps and load_content_maps with Store ones.Lars Wirzenius6-91/+6