Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

borgbackup

Develops and supports the BorgBackup free and open source backup software.
Collective - Host: europe - https://opencollective.com/borgbackup - Website: https://borgbackup.org - Code: https://github.com/borgbackup

Update borgbackup-fuse.rb

man pages in correct folder. Added shell completions

github.com/borgbackup/homebrew-tap - 656c0e1fae69b9d26ab2f1f073178316249a55cc authored about 2 years ago by sMtzDczDq <[email protected]>
Merge pull request #7167 from ThomasWaldmann/update-twine-upload-master

twine: use repo name instead of url

github.com/borgbackup/borg - d577abe02ea260992ef78fefe462f1f84fa92acb authored about 2 years ago by TW <[email protected]>
twine: use repo name instead of url

github.com/borgbackup/borg - b60afa7e19a742c827c94895f5621bb3ddc20271 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7166 from ThomasWaldmann/rel200b4

release 2.0.0b4

github.com/borgbackup/borg - 8eeee915e4dd105b055e7b3356c3ddf7d87231fb authored about 2 years ago by TW <[email protected]>
build_man

github.com/borgbackup/borg - af93136ca73e2add894eb5635fc5a6e51ac86586 authored about 2 years ago by Thomas Waldmann <[email protected]>
build_usage

github.com/borgbackup/borg - 4d2eb06ed340b2f998478e4316ac1d96b1603d66 authored about 2 years ago by Thomas Waldmann <[email protected]>
update release date of 2.0.0b4

github.com/borgbackup/borg - 3ab46c5f460d430903bf641529040e97564a88a6 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7165 from ThomasWaldmann/update-changes2

update CHANGES

github.com/borgbackup/borg - a36102e52b6407b5d4460a3ecfbc8f0bacac79dd authored about 2 years ago by TW <[email protected]>
Merge pull request #7164 from ThomasWaldmann/vagrant-updates

Vagrant updates

github.com/borgbackup/borg - aef439eb1ac696fa6498dd58d4840e1cbcdc954b authored about 2 years ago by TW <[email protected]>
vagrant: use less cpus/concurrency

github.com/borgbackup/borg - a2f7435a3bf79a8b14bc0581c1891727721e4064 authored about 2 years ago by Thomas Waldmann <[email protected]>
use python 3.11 for the binary build

use python 3.10.1 for tests.

github.com/borgbackup/borg - 724762510da3385acb5e80e6f746eb9077afd848 authored about 2 years ago by Thomas Waldmann <[email protected]>
use pyinstaller 5.6.2, fixes #7160

support python 3.11 now!

github.com/borgbackup/borg - cc4bee622030986f2bce4597eeff07e235b809e8 authored about 2 years ago by Thomas Waldmann <[email protected]>
update CHANGES

github.com/borgbackup/borg - 82aaef12b06392d60208b273e73cb73db5b67139 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7157 from ThomasWaldmann/fix-7156

fix crash in borg transfer, fixes #7156

github.com/borgbackup/borg - 7439f89a786d0a4223d417a5ad33d61a2dfe0398 authored about 2 years ago by TW <[email protected]>
fix crash in borg transfer, fixes #7156

github.com/borgbackup/borg - 83576ae94cadcb5ace13f9168ec37b418488bf3d authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7155 from ThomasWaldmann/cygwin-fixes

Cygwin fixes

github.com/borgbackup/borg - a2205439a027c25d045d36025ad658e7013cf461 authored about 2 years ago by TW <[email protected]>
skip test_create_read_special_symlink on cygwin

test is broken on cygwin and hangs infinitely.

github.com/borgbackup/borg - ae0017d17410938f17c5f872258315b2ab5d0ca9 authored about 2 years ago by Thomas Waldmann <[email protected]>
fix test_recreate_basic on cygwin

looks like that chmod should only get done IF we are root (and on linux?).

taking away write pe...

