summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2013-03-16Prepare release version 1.4obnam-1.4Lars Wirzenius1-1/+1
2013-03-02If packing fails, log all values to see what caused the failureLars Wirzenius1-18/+39
2013-03-02Log unlock failures as warnings, not errorsLars Wirzenius1-2/+1
2013-03-01Add unit test for maximum metadata field value encodingsLars Wirzenius1-7/+32
2013-02-23Do chdir at once after SFTP connectionLars Wirzenius1-0/+1
2013-02-23Bugfix: do not give ssh user or port unless user gave themLars Wirzenius1-10/+17
2013-02-16Fix restore of symlinks as rootLars Wirzenius1-3/+5
2013-02-16Add arg synopsis to add-key and remove-key subcommandsLars Wirzenius1-2/+4
2013-02-08Change the ls subcommand to take list of filesLars Wirzenius3-7/+20
2012-12-30Clarify what happens when unlocking due to errorLars Wirzenius1-4/+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-12-23Fix bug in handling LocalFS listdir2 lstat errorsLars Wirzenius2-3/+15
2012-12-20Add groups to the fsck related settingsLars Wirzenius1-10/+31
2012-12-19Ignore llistxattr problems for filesystems that do not support xattrLars Wirzenius1-1/+7
2012-12-19Reduce Obnam memory consumptionLars Wirzenius1-2/+2
2012-12-19Change default log level to INFOLars Wirzenius1-0/+2
2012-12-19Add --fsck-skip-generations settingLars Wirzenius1-1/+6
2012-12-18Progress reporting during removal of old rootsLars Wirzenius1-3/+5
2012-12-16Prepare release version 1.3obnam-1.3Lars Wirzenius1-1/+1
2012-12-15Update progress reporting during file backupLars Wirzenius1-0/+4
2012-12-07Fix remove_old_roots to handle a backup root that does not end in /Lars Wirzenius1-21/+35
2012-12-07Remove unnecessary info level loggingLars Wirzenius2-4/+4
2012-12-07More detailed progress reporting for backupLars Wirzenius1-0/+26
2012-12-03Merge fsck improvementsLars Wirzenius1-44/+85
2012-12-03Complain if no backup roots have been givenLars Wirzenius1-2/+3
2012-12-02Fix creation of OSError instancesLars Wirzenius2-4/+4
2012-11-25Put work items from current one into queue in right placeLars Wirzenius1-10/+10
2012-11-25Exclude from test coverageLars Wirzenius1-1/+1
2012-11-24Do not restore setuid/setgid unless root or owner of fileLars Wirzenius1-1/+6
2012-11-24Restore setuid/setgid bits correctly as rootLars Wirzenius1-4/+5
2012-11-24Backup files in inode number orderLars Wirzenius1-1/+1
2012-11-24Fix bug: set variable name correctlyLars Wirzenius1-0/+1
2012-11-24Remove --fsck-skip-b-trees, add --fsck-skip-shared-b-treesLars Wirzenius1-7/+5
2012-11-24Check per-client B-tree only if client is not ignoredLars Wirzenius1-3/+4
2012-11-24Open forest in write-mode if fixingLars Wirzenius1-3/+3
2012-11-24Log fsck errors and warningsLars Wirzenius1-0/+2
2012-11-23Remove flushing of ttystatusLars Wirzenius1-2/+2
2012-11-23Add --fsck-skip-files optionLars Wirzenius1-1/+7
2012-11-20Add --fsck-skip-per-client-b-trees settingLars Wirzenius1-1/+6
2012-11-19Add --fsck-skip-files optionLars Wirzenius1-1/+4
2012-11-19Optimise away a file metadata lookupLars Wirzenius1-6/+7
2012-11-19Fix how OSError gets raisedLars Wirzenius2-4/+4
2012-11-19Handle shared B-tree lookup errors during backupsLars Wirzenius2-5/+27
2012-11-19Revert log file timestamp changeLars Wirzenius1-39/+0
2012-11-18Add --fsck-last-generation-only optionLars Wirzenius1-0/+5
2012-11-18Add missing import for larchLars Wirzenius1-0/+1
2012-11-17Improve work item naming for progress reportingLars Wirzenius1-2/+2
2012-11-17Fix counting of items in progress reportingLars Wirzenius1-6/+7
2012-11-17Add --fsck-ignore-client settingLars Wirzenius1-2/+8