borg/borg
Antoine Beaupré bfaa046a31 add standard --version argument
this way the version can be discovered by scripts without having to
part the output of 'help'.

it is removed from the 'help' output itself because it is prettier
without the complete version number, and then the description can be
reused elsewhere as well without needing the version number
2015-10-21 09:58:28 -04:00
..
support add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
testsuite Merge pull request #318 from anarcat/flake8 2015-10-21 02:15:22 +02:00
__init__.py propperly handle borg._version using setuptools_scm 2015-08-22 15:54:40 +02:00
__main__.py
_chunker.c chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined 2015-09-14 17:36:04 +02:00
_hashindex.c fix issue with negative "all archives" size, fixes #165 2015-08-29 04:46:13 +02:00
archive.py Merge pull request #303 from anarcat/verbosity 2015-10-19 22:25:46 +02:00
archiver.py add standard --version argument 2015-10-21 09:58:28 -04:00
cache.py adjust display of --stats 2015-10-17 21:21:33 -04:00
chunker.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
compress.pyx deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
fuse.py remove debugging code and fix all have_cython calls 2015-10-08 17:20:52 -04:00
hashindex.pyx Obtaining 'char *' from temporary Python value 2015-09-12 17:21:49 -04:00
helpers.py pep8 the whole darn helpers module 2015-10-20 13:39:21 -04:00
key.py Merge remote-tracking branch 'origin/master' into logging-refactor 2015-10-09 12:58:27 -04:00
locking.py do not crash on empty lock.roster, fixes #232 2015-10-05 23:23:59 +02:00
logger.py fix all logger pep8 warnings except long lines 2015-10-08 16:50:44 -04:00
lrucache.py
platform.py
platform_darwin.pyx acls (darwin): use helper functions safe_encode/safe_decode 2015-10-19 02:32:29 +02:00
platform_freebsd.pyx acls (freebsd): use helper functions safe_encode/safe_decode 2015-10-19 01:43:46 +02:00
platform_linux.pyx acls (linux): helper functions safe_encode/safe_decode 2015-10-19 01:40:15 +02:00
remote.py it's a function, call it as such 2015-10-08 17:16:11 -04:00
repository.py remove a fixed FIXME 2015-10-19 11:57:12 +02:00
upgrader.py upgrader: fix / reformat comments 2015-10-18 16:43:59 +02:00
xattr.py