github.com/borgbackup/borg - 15c51ee3c635d5d6fd31d4f8f83ea4597616a580 authored about 2 years ago by Thomas Waldmann <[email protected]>
ignore testsuite test for slow msgpack on cygwin

we don't want to have a failing test just because a
not compiled msgpack was used to run the tests.

github.com/borgbackup/borg - f088682bc9dd24d19c9c42b5886231fb3bc58923 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7141 from RayyanAnsari/fix-repository-tests

Fix repository tests on Windows

github.com/borgbackup/borg - 57c9f6193af6a0211581fc15e14da79b28b486af authored about 2 years ago by TW <[email protected]>
testsuite: repository: skip some tests for RemoteRepository

github.com/borgbackup/borg - 4445fe3bdb3a166826f66a77a4a538a941f65509 authored about 2 years ago by Rayyan Ansari <[email protected]>
file_integrity.py: make sure file_fd is always closed on exit

github.com/borgbackup/borg - c209daec630d8578e888a86a4371a892bd98407d authored about 2 years ago by Rayyan Ansari <[email protected]>
testsuite: repository: close fd before deleting segment

See last commit.

github.com/borgbackup/borg - f3f6e3f448121efda98d701f4acad994291aac49 authored about 2 years ago by Rayyan Ansari <[email protected]>
repository: cleanup(): close segment before unlinking

On Windows, trying to delete a file that is already open raises an exception.

Docs:
https://doc...

github.com/borgbackup/borg - 2a8cacf517b361f032a92090182dac39f0a6772f authored about 2 years ago by Rayyan Ansari <[email protected]>
repository: use os.replace instead of os.rename

On Windows, os.rename raises an exception if the destination file already exists, unlike os.repl...

github.com/borgbackup/borg - 62341673c134e45567bbd08b9b59ae8f6ee429a3 authored about 2 years ago by Rayyan Ansari <[email protected]>
Merge pull request #7136 from ThomasWaldmann/fix-hashing-time-test

fix failing hashing_time test

github.com/borgbackup/borg - 5090f809ecc61686d313cfc125fa351be0a5d3d4 authored about 2 years ago by TW <[email protected]>
fix failing hashing_time test

fast CPUs failed the test due to rounding down to 0.00s.

github.com/borgbackup/borg - 85b0dc873a0bcf7dbafc52b171bd7448ae1a64c0 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7134 from ThomasWaldmann/remove-py37-compat-code-master

remove python < 3.7 compatibility code

github.com/borgbackup/borg - 31c53f6b78481f4afa641c6aae5cb9f6e3e76659 authored about 2 years ago by TW <[email protected]>
remove python < 3.7 compatibility code

not supported any more in master and 1.2-maint branches.

github.com/borgbackup/borg - f5f38a1fbd0d666c888ff104bfa9df4c8c70c495 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7133 from ThomasWaldmann/black-same-version

use same black version on gh actions as locally

github.com/borgbackup/borg - 473a74d9da469156e7edc213c3e2120fcab80076 authored about 2 years ago by TW <[email protected]>
use same black version on gh actions as locally

github.com/borgbackup/borg - fa9381a476f4e4d6007c2c992c6d5eacbd6c1276 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #56 from ThomasWaldmann/fix-remote-repo

borg repository might be local or remote, fixes #47

github.com/borgbackup/borg-import - f7c58e9bc4e0304a047fbb806c65dbcf70b81022 authored about 2 years ago by TW <[email protected]>
Merge pull request #57 from ThomasWaldmann/update-docs

Update docs

github.com/borgbackup/borg-import - c788b92eff6a03b22da7a1b73ac8ebe04ade3054 authored about 2 years ago by TW <[email protected]>
readme: talk about advantages/features

also: remove "planned stuff"
(this repo mostly depends on community contributions)

github.com/borgbackup/borg-import - 796bcbb5bb4f531263cd5c67b149b6acadbe5976 authored about 2 years ago by Thomas Waldmann <[email protected]>
update (C) year

