summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2011-12-19refactor: remove unnecessary to_dir arguments everywhereLars Wirzenius1-29/+21
2011-12-19refactor: set metadata of restored files only in one placeLars Wirzenius1-8/+5
2011-12-19refactor restore plugin for clarityLars Wirzenius1-21/+16
2011-12-19refactor: remove unnecessary metadata lookupsLars Wirzenius1-6/+4
2011-12-17when restoring, walking depth-firstLars Wirzenius1-1/+1
2011-12-17make use of Repository.walk instead of explicit recursionLars Wirzenius1-16/+13
2011-12-10add synopsis to every subcommand that's missing itLars Wirzenius1-1/+2
2011-12-10make restore support --dry-runLars Wirzenius1-33/+47
2011-12-02add some memory profiling to some operationsLars Wirzenius1-0/+3
2011-09-03Make the restore progress reporting a bit more useful.Lars Wirzenius1-9/+6
2011-08-31Make more useful progress bar.Lars Wirzenius1-5/+3
2011-08-30Report file count and total data in generation with 'generations'.Lars Wirzenius1-0/+1
2011-08-30Improve progress reporting wording.Lars Wirzenius1-1/+1
2011-08-30Use generation data size in restore progress reporting.Lars Wirzenius1-0/+7
2011-08-29Show progress bar during restore.Lars Wirzenius1-0/+21
2011-08-25Fix further use of terminal status plugin.Lars Wirzenius1-2/+2
2011-08-20Close repo and live data filesystems properly in restore plugin.Lars Wirzenius1-0/+3
2011-08-08Add support for Unix sockets.Lars Wirzenius1-0/+8
2011-08-08Only use obnamlib.Error, get rid of obnamlib.AppException.Lars Wirzenius1-2/+2
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius1-4/+4
2011-07-18Add descriptions to all subcommands.Lars Wirzenius1-0/+1
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius1-1/+1
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius1-5/+5
2011-07-17Start using cliapp's settings, instead of our own.Lars Wirzenius1-8/+8
2011-07-15Get rid of separate checksum and use the one metadata.Lars Wirzenius1-2/+2
2011-05-05Implement file checksum checking during restore.Lars Wirzenius1-4/+18
2011-05-05Fix restore to verify chunk checksums.Lars Wirzenius1-0/+12
2011-05-05Implement support for FIFO files.Lars Wirzenius1-2/+20
2011-05-03Implement restore of sparse files.Lars Wirzenius1-2/+16
2011-04-05Use open_repository in restore plugin.Lars Wirzenius1-5/+1
2011-02-20Create --to directory for restores.Lars Wirzenius1-1/+1
2011-02-20Rename Store to Repository.Lars Wirzenius1-15/+15
2010-11-22Remove chunk groups from code.Lars Wirzenius1-8/+2
2010-11-15Call clients clients, instead of hosts.Lars Wirzenius1-2/+2
2010-07-12Add --lru-size option.Lars Wirzenius1-1/+2
2010-07-11Add missing .connect() calls to filesystems.Lars Wirzenius1-0/+2
2010-07-05Add --upload-queue-size for tweaking size of upload queue for B-tree nodes.Lars Wirzenius1-1/+2
2010-07-04Add --node-size option and make everywhere use that.Lars Wirzenius1-1/+1
2010-05-09Change variable name to increase clarity.Lars Wirzenius1-2/+2
2010-02-14Make restore command require options --store, --hostname,Lars Wirzenius1-7/+5
2010-02-05Make --generation default to 'latest', so one does not have toLars Wirzenius1-0/+1
2010-02-05Make 'obnam restore' be able to restore individual files specifiedLars Wirzenius1-1/+14
2010-02-02Add a VfsFactory attribute to obnamlib.App, so that everyLars Wirzenius1-3/+3
2010-02-02Add Metadata.islink method, similar to isdir, but for symlinks.Lars Wirzenius1-2/+1
2010-02-02Fix Metadata.isdir to work even when st_mode has not been set.Lars Wirzenius1-1/+1
2010-01-23Add restore of hardlinks to the restore plugin.Lars Wirzenius1-0/+50
2010-01-23Add method Store.genspec to interpret generation specificationLars Wirzenius1-6/+1
2010-01-23Change restore's command line interface by moving theLars Wirzenius1-3/+10
2010-01-23Change restore's command line interface by moving the targetLars Wirzenius1-3/+9
2010-01-23Add comment to explain filename mangling in the restore plugin.Lars Wirzenius1-0/+7