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

Fix subsubparsers for Python <3.4.3

This works around http://bugs.python.org/issue9351

Since Debian and Ubuntu ship 3.4.2 and 3.4.0...

github.com/borgbackup/borg - e28b470cfb72a99528e8f665ca89332248d0918d authored about 8 years ago by Marian Beermann <[email protected]>
pytest 2 compat

github.com/borgbackup/borg - 0c959cb67a232abfaafcdabba91299a04e364df6 authored about 8 years ago by enkore <[email protected]>
Merge pull request #1965 from borgbackup/pytest2

conftest: pytest 2 compat

github.com/borgbackup/borg - 0b32524cda50aec8f5581e0e3ce0cfb0d7bce3e0 authored about 8 years ago by enkore <[email protected]>
conftest: pytest 2 compat

github.com/borgbackup/borg - af923e261bacbaf0bfb4be77a57d3604cf7e9291 authored about 8 years ago by enkore <[email protected]>
Fix processing of remote ~/ and ~user/ paths

github.com/borgbackup/borg - 84d13751d56cc07b7ac7777ae717e7ccafa3d8b6 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1955 from ThomasWaldmann/merge-1.0-maint

merge 1.0-maint

github.com/borgbackup/borg - 4225009e60d07f976aa6a82548db325523f245f1 authored about 8 years ago by enkore <[email protected]>
fix in-file checkpoints when clock jumps

github.com/borgbackup/borg - 63ce627a35a198ca9b04a404645e691eff84ab0a authored about 8 years ago by Marian Beermann <[email protected]>
Merge branch '1.0-maint' into master

# Conflicts:
# src/borg/archive.py
# src/borg/archiver.py
# src/borg/helpers.py

github.com/borgbackup/borg - a9db2a2e55fe6fa5b1f1efb45eff3bc419f1e651 authored about 8 years ago by Marian Beermann <[email protected]>
Merge branch 'merge-1.0-maint' of https://github.com/ThomasWaldmann/borg into ThomasWaldmann-merge-1.0-maint

github.com/borgbackup/borg - 87f8b2bb644ebb5780991cf6aa7a8992ae1326e8 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1941 from enkore/issue/1936

Fix some clock problems

github.com/borgbackup/borg - 49c05719d88b65921d21fdce180bed1f9eb6b943 authored about 8 years ago by enkore <[email protected]>
create: fix duration if --timestamp is given

github.com/borgbackup/borg - baa8baafdbd342bdaec0e39aa59fc160bea09e2c authored about 8 years ago by Marian Beermann <[email protected]>
update changes

github.com/borgbackup/borg - 445365b3ff19830aefe2c7b1332cba05703fcb97 authored about 8 years ago by Marian Beermann <[email protected]>
fix checkpoints when clock jumps

github.com/borgbackup/borg - f5d6093ccc0b41ea7465dfded9091b0d95d01403 authored about 8 years ago by Marian Beermann <[email protected]>
base archive timestamps on end time

The assumption is that if the clock jumps during the Borg run that it
was jump-corrected and is ...

github.com/borgbackup/borg - a8d921a54cbb9a5e7b86668bd04a050c23110ad4 authored about 8 years ago by Marian Beermann <[email protected]>
fix wrong duration if clock jumps during create

github.com/borgbackup/borg - 420c984f05ff8bc1b16c3b4b661bdaebe285a421 authored about 8 years ago by Marian Beermann <[email protected]>
fix create progress not updating if clock jumps

github.com/borgbackup/borg - 2dc558a02e24461f0cda9869cb49bcd73038a815 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1962 from ThomasWaldmann/win10-linux-subsys

document windows 10 linux subsystem install

github.com/borgbackup/borg - 9396aacb21599dc16220c816850603476577a2c2 authored about 8 years ago by enkore <[email protected]>
Merge pull request #1963 from ThomasWaldmann/fix-win10-lxsys-tests

catch errno.ENOSYS for mknod (win 10 lxsys)

github.com/borgbackup/borg - 20d3eff8c4c94d4f2c78442daa963be4c421c16e authored about 8 years ago by enkore <[email protected]>
catch errno.ENOSYS for mknod (win 10 lxsys)

mknod raises this when running as non-root under Windows 10's Linux Subsystem.

github.com/borgbackup/borg - 61370082d63af8abd2ad40ecf962df17b2476f66 authored about 8 years ago by Thomas Waldmann <[email protected]>
document windows 10 linux subsystem install

