summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-22Prepare for release 1.9obnam-1.9Lars Wirzenius5-6/+6
2015-03-22Don't fix st_ctime, st_blksize that don't existLars Wirzenius1-2/+0
2015-03-22Update NEWSLars Wirzenius1-0/+3
2015-03-22Fix SFTP stat result fields from None to 0Lars Wirzenius1-0/+12
Found by Laurence Perkins.
2015-03-22Updat NEWSLars Wirzenius1-1/+3
2015-03-22Merge fixups from Thomas WaldmannLars Wirzenius33-118/+65
2015-03-22sftp_plugin: use same mode for 2nd try after creating missing dirsThomas Waldmann1-2/+3
2015-03-22fix typosThomas Waldmann7-18/+18
2015-03-22Remove unused methodLars Wirzenius1-4/+0
2015-03-22add a XXX to a unused(?) broken piece of codeThomas Waldmann1-1/+1
2015-03-22show_plugin: fix call to undefined methodThomas Waldmann1-1/+1
2015-03-22Add an ObnamError subclass for errorThomas Waldmann1-1/+6
2015-03-22avoid shadowing builtinsThomas Waldmann7-20/+20
2015-03-22clientmetadatatree_tests: remove redeclared names without usageThomas Waldmann1-17/+0
looks like a c&p accident somehow
2015-03-22fix typo in interface base classThomas Waldmann1-1/+1
2015-03-22more imports cleanup: remove unused, add missingThomas Waldmann3-3/+1
2015-03-22fuse_plugin: fix undefined "blocks"Thomas Waldmann1-1/+1
2015-03-22backup_plugin: fix wrong attribute referenceThomas Waldmann1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann21-32/+2
2015-03-22remove uneeded outer parens around boolean expressionsThomas Waldmann2-5/+5
2015-03-22refactor slightly misleading code, improve loggingThomas Waldmann1-5/+2
there were 2 issues with the code: a) the logging logged "port=None" when self.port was None, which is a bit unpretty as None just meant default, which is 22 in the end. b) remote was either assigned a tuple or a string with unneeded parens (which almost looks like a tuple, except that missing comma). it still worked, because paramiko can deal with getting a string or a tuple. in case of the string, paramiko would try to parse the port from the string though, which is not needed because obnam already did that and port is only None if no port was found in the sftp url.
2015-03-22assertIn and assertNotIn are not available on Python 2.6Thomas Waldmann2-3/+3
2015-03-22Remove unused argument from get_fsck_work_itemsLars Wirzenius1-4/+1
No implementation of RepositoryInterface actually wants the settings argument, and no user of the interface gives the argument. Thanks to Thomas Waldmann for noticing this.
2015-03-22Fix race condition between backup and forget wrt chunk deletionLars Wirzenius1-2/+43
2015-03-18Change how "obnam forget" locks to fix race conditionLars Wirzenius1-2/+43
2015-03-18Update NEWSLars Wirzenius1-0/+3
2015-03-18Disable chunk verification in restoreLars Wirzenius1-2/+9
2015-03-14Install fmt_simple as wellLars Wirzenius1-1/+6
Reported-by: Gael Colle
2015-03-13Make obnam-benchmark flush each line to stdoutLars Wirzenius1-5/+9
This makes it easier to see progress when it's run by Jenkins. Also, write the fusermount error message to stderr, instead of stdout.
2015-03-06Update NEWS file about bug fixLars Wirzenius1-0/+4
2015-03-06Verify that live data hasn't been appended toLars Wirzenius1-0/+4
2015-03-06Add scenario for verifying file that has been appended toLars Wirzenius1-0/+17
2015-03-06Ask for patches to update tests, docsLars Wirzenius1-0/+3
2015-03-01Remove pointless *.swp from .gitingoreLars Wirzenius1-1/+0
2015-02-26PATCH: minor style fixes, no functional changeThomas Waldmann2-4/+4
Some stuff found by pycharm code checker.
2015-02-21Depend on python-yamlLars Wirzenius2-0/+4
2015-02-05Remove extra libgfshare linkLars Wirzenius3-3/+0
2015-02-04Update debian/copyrightLars Wirzenius1-4/+4
2015-02-04adds de-translation of sect 'Storing backups remotely'Jan Niggemann1-1/+77
2015-02-04adds de-translation of actual restore exampleJan Niggemann1-0/+21
2015-02-04adds de-translation of how to find key-idJan Niggemann1-0/+10
2015-02-04adds de-translation of k4dirstat sectionJan Niggemann1-0/+16
2015-02-03adds fr to clean targetJan Niggemann1-0/+1
2015-02-03fixes typo in en-manualJan Niggemann1-1/+1
2015-02-03fixes multiple typos in de-manualJan Niggemann10-27/+27
Found multiple typos using aspell.
2015-02-03fixes 2 typos in de-manualJan Niggemann1-2/+2
2015-01-30Make end-of-backup message more informativeLars Wirzenius2-7/+36
2015-01-30Update copyright yearsLars Wirzenius2-2/+2
2015-01-30Add --silent as an alias for --quietLars Wirzenius1-1/+1
2015-01-30Remove unnecessary empty lineLars Wirzenius1-1/+0