1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 06:59:38 +00:00
borg/borg
Antoine Beaupré 5409cbaa67 also copy files cache verbatim
it seems the file cache does *not* have the ATTIC magic header (nor
does it have one in borg), so we don't need to edit the file - we just
copy it like a regular file.

while i'm here, simplify the cache conversion loop: it's no use
splitting the copy and the edition since the latter is so fast, just
do everything in one loop, which makes it much easier to read.
2015-10-03 12:56:03 -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 rename convert command to upgrade 2015-10-03 12:36:52 -04: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 implement borg create --dry-run, attic issue #267 2015-09-08 03:12:45 +02:00
archiver.py mention borg delete borg 2015-10-03 12:46:23 -04:00
cache.py Merge branch 'master' into faster-cache-sync 2015-09-10 23:12:55 +02: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
hashindex.pyx Obtaining 'char *' from temporary Python value 2015-09-12 17:21:49 -04:00
helpers.py add a string representation for Include/ExcludePattern 2015-09-19 18:03:53 +02:00
key.py deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
locking.py lock roster: catch file not found in remove() method and ignore it 2015-08-20 18:40:24 +02:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
platform.py
platform_darwin.pyx
platform_freebsd.pyx
platform_linux.pyx
remote.py
repository.py fix segment entry header size check, attic issue #352 2015-09-30 16:10:50 +02:00
upgrader.py also copy files cache verbatim 2015-10-03 12:56:03 -04:00
xattr.py