also add note about remote repos being broken on cygwin.

github.com/borgbackup/borg - 6b6ddecd9301cbd3a657bb6d78e58554f2aa7882 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1957 from enkore/f/bio-failop

mention failed operation in per-file warnings

github.com/borgbackup/borg - 4c768624dc2e961b289537248976b102ce30dceb authored about 8 years ago by TW <[email protected]>
Merge pull request #1959 from ThomasWaldmann/pretty-test-fails2

pytest: only rewrite the testsuite, fixes #1938

github.com/borgbackup/borg - 4f0c2ab68ce758e04eca8a3e22edc733bbccf6c0 authored about 8 years ago by TW <[email protected]>
pytest: only rewrite the testsuite, fixes #1938

do not rewrite the borg application code, just the test code,
so the bytecode tested is identica...

github.com/borgbackup/borg - 04340ae8b1d6ae89d90f804ca19c685746d446f9 authored about 8 years ago by Thomas Waldmann <[email protected]>
mention failed operation in per-file warnings

on the one hand one can say it's ugly global state, on the other it's
totally handy!

just have ...

github.com/borgbackup/borg - 34e19ccb6aebd48704299d21909b175c89c663aa authored about 8 years ago by Marian Beermann <[email protected]>
run setup.py build_usage

github.com/borgbackup/borg - 82cd1fd39267d0411816147c1a9243af854df690 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge branch '1.0-maint'

github.com/borgbackup/borg - c855c687ebecebc488ca021f138e9c09acd48ee0 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1953 from ThomasWaldmann/fix-1932

add a borg debug/key dummy command, fixes #1932

github.com/borgbackup/borg - 7f63ca892212edf8cf1872cd272057c7d79d609c authored about 8 years ago by TW <[email protected]>
add a borg debug/key dummy command, fixes #1932

the problem was that there neither was a do_debug implementation for the case
someone just enter...

