1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00
borg/borg
Thomas Waldmann f285e90912 archiver: add E status as error indication
E means that an error occured when processing this (single) item
2015-10-25 02:53:36 +02:00
..
support
testsuite fix logging levels 2015-10-23 02:29:41 +02:00
__init__.py
__main__.py
_chunker.c
_hashindex.c
archive.py Merge pull request #303 from anarcat/verbosity 2015-10-19 22:25:46 +02:00
archiver.py archiver: add E status as error indication 2015-10-25 02:53:36 +02:00
cache.py adjust display of --stats 2015-10-17 21:21:33 -04:00
chunker.pyx
compress.pyx
crypto.pyx
fuse.py remove debugging code and fix all have_cython calls 2015-10-08 17:20:52 -04:00
hashindex.pyx
helpers.py refactor return codes, fixes #61 2015-10-21 01:11:51 +02: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 logging levels 2015-10-23 02:29:41 +02: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