summaryrefslogtreecommitdiff
path: root/seivot
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Prepare release version 1.18Lars Wirzenius1-1/+1
2012-06-30Prepare to release version 1.17Lars Wirzenius1-1/+4
2012-05-09Only remove temporary directory if it (still) existsLars Wirzenius1-2/+3
2012-04-06When making an Obnam backup, don't remove checkpoint generationsLars Wirzenius1-0/+1
2012-03-31Extract from obnam's log how many sftp round trips were doneLars Wirzenius1-0/+7
2012-03-31Remove now-unnecessary call to cleanup methodLars Wirzenius1-2/+0
2011-12-20make fsck benchmarking be optionalLars Wirzenius1-2/+6
2011-12-18benchmark verify as wellLars Wirzenius1-0/+8
2011-12-18benchmark fsckLars Wirzenius1-0/+8
2011-09-13Add --sftp-delay option.Lars Wirzenius1-0/+5
2011-08-29Fix syntax error.Lars Wirzenius1-1/+1
2011-08-29Add --obnam-config option.Lars Wirzenius1-1/+7
2011-08-29Run obnam with --no-default-configs.Lars Wirzenius1-0/+1
2011-08-25Fix things to work when --verify is not used.Lars Wirzenius1-1/+2
2011-08-25Verify restore results.Lars Wirzenius1-1/+13
2011-08-25Run summain before each backup.Lars Wirzenius1-0/+15
2011-08-25Add --verify option (does not yet work).Lars Wirzenius1-0/+2
2011-08-24Build with setup.py if Makefile is missing.Lars Wirzenius1-1/+5
2011-08-24Only run make in obnam branch if Makefile exists.Lars Wirzenius1-2/+3
2011-07-30Remove Obnam log file after we no longer need it.Lars Wirzenius1-0/+1
2011-07-29Rename --use-sftp to --use-sftp-repository, and add --use-sftp-root.Lars Wirzenius1-3/+11
2011-07-22Handle missing PYTHONPATH in environment.Lars Wirzenius1-1/+1
2011-07-22Only write 3 to drop_caches, not 0 as well.Lars Wirzenius1-1/+0
2011-07-20When setting PYTHONPATH, keep old stuff in it instead of overriding it.Lars Wirzenius1-1/+6
2011-07-20Fix typo.Lars Wirzenius1-1/+1
2011-07-20Notify user of copying, since it'll take a while.Lars Wirzenius1-2/+1
2011-07-20Use cp(1) instead of shutil.copytree, to deal with real data.Lars Wirzenius1-2/+2
2011-07-19Fix removal of pre-existing live data tree.Lars Wirzenius1-1/+2
2011-07-18Implement --use-existing.Lars Wirzenius1-2/+17
2011-07-18Add --use-existing option.Lars Wirzenius1-0/+3
2011-07-18Fix regexp to also match current logfile output.Lars Wirzenius1-1/+1
2011-07-10Add --profile-name.Lars Wirzenius1-0/+6
2011-07-10Add --description.Lars Wirzenius1-4/+9
2011-07-10Record in .seivot file whether backup was encrypted or not.Lars Wirzenius1-0/+4
2011-07-10Add obnam-branch and obnam-branch-nick to meta section.Lars Wirzenius1-0/+2
2011-06-25Report what's being measured, since progress reporting is nice.Lars Wirzenius1-0/+1
2011-06-25Don't run viewprof on profiling files, but keep the original files.Lars Wirzenius1-14/+5
2011-06-25Add --file-size option.Lars Wirzenius1-1/+4
2011-06-24Use new API for cliapp settings.Lars Wirzenius1-47/+44
2011-05-18Extract repository I/O amounts from Obnam log file.Lars Wirzenius1-1/+20
2011-05-18Report repository bytes read/written.Lars Wirzenius1-0/+6
2011-05-16Use sftp URL if requested.Lars Wirzenius1-1/+6
2011-05-16Rename --use-network to --use-sftp, for accuracy.Lars Wirzenius1-2/+2
2011-05-16Add --use-network option.Lars Wirzenius1-0/+4
2011-05-14Merge measurement of repo size.Lars Wirzenius1-0/+13
2011-05-14Make seivot measure the size of the repository after each command.Lars Wirzenius1-0/+13
2011-05-14Only do cache dropping if requested.Lars Wirzenius1-1/+2
2011-05-02Call drop_caches at the right moment.Lars Wirzenius1-0/+3
2011-05-02Add function for dropping caches.Lars Wirzenius1-1/+15
2011-05-02Add --drop-caches option.Lars Wirzenius1-0/+5