github.com/borgbackup/borg-import - 2f977f0a5e275e5ec3d2bf8d05a07c36f5dc38f3 authored about 2 years ago by Thomas Waldmann <[email protected]>
borg repository might be local or remote, fixes #47

the repo location is just a str we pass to the borg commandline,
nothing special (like a Path ob...

github.com/borgbackup/borg-import - ef92e8b186b003cbf8994ad385afd40498b472c3 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #55 from ThomasWaldmann/py311

support and test on Python 3.11

github.com/borgbackup/borg-import - c6c7a14573d4c6f03e9c1238756fb063720cc0d3 authored about 2 years ago by TW <[email protected]>
support and test on Python 3.11

github.com/borgbackup/borg-import - 891762a68285df4759864992ff996c61abbebfa4 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7129 from ThomasWaldmann/fix-6070-master

improve/clarify strange test code, fixes #6070

github.com/borgbackup/borg - 5713908ce1478ecc6a0913e0e667062ddea0500a authored about 2 years ago by TW <[email protected]>
improve/clarify strange test code, fixes #6070

github.com/borgbackup/borg - 5a4f07629c10e165f02a8c495ff9a3928c24ad77 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7127 from ThomasWaldmann/fix-root-paths-master

fix args.paths related argparsing, fixes #6994

github.com/borgbackup/borg - b9ca421e270de931527ade2bef434b9a4f42eb70 authored about 2 years ago by TW <[email protected]>
fix args.paths related argparsing, fixes #6994

argparse: the default action is "store" and that overwrote an already
existing list in args.path...

github.com/borgbackup/borg - 17cc72ec286d47c0003d88a68e695e6e8c3707ab authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7125 from ThomasWaldmann/hashindex-test-win-master

Fix test_size_on_disk_accurate on Windows

github.com/borgbackup/borg - c3ef6b3a72d4590956ef8c1d72e2a63a9cb2a598 authored about 2 years ago by TW <[email protected]>
Fix test_size_on_disk_accurate on Windows

Pass the python file object / fd instead of the file path.

On Windows, a tempfile cannot be ope...

github.com/borgbackup/borg - 05997e2867b2abb826abf9e9a564e288302bce8c authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7123 from RayyanAnsari/hashindex-test-win

Fix test_size_on_disk_accurate on Windows

github.com/borgbackup/borg - edf12186fc7868e9bce5aeae40d3f3f41ab78afc authored about 2 years ago by TW <[email protected]>
Fix test_size_on_disk_accurate on Windows

Pass the file descriptor instead of the file path.
On Windows, a tempfile cannot be opened again...

github.com/borgbackup/borg - cc0ad321dc32b78ce2f2f625ae91040fddf3fd8c authored about 2 years ago by Rayyan Ansari <[email protected]>
Merge pull request #7103 from RayyanAnsari/msys2-ci

Use MSYS2 for Windows CI

github.com/borgbackup/borg - 7aeae7cf7a3d892e41696a5fd90362d646069f02 authored about 2 years ago by TW <[email protected]>
Add new Windows build scripts and CI with GitHub and MSYS2

Fixes #7097

github.com/borgbackup/borg - 2b98a423ed2ebe4ccaa5c6229a0583e70c18c12d authored about 2 years ago by Rayyan Ansari <[email protected]>
Remove old Windows scripts and Appveyor CI

github.com/borgbackup/borg - 83980e304e3e6f074d361981391a799fdc1a0a6b authored about 2 years ago by Rayyan Ansari <[email protected]>
Merge pull request #7104 from ThomasWaldmann/py311-master

vagrant / github CI: use python 3.11.0 / 3.10.8

github.com/borgbackup/borg - 1d387522e4f1830cfa9f228785f34a3f47522e37 authored about 2 years ago by TW <[email protected]>
vagrant: use python 3.10.8

github.com/borgbackup/borg - 78094453b607ddfaee46370dd24eecfb174a4360 authored about 2 years ago by Thomas Waldmann <[email protected]>
vagrant / github CI: use python 3.11.0

github.com/borgbackup/borg - b19618506a981dd389c58dfa1a058089cdd64d6b authored about 2 years ago by Thomas Waldmann <[email protected]>
Fix test_chunking_time (#7101)

test_chunking_time: use a bigger file to avoid test fail due to rounding to 0.0

github.com/borgbackup/borg - eaccd9d578beeedd8f66e9abe99da2f661cc81a6 authored about 2 years ago by Franco Ayala <[email protected]>
tar_filter: recognize .tar.zst as zstd (#7093)

tar_filter: recognize .tar.zst as zstd

github.com/borgbackup/borg - 54ec166219fcda9db260b9dd68169e03cbf8f126 authored about 2 years ago by nyuszika7h <[email protected]>
Adding performance statistics to borg create (#6991)

- file status A/M/E counters
- chunking time
- hashing time
- rx_bytes / tx_bytes

Note: th...

github.com/borgbackup/borg - 2ed7f317d3e9a65c1e5de17e403ba877d27d3754 authored about 2 years ago by Franco Ayala <[email protected]>
Merge pull request #7087 from ThomasWaldmann/update-changes

update CHANGES

github.com/borgbackup/borg - b8a0e0d6bd3dfe746265a5fdfdfbf4173eccf74e authored about 2 years ago by TW <[email protected]>
update CHANGES

github.com/borgbackup/borg - 4b446dc1467a59fb90f59bf1c3f9102609d20ba5 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7081 from ThomasWaldmann/fix-transfer-chunker-params

transfer/upgrade: fix borg < 1.2 chunker_params, fixes #7079

github.com/borgbackup/borg - a74bcb786ddf55fa90addfe54a73ec2617ee9619 authored about 2 years ago by TW <[email protected]>
transfer/upgrade: fix borg < 1.2 chunker_params, fixes #7079

add the missing chunker_name as first element of the tuple.

github.com/borgbackup/borg - c98f8e44b9694469e45c6625584d03ad62053ab1 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7078 from ThomasWaldmann/fix-item-_dict

transfer/upgrade: do not access Item._dict, fixes #7077

github.com/borgbackup/borg - 6e95e5464fefed7fffe1c7168031312bae036f43 authored about 2 years ago by TW <[email protected]>
transfer/upgrade: do not access Item._dict, fixes #7077

after the cython code refactor in #7063, accessing the internal _dict is
not possible any more.
...

github.com/borgbackup/borg - 3fa7837a8b7e92f1e5eb2c23b7063e4ad3ea9494 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7074 from ThomasWaldmann/fix-nfiles-master

archive.save(): always use metadata from stats, fixes #7072

github.com/borgbackup/borg - 349b4905ce515b6332b9c3b2e7bff71cf0cd0190 authored about 2 years ago by TW <[email protected]>
Merge pull request #7076 from ThomasWaldmann/fix-benchmark-compression-api

benchmark: fixed TypeError in compression benchmarks, fixes #7075

github.com/borgbackup/borg - 13f90ed8b3dcf91b0826e82966dd71db11fedbb5 authored about 2 years ago by TW <[email protected]>
benchmark: fixed TypeError in compression benchmarks

github.com/borgbackup/borg - bf3f9b5e5b2d61d2462e070ae0467664e6b414ca authored about 2 years ago by Thomas Waldmann <[email protected]>
archive.save(): always use metadata from stats, fixes #7072

e.g. nfiles, size, etc.

fixes:
- checkpoint archives did not have this metadata yet
- borg impo...

github.com/borgbackup/borg - 2e83d18d35c40a4ebf4ac35f092c364d327f2ba8 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7071 from ThomasWaldmann/misc

misc updates / fixes

github.com/borgbackup/borg - 16e821371642992414ace95b9ffdbf354c39010c authored about 2 years ago by TW <[email protected]>
vagrant: use 3.10.7 for binary building

github.com/borgbackup/borg - 06a9336a58f2d9a77d11a4c727b3256ec81283c0 authored about 2 years ago by Thomas Waldmann <[email protected]>
update quickstart docs with --match-archives

github.com/borgbackup/borg - 4574ae0178a051d317d7216ea4700060f8fb8881 authored about 2 years ago by Thomas Waldmann <[email protected]>
update README for borg2

github.com/borgbackup/borg - d5274293392ca8fd8090466f5a5cbf99010454e6 authored about 2 years ago by Thomas Waldmann <[email protected]>
docs: add rcompress to usage index

github.com/borgbackup/borg - 8342f74d5c8d6670b205b60bdac332ddf2dd3e4a authored about 2 years ago by Thomas Waldmann <[email protected]>
fix repository.scan api minimum requirement

github.com/borgbackup/borg - c326b9d16074447852c5aedb98fb682b412884c9 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7069 from ThomasWaldmann/rel200b3

release 2.0.0b3

github.com/borgbackup/borg - 94b881d6c904b83a0a32ea356847f9075a04395b authored about 2 years ago by TW <[email protected]>
build_man / build_usage

github.com/borgbackup/borg - 3f159ca3bb88f8e2458c655c57b25ee3f376a117 authored about 2 years ago by Thomas Waldmann <[email protected]>
rcompress docs / examples / markup fixes

github.com/borgbackup/borg - 5d8d21df4d9260f42bb0f986a78ced6d871c2dd5 authored about 2 years ago by Thomas Waldmann <[email protected]>
set release date

github.com/borgbackup/borg - c6785c8f1559b56a6563e835dc50497c717bc414 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7067 from ThomasWaldmann/update-changes

update CHANGES

github.com/borgbackup/borg - 66249b739495b33f0d8d377e18d55580e1e419c4 authored about 2 years ago by TW <[email protected]>
update CHANGES

github.com/borgbackup/borg - fa74247ecb333e8bf0f60eacf43aeeabda015b13 authored about 2 years ago by Thomas Waldmann <[email protected]>
Hashindex header work, fixes #6960 (#7064)

support reading new, improved hashindex header format, fixes #6960

Bit of a pain to work with...

github.com/borgbackup/borg - c29d4a096bba4018e14208b54fe24bdc886f4f3d authored about 2 years ago by TW <[email protected]>
Merge pull request #7066 from ThomasWaldmann/fix-recreate-fixed-chunker-master

get_chunker: fix missing sparse=False argument, fixes #7056

github.com/borgbackup/borg - 5edc53d4d43388836687abe7363e2d5351a0c642 authored about 2 years ago by TW <[email protected]>
get_chunker: fix missing sparse=False argument, fixes #7056

github.com/borgbackup/borg - c339be7df9112d65003e6fb86ece667abfe34584 authored about 2 years ago by Thomas Waldmann <[email protected]>
add test for recreate with "fixed" chunker

github.com/borgbackup/borg - e32d733612312bc21f66c2972ff8664e90b26f1c authored about 2 years ago by Thomas Waldmann <[email protected]>
improve installation instructions (#52)

improve installation instructions

github.com/borgbackup/borg-import - 45a2d898d15e4f8b6c655fcfe0498789992d29e5 authored about 2 years ago by gobborg <[email protected]>
Merge pull request #7065 from ThomasWaldmann/vagrant-updates

Vagrant updates

github.com/borgbackup/borg - b5e88129b44983f7a66f46f6c8b61a190129e4f1 authored about 2 years ago by TW <[email protected]>
use absolute import to make pyinstaller binaries work again

github.com/borgbackup/borg - 8221afe9653474f85422ddbee550a57191b05a56 authored about 2 years ago by Thomas Waldmann <[email protected]>
vagrant: upgrade pyinstaller 4.10 -> 5.4.1

github.com/borgbackup/borg - fa83fa1c2316e0b574863b8320e3d059c2634c8c authored about 2 years ago by Thomas Waldmann <[email protected]>
vagrant: add python 3.11.0rc2

github.com/borgbackup/borg - 420ca419610a5aa3292a4965a67aef85c37f733b authored about 2 years ago by Thomas Waldmann <[email protected]>
vagrant: use python 3.9.14 for binary build

github.com/borgbackup/borg - 6034d90996fa61486910ffa8b08f550293cbd46a authored about 2 years ago by Thomas Waldmann <[email protected]>
increase VMCPUS and xdistn to 16

github.com/borgbackup/borg - ef2188b7caa1530e63a3585fc1d2a33f15ef9532 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #53 from ThomasWaldmann/update-python

misc python-related updates

github.com/borgbackup/borg-import - 2ee1354ac73b1bdf7df9fb605e25e6ef3445449e authored about 2 years ago by TW <[email protected]>
quote the python version

otherwise it thinks 3.10 == 3.1.

github.com/borgbackup/borg-import - 5ec81470d4fb10c905796bbeed2f59dd64dff6fd authored about 2 years ago by Thomas Waldmann <[email protected]>
add python 3.10 support

github.com/borgbackup/borg-import - 8f1c503fe6947d04fc020d3f26d49f104a796ac8 authored about 2 years ago by Thomas Waldmann <[email protected]>
drop python 3.5 support, use python_requires=...

Python 3.5 is EOL and unsupported since long.

github.com/borgbackup/borg-import - 34c1409fdbba3fc1cfd6adeff68e6d7d32a7bcff authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7063 from ThomasWaldmann/item-more-cython-rebased

item.pyx: re-doing PR #5763

github.com/borgbackup/borg - 4e87c1b6be35dd29f0d40c74221b7ead8b6cb4da authored about 2 years ago by TW <[email protected]>
cpdef variables -> cdef

warning: src/borg/item.pyx:199:10: cpdef variables will not be supported in Cython 3; currentl...

github.com/borgbackup/borg - fd5019a7b2d64459ad70d41a5ab6edd4470809fb authored about 2 years ago by Thomas Waldmann <[email protected]>
cosmetic: spaces, typos

github.com/borgbackup/borg - 215ccaebeae17261e832ef18ea09600cc9019868 authored about 2 years ago by Thomas Waldmann <[email protected]>
item.pyx: use more cython and turn PropDict properties to a descriptor

this turns all python level classes into extension type classes.

additionally it turns the indi...

github.com/borgbackup/borg - ce2dd6df24867bf7404d7ff9dae964f26bec58fa authored about 2 years ago by Thomas Waldmann <[email protected]>
add benchmark for item attribute / dict access

Author: @RonnyPfannschmidt in PR #5763

github.com/borgbackup/borg - 7b3cdb1aeaee5f91ea5f8ca980156ca3f95aaa3e authored about 2 years ago by Thomas Waldmann <[email protected]>
faster implementation of item.chunks_contents_equal

This is about 10x faster than before, thanks to Ronny!

Author: @RonnyPfannschmidt in PR #5763

github.com/borgbackup/borg - 57ca9f6e74457175ab4526b138441a7178b53aa2 authored about 2 years ago by Thomas Waldmann <[email protected]>
Merge pull request #7061 from ThomasWaldmann/update-changes

update CHANGES

github.com/borgbackup/borg - 1274b56ad49a4dc207451af8fef48e914ce6c0b7 authored about 2 years ago by TW <[email protected]>
update CHANGES

github.com/borgbackup/borg - 9315ecb89ea270a31e6142638927dc5f21064f30 authored about 2 years ago by Thomas Waldmann <[email protected]>