borg/src/borg
Thomas Waldmann 6a82d01b35
tests for borg transfer --upgrader=From12To20
2022-12-04 09:07:48 +01:00
..
archiver fix args.paths related argparsing, fixes #6994 2022-11-04 23:29:58 +01:00
cache_sync make setuptools happy, fixes #6874 (try 2, same as in 1.2-maint) 2022-08-04 17:18:23 +02:00
crypto file_integrity.py: make sure file_fd is always closed on exit 2022-11-15 18:46:08 +00:00
helpers bugfix: file timestamps should use tz-aware utc datetime objs 2022-12-04 09:07:29 +01:00
platform ignore testsuite test for slow msgpack on cygwin 2022-11-22 18:16:12 +01:00
testsuite tests for borg transfer --upgrader=From12To20 2022-12-04 09:07:48 +01:00
__init__.py mypy: fixes / annotations 2022-07-15 14:54:48 +02:00
__main__.py use absolute import to make pyinstaller binaries work again 2022-10-02 01:33:57 +02:00
_chunker.c _chunker.c: fix warnings on macOS 2022-08-04 10:46:36 +02:00
_endian.h Basic MSC Compatibility (#4147) 2018-11-03 18:52:54 +01:00
_hashindex.c Hashindex header work, fixes #6960 (#7064) 2022-10-02 14:35:21 +02:00
_item.c item: item.to_optr(), Item.from_optr() 2017-07-29 17:26:39 +02:00
archive.py Adding performance statistics to borg create (#6991) 2022-10-19 21:40:02 +02:00
cache.py upgrader fixes for new api 2022-09-07 20:27:03 +02:00
checksums.pyi add mypy checking 2022-07-15 12:49:38 +02:00
checksums.pyx stop using libdeflate 2022-07-04 20:33:59 +02:00
chunker.pyi add mypy checking 2022-07-15 12:49:38 +02:00
chunker.pyx Adding performance statistics to borg create (#6991) 2022-10-19 21:40:02 +02:00
compress.pyi rcompress: do a repo-wide (re)compression 2022-09-27 16:50:19 +02:00
compress.pyx avoid memoryview related TypeError in compressors 2022-09-27 23:41:21 +02:00
constants.py use py37+ datetime.isoformat / .fromisoformat 2022-08-11 21:18:56 +02:00
fuse.py repoobj: add a layer to format/parse repo objects 2022-09-04 00:49:38 +02:00
fuse_impl.py blacken all the code 2022-07-06 16:34:38 +02:00
hashindex.pyi add mypy checking 2022-07-15 12:49:38 +02:00
hashindex.pyx Hashindex header work, fixes #6960 (#7064) 2022-10-02 14:35:21 +02:00
item.pyi massively increase per archive metadata stream size limit, fixes #1473 2022-08-06 19:01:41 +02:00
item.pyx cosmetic: spaces, typos 2022-09-29 20:40:07 +02:00
locking.py blacken all the code 2022-07-06 16:34:38 +02:00
logger.py mypy: fixes / annotations 2022-07-15 14:54:48 +02:00
manifest.py implement pattern support for --match-archives, fixes #6504 2022-09-16 15:10:13 +02:00
paperkey.html Fix typos 2021-01-07 17:54:33 +01:00
patterns.py implement pattern support for --match-archives, fixes #6504 2022-09-16 15:10:13 +02:00
platformflags.py ignore testsuite test for slow msgpack on cygwin 2022-11-22 18:16:12 +01:00
remote.py fix repository.scan api minimum requirement 2022-10-02 23:47:50 +02:00
repoobj.py fix crash in borg transfer, fixes #7156 2022-11-25 13:32:47 +01:00
repository.py repository: cleanup(): close segment before unlinking 2022-11-11 18:21:11 +00:00
selftest.py blacken all the code 2022-07-06 16:34:38 +02:00
upgrade.py transfer/upgrade: fix borg < 1.2 chunker_params, fixes #7079 2022-10-10 21:16:44 +02:00
version.py blacken all the code 2022-07-06 16:34:38 +02:00
xattr.py Merge pull request #6990 from ThomasWaldmann/more-fine-grained-extended-stat-1.2 2022-09-07 09:34:52 +02:00