summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-25Use f.truncate to make hole at endRichard Ipsum1-4/+1
2017-02-12Update copyright years; reformat to pacify pep8, pylintLars Wirzenius1-1/+1
2017-01-29Forbid restoring without absolute pathsLars Wirzenius1-0/+10
2016-07-16Require --to for restoreLars Wirzenius1-0/+8
2016-03-11Make symlink restore logging be more detailedLars Wirzenius1-1/+1
2016-03-11Do not alias test key with symlink target keyLars Wirzenius1-1/+1
2015-12-06Don't compute whole-file MD5 unless allowedLars Wirzenius1-3/+7
2015-08-29Use library code instead of inline codeLars Wirzenius1-42/+5
2015-08-29Disable locally a warning about a broad exceptionLars Wirzenius1-1/+1
2015-08-29Let logging.info do string formatting itselfLars Wirzenius1-5/+6
2015-08-29Let logging.debug do string formatting itselfLars Wirzenius1-11/+11
2015-08-19Add get_metadata_from_file_keys and use itLars Wirzenius1-30/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-7/+8
2015-06-13Prevent restores to a non-empty --to directoryLars Wirzenius1-1/+12
2015-03-22add missing imports, remove unused importsThomas Waldmann1-1/+0
2015-03-18Disable chunk verification in restoreLars Wirzenius1-2/+9
2015-01-24Fix copyright years, add missing gpl3 blurbLars Wirzenius1-1/+1
2015-01-24Make error message clearerLars Wirzenius1-1/+2
2014-12-28Add longer messages for some errorsLars Wirzenius1-1/+5
2014-05-08Set permissions of the restore --to dir more securelyLars Wirzenius1-0/+8
2014-04-13Format long linesLars Wirzenius1-1/+2
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-04-11Improve --to help textLars Wirzenius1-1/+1
2014-04-09Catch SetMetadataError and show better error messageLars Wirzenius1-5/+2
2014-03-08Break long lineLars Wirzenius1-1/+2
2014-03-08Display restore errors correctlyLars Wirzenius1-2/+2
2014-02-16Convert MisingFilterError to StructuredErrorLars Wirzenius1-1/+1
2014-02-15Convert another exception to StructuredError in restoreLars Wirzenius1-1/+6
2014-02-15Convert restore plugin to StructuredErrorLars Wirzenius1-2/+6
2014-01-19Obey --always-set-setuid when restoringLars Wirzenius1-1/+4
2014-01-19Add --always-restore-setuid optionLars Wirzenius1-0/+6
2014-01-19Reformat awkwardly broken long statementsLars Wirzenius1-6/+11
2013-12-28Add RepositoryInterface.validate_chunk_content methodLars Wirzenius1-4/+1
2013-12-28Add RepositoryInterface.walk_generation methodLars Wirzenius1-25/+1
2013-12-28Properly close repo in restoreLars Wirzenius1-2/+1
2013-12-28Have restore use correct file, data countsLars Wirzenius1-4/+4
2013-12-28Fix field nameLars Wirzenius1-1/+1
2013-12-28Fixes to restore's Metadata creationLars Wirzenius1-2/+4
2013-12-28Construct a Metadata object when restoringLars Wirzenius1-2/+31
2013-12-28Start of (but broken) conversion to repo xfaceLars Wirzenius1-27/+43
2013-12-28Have RepositoryFactory call init_repoLars Wirzenius1-1/+1
2013-10-27Make restore not abort at first errorLars Wirzenius1-0/+10
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-21/+21
2013-02-08Change the ls subcommand to take list of filesLars Wirzenius1-3/+8
2012-12-24Make restore summarise transfer statisticsLars Wirzenius1-0/+69
2012-12-23Fix crash when failing to restore extended attributesLars Wirzenius1-1/+8
2012-09-08Restore character and block device nodesLars Wirzenius1-0/+7
2012-07-17obnam synopsis : temporarily replace FILE by DIRECTORYDamien Couroussé1-1/+1
2012-04-21Handle missing filters as higher level restore errorsDaniel Silverstone1-8/+13
2012-03-31Store file data in B-tree if file is short enoughLars Wirzenius1-2/+9