borg/borg
Thomas Waldmann 95f6cd4a4e Merge branch 'master' of github.com:borgbackup/borg 2015-12-13 14:26:49 +01:00
..
support
testsuite Merge branch 'master' of github.com:borgbackup/borg 2015-12-13 14:26:49 +01:00
__init__.py
__main__.py
_chunker.c get rid of C compiler warnings, fixes #391 2015-11-21 22:08:30 +01:00
_hashindex.c hashindex_add C implementation 2015-12-07 19:13:58 +01:00
archive.py add --prefix to check to check only some specific archives, fixes #206 2015-12-13 00:39:52 +01:00
archiver.py Merge branch 'master' of github.com:borgbackup/borg 2015-12-13 14:26:49 +01:00
cache.py hashindex_add C implementation 2015-12-07 19:13:58 +01:00
chunker.pyx
compress.pyx
crypto.pyx
fuse.py Increase FUSE read_size to 1024. 2015-12-10 10:09:06 +01:00
hashindex.pyx hashindex_add C implementation 2015-12-07 19:13:58 +01:00
helpers.py ProgressIndicator: flush the output file or it won't work correctly via ssh 2015-12-12 22:15:08 +01:00
key.py unify repo/archive parameter name to "location" 2015-12-12 22:15:08 +01:00
locking.py UpgradableLock: release exclusive lock in case of exceptions 2015-11-21 16:53:33 +01:00
logger.py sane remote logging, remote stderr, fixes #461 2015-12-12 22:15:08 +01:00
lrucache.py
platform.py
platform_darwin.pyx
platform_freebsd.pyx
platform_linux.pyx
remote.py fix python 3.2 str.splitlines() compatibility issue 2015-12-13 00:51:39 +01:00
repository.py compact_segments: save_space -> free unused segments quickly 2015-12-08 18:36:41 +01:00
upgrader.py borg upgrade - use inplace parameter, fixes #466 2015-12-11 22:18:18 +01:00
xattr.py