github.com/borgbackup/borg - 5a40870416a85ab08c3dca0d9b62808450cf2101 authored about 8 years ago by Thomas Waldmann <[email protected]>
update CHANGES (1.0-maint) (#1954)

github.com/borgbackup/borg - 60bbd7a944f101e3414b4c2feb941ba1ceb9bdb1 authored about 8 years ago by TW <[email protected]>
Merge pull request #1937 from ThomasWaldmann/location-parser

fix the user part parsing in the Location parser

github.com/borgbackup/borg - d13854853cd6c0dedde38f46818404052e38d21b authored about 8 years ago by TW <[email protected]>
refactor common regex part into optional_user_re

github.com/borgbackup/borg - 292ff42655ff4db95b3405952491cd42399ed3ea authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1945 from enkore/ThomasWaldmann-update-1.1-changes

Update 1.1 changes

github.com/borgbackup/borg - ccf882a88584848fb354d5616d88d441fa4cfb87 authored about 8 years ago by TW <[email protected]>
Merge pull request #1951 from ThomasWaldmann/pretty-test-fails

get back pytest's pretty assertion failures, fixes #1938

github.com/borgbackup/borg - 60b6f5a30ebf43337dc09d64761f94132fcd44d7 authored about 8 years ago by enkore <[email protected]>
get back pytest's pretty assertion failures, fixes #1938

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

update CHANGES (1.0-maint)

github.com/borgbackup/borg - 796ea9edde559a7106a48965f62ea10687742d2d authored about 8 years ago by enkore <[email protected]>
update 1.1 beta CHANGES

github.com/borgbackup/borg - 9147c7038b48aa3869983df9b2892259aa469a82 authored about 8 years ago by Marian Beermann <[email protected]>
update CHANGES (master / 1.1 beta)

github.com/borgbackup/borg - 09b1079b189439bcf525b12f54be30eaaabd7bbc authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1940 from enkore/f/cache-sync

Cache sync stuff

github.com/borgbackup/borg - 9d315384b4fde3692e1aba39e7bc45abfc7ad975 authored about 8 years ago by enkore <[email protected]>
update CHANGES (1.0-maint)

github.com/borgbackup/borg - bd8b4a44897e64b52b51d4ae492274b9ad3adf52 authored about 8 years ago by Thomas Waldmann <[email protected]>
fix location parser for archives with @ char, add test, fixes #1930

we must exclude colon and slash chars from the username, otherwise the term for the user part
wi...

github.com/borgbackup/borg - 335d599db4f812b3ad6a87bb3a2b31a6c9a772a9 authored about 8 years ago by Thomas Waldmann <[email protected]>
cache: no archive caches => work directly on master cache (no merges)

github.com/borgbackup/borg - be18418b74b6b1dfbfb0d246657dd92b9f89b954 authored about 8 years ago by Marian Beermann <[email protected]>
cache: don't create Item in fetch_and_build_idx

github.com/borgbackup/borg - e169510116dfe434a44a4b03f1be5dc1045d09d0 authored about 8 years ago by Marian Beermann <[email protected]>
add assertion to demonstrate mac key length issue in test data

github.com/borgbackup/borg - 58752c9de9cec1bb73881d8e8a1005f52906a2b2 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1924 from ThomasWaldmann/pr-template

add a PR template pointing to guidelines

github.com/borgbackup/borg - 4affad73d1e010804451309ad830560793dc16cb authored about 8 years ago by enkore <[email protected]>
Let prune --list display archives deleted per total archives

github.com/borgbackup/borg - 0994a0a681154383db1772957401cdece2b60cef authored about 8 years ago by Abogical <[email protected]>
add a PR template pointing to guidelines

github.com/borgbackup/borg - dfd37d09d5981dd9f58ebac60175b8b2c2897457 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1911 from enkore/f/itemnt

Work on metadata handling speed

github.com/borgbackup/borg - 7e5ed40e2fe49ebf75ba6594e5247e763a2f9e68 authored about 8 years ago by enkore <[email protected]>
clean imports, remove unused code

github.com/borgbackup/borg - b7eaeee26631f145a2b7d73f73f20fb56314c3a8 authored about 8 years ago by Marian Beermann <[email protected]>
don't do "bigint" conversion for nanosecond mtime

2**63 nanoseconds are 292 years, so this change is good until 2262.
See also https://en.wikipedi...

github.com/borgbackup/borg - 8b2e7ec68099fc85ac7298d462db14b5f0ee7486 authored about 8 years ago by Marian Beermann <[email protected]>
Replace backup_io with a singleton

This is some 15 times faster than @contextmanager, because no instance
creation is involved and ...

github.com/borgbackup/borg - b3707f717513af32190bb152575ca13a87f9c7ba authored about 8 years ago by Marian Beermann <[email protected]>
make item native code

This makes an surprisingly large difference. Test case: ~70000 empty files.
(Ie. little data sho...

github.com/borgbackup/borg - b885841c3963504905e6c0956f5efa0d3c809846 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1921 from enkore/f/recreate-fixes

recreate fixes

github.com/borgbackup/borg - e9d7f928e2061bc5f26e7a67aa6d26a37c4ec4b5 authored about 8 years ago by enkore <[email protected]>
recreate: don't rechunkify unless explicitly told so

github.com/borgbackup/borg - a9395dd8b122e3dd715bf7777c735e4575d4ca99 authored about 8 years ago by Marian Beermann <[email protected]>
recreate: remove special-cased --dry-run

github.com/borgbackup/borg - 30df63c509d6155cb2f1115a71122843678f5312 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1922 from enkore/f/buildusage

setup.py: fix build_usage not processing all commands

github.com/borgbackup/borg - 7eb2dff116d07c54bd0ae0455f0188df1760047e authored about 8 years ago by TW <[email protected]>
Merge pull request #1917 from JoseLuisMartins/bugfix

Fixed borg info

github.com/borgbackup/borg - 91a547bbbed2fbaaa0d55fa6133f91006e76ac5a authored about 8 years ago by TW <[email protected]>
setup.py: build_usage: don't generate includes for debug commands

github.com/borgbackup/borg - 288cac788c677013068ea2025605214941b626c1 authored about 8 years ago by Marian Beermann <[email protected]>
setup.py: fix build_usage not processing all commands

github.com/borgbackup/borg - 1c261f6b7b497abd6896ba0f9d7bfb08821ca2be authored about 8 years ago by Marian Beermann <[email protected]>
recreate: update --help

github.com/borgbackup/borg - c6f0969352b45309009f74455db0733d2d5a57db authored about 8 years ago by Marian Beermann <[email protected]>
recreate: update/remove/rename outdated comments

github.com/borgbackup/borg - c1ccad82c3df97a27a43fe4255b55bdbce857d00 authored about 8 years ago by Marian Beermann <[email protected]>
recreate: fix crash on checkpoint

github.com/borgbackup/borg - eade10a0a8dd8575511552bf7917ad7a5cedb44f authored about 8 years ago by Marian Beermann <[email protected]>
borg info:fixed bug when called without arguments,issue #1914

github.com/borgbackup/borg - 0f07b6acf470f9979b1b6be0ada2159070f098f9 authored about 8 years ago by OEM Configuration (temporary user) <[email protected]>
recreate: fix rechunking dropping all chunks on the floor

github.com/borgbackup/borg - eb940e6779ec939ae82016506b710dfefac3f119 authored about 8 years ago by Marian Beermann <[email protected]>
recreate repo: fix only one archive being processed

github.com/borgbackup/borg - b410392899d89bd6fcfd3b6ddb3185f4fbf8cffc authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1904 from enkore/issue/1896

blake2b key modes: use B2B as MAC; longer keys.

github.com/borgbackup/borg - 10d143925c4c10db7851f68780474cc432c63c77 authored about 8 years ago by TW <[email protected]>
Merge pull request #1908 from ThomasWaldmann/merge-1.0-maint

Merge 1.0-maint

github.com/borgbackup/borg - 1c248d66aa2103d9772f93ce44c1c970a80193c3 authored about 8 years ago by enkore <[email protected]>
Merge branch '1.0-maint' into merge-1.0-maint

# Conflicts:
# AUTHORS
# src/borg/archive.py
# src/borg/key.py

github.com/borgbackup/borg - a100fb67ebdcdf9b203978cdca6f378fd1c80b44 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1906 from enkore/f/check-corrupted-manifest

check: handle corrupted manifest

github.com/borgbackup/borg - 8ddbc45c294ac10048d4838d01bc63b33470a6e5 authored about 8 years ago by TW <[email protected]>
Merge pull request #1907 from ThomasWaldmann/cygwin-docs

docs: add python3-devel as a dependency for cygwin-based installation

github.com/borgbackup/borg - 2a340bf21ca815c5da54bce2a4efdc0f2d6adc2d authored about 8 years ago by TW <[email protected]>
docs: add python3-devel as a dependency for cygwin-based installation

github.com/borgbackup/borg - d6d3f275df646ec03f9f9bcf457aec9490af6430 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1900 from ThomasWaldmann/latest-virtualenv

partially remove virtualenv/pip version requirement, fixes #1738

github.com/borgbackup/borg - 53abed6b869330b84b6cc8e9c49af2e1f7561eec authored about 8 years ago by enkore <[email protected]>
check: skip corrupted chunks during manifest rebuild

github.com/borgbackup/borg - 146d586b3b31fba57bb5c1987606c362f345dc10 authored about 8 years ago by Marian Beermann <[email protected]>
Let prune accept and pass the progress argument

github.com/borgbackup/borg - 029469d54497dfe6905b3844c6b3bc61977a2e07 authored about 8 years ago by Abogical <[email protected]>
check: rebuild manifest if it's corrupted

github.com/borgbackup/borg - 71775bac97858d917e99e6030402fa35406a5da8 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1905 from ThomasWaldmann/fix-1903

fix TypeError in errorhandler, fixes #1903

github.com/borgbackup/borg - cdd9891444ffaa1c1be67a5782433cdb6e7e6076 authored about 8 years ago by enkore <[email protected]>
fix TypeError in errorhandler, fixes #1903

github.com/borgbackup/borg - 989b2286ff171ecae4ed3b821acb4a1a14090766 authored about 8 years ago by Thomas Waldmann <[email protected]>
blake2b key modes: use B2B as MAC; longer keys.

github.com/borgbackup/borg - 8949f2c758ab070af7c581d649a82e3221752711 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #1901 from ThomasWaldmann/show-broken

implement "health" item formatter key, fixes #1749

github.com/borgbackup/borg - f4c916e01f9ab5f6c1d5c1325d8f973b6958be09 authored about 8 years ago by enkore <[email protected]>
implement "health" item formatter key, fixes #1749

github.com/borgbackup/borg - 01ad1a5153576ba87828bb4011859f18fd650525 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1892 from Abogical/sync-progress

Add cache.sync progress display

github.com/borgbackup/borg - 99c38e8fc0497af0a08797e432091bc20200d950 authored about 8 years ago by TW <[email protected]>
partially remove virtualenv/pip version requirement, fixes #1738

Is needed only for python 3.2 support.

For normal development, we expect you have py34+ for bor...

github.com/borgbackup/borg - 6290e70c80ebbf5bb286f5f781c479e852a666cf authored about 8 years ago by Thomas Waldmann <[email protected]>
Add cache.sync progress display

github.com/borgbackup/borg - f3ce6be30b9b65e59135983d3e2629ebe7c8a2c3 authored about 8 years ago by Abogical <[email protected]>
Merge pull request #1895 from ThomasWaldmann/fix-1894

fix traceback in Error handler if id is None, fixes #1894

github.com/borgbackup/borg - b25de0ab38e396854646c1e6e96b41402372308f authored about 8 years ago by TW <[email protected]>
fix traceback in Error handler if id is None, fixes #1894

github.com/borgbackup/borg - cd50e286f712242fbbcc5c2143ab26c9ecf0d7d4 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1898 from ThomasWaldmann/fix-1897

test_get_(cache|keys)_dir: clean env state, fixes #1897

github.com/borgbackup/borg - baab5198432115ebe17a9260bcde86c1b66ca35a authored about 8 years ago by TW <[email protected]>
Merge pull request #1888 from enkore/f/secdir

Rename BORG_NONCES_DIR to BORG_SECURITY_DIR and then some

github.com/borgbackup/borg - 734f8a9417ac3556ca7e595733c98e7267d9703e authored about 8 years ago by enkore <[email protected]>
borg info: print security directory

github.com/borgbackup/borg - bd96b43af99e5914db63be24e44715d63a6b5645 authored about 8 years ago by Marian Beermann <[email protected]>
Implement security dir perks

Key type, location and manifest timestamp checks now survive cache
deletion. This also means tha...

github.com/borgbackup/borg - f62a22392e444ef2a31e34c580a530d2423b5f87 authored about 8 years ago by Marian Beermann <[email protected]>
Rename BORG_NONCES_DIR to BORG_SECURITY_DIR

github.com/borgbackup/borg - c3a2dc5f557ed1920b2282e8a68de50c6de88a79 authored about 8 years ago by Marian Beermann <[email protected]>
test_get_(cache|keys)_dir: clean env state, fixes #1897

make sure the BORG_(CACHE|KEYS)_DIR env var is not set initially.

github.com/borgbackup/borg - 9e760a69a29f7ebc055c4adf6f81b0a4de6aba52 authored about 8 years ago by Thomas Waldmann <[email protected]>
1.0 maint AUTHORS +me

github.com/borgbackup/borg - 619cb123e56e1ceb043ff56044ecb4d372972657 authored about 8 years ago by enkore <[email protected]>
Merge pull request #1890 from ThomasWaldmann/merge-1.0-maint

Merge 1.0-maint

github.com/borgbackup/borg - 701e26af1079cf7ed17219d8e02f47ed29c93cb3 authored about 8 years ago by enkore <[email protected]>
ran build_usage

had merge conflicts in the usage files, decided to just recreate them afterwards.

github.com/borgbackup/borg - 4746d20534e8068b69e311f7ac3dedd0fd83117b authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge branch '1.0-maint' (into master)

github.com/borgbackup/borg - c83a124e6538c39dce2f57531d9e098166489243 authored about 8 years ago by Thomas Waldmann <[email protected]>
Merge pull request #1885 from jcrben/patch-1

Clarify extract is relative to current directory

github.com/borgbackup/borg - 2780a834528c44ad1f147928cf1ef27243f25f2d authored about 8 years ago by TW <[email protected]>
Clarify extract is relative to current directory

I'm still hoping that a destination switch can be added (requested long ago in https://github.co...

github.com/borgbackup/borg - a49fc6faf52c83f16ebc2ac91a70e86faf953b8d authored about 8 years ago by Ben Creasy <[email protected]>
Merge pull request #1889 from enkore/f/109docfixes

1.0.9rc1 doc fixes

github.com/borgbackup/borg - 104e9f3169e602e98e124a35b63c4977638759c4 authored about 8 years ago by enkore <[email protected]>
docs/usage: fix literal/emph without end-string (two instances)

github.com/borgbackup/borg - bf3a1f0c3300cb5b8cd649134e4c129aabdda472 authored about 8 years ago by Marian Beermann <[email protected]>
README: fix code-block without an argument

github.com/borgbackup/borg - 64428da030d7fb87f388208fc961531d40738287 authored about 8 years ago by Marian Beermann <[email protected]>
Merge pull request #3 from ThomasWaldmann/improve-discovery

simplify directory discovery

github.com/borgbackup/borg-import - 871fa349c139cdd3a65a584ec26f3a6fefacab3f authored about 8 years ago by TW <[email protected]>