Ecosyste.ms: OpenCollective

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

github.com/borgbackup/borg

Deduplicating archiver with compression and authenticated encryption.
https://github.com/borgbackup/borg

info: explain max. archive size

b4b58e7225cce2ebb6b4800eacda570d5f1d9d86 authored over 7 years ago
with-lock: fix help text

24de8514fa488885c314902942963ca3b6a8c930 authored over 7 years ago
Merge pull request #2876 from enkore/issue/2628

cache: write_archive_index: truncate_and_unlink on error

836bc33a4d6d0030266c202ffc76079202b6aae9 authored over 7 years ago
Merge pull request #2875 from enkore/issue/2863

umount: try fusermount, then try umount

3c0f8b7943a90a52aa48adc9f0c1b2628bcaac07 authored over 7 years ago
umount: try fusermount, then try umount

2fe37dba7f23fa1ac00462200cded676739f6347 authored over 7 years ago
Replace assert_true(False) with fail and don't ignore pylint rule W1503

assert_true(False) violates W1503 (redundant-unittest-assert) and is less clear than using fail().

eff492a8d83e8c315b8916939ce5a215ab328bd4 authored over 7 years ago
Remove several linting rules from ignored list in .coafile

These rules are not violated and don't need to be ignored.

61b53f899541cecbaae14e777141ecf1b33ccb6a authored over 7 years ago
Merge pull request #2837 from milkey-mouse/fix392

Detail how to use macOS/GNOME/KDE keyrings for repo passwords (fixes #392)

77797a2fbf76c32ead96d014ae1b2a915b5f63d4 authored over 7 years ago
cache: write_archive_index: truncate_and_unlink on error

2623e330a414ab4a2f4f3cef7546cce72edda4d4 authored over 7 years ago
Merge pull request #2867 from ThomasWaldmann/rel110rc1

WIP: release 1.1.0rc1

b85076db6f083138696da88de5c41f947e361b10 authored over 7 years ago
python setup.py build_usage

43ecde1bde7de3f48f83b1bd6f655c943201d55a authored over 7 years ago
add release date to CHANGES

6b08ec78bbfa8efbb9b9e86a3f3b454080552221 authored over 7 years ago
Merge pull request #2804 from ThomasWaldmann/update-changes

update CHANGES (master)

090d2fead96d9816dba1689f50852acc58eae302 authored over 7 years ago
update CHANGES (master)

6c39c1c515ceddbbf03752a000146228cb0e9d2b authored over 7 years ago
Merge pull request #2836 from enkore/docs/installation

Cleanup installation

eb3e7604d82187dfdc02efce65de4ca31ae9d282 authored over 7 years ago
docs: file system requirements, update segs per dir

b3e0dd37619e980d3319c5adb487da32f3bb9908 authored over 7 years ago
Merge pull request #2860 from ThomasWaldmann/fix-2853

give known chunk size to chunk_incref, fixes #2853

22bbe45f983cbc53b4dc08b105461b0123f51838 authored over 7 years ago
chunk_incref size assertion: fail early

663d3c544a3d2c7c74e3b30b282d9c02bc869aaa authored over 7 years ago
chunk_incref: use "size" for public api

fc3498ac53b2cb75bf04275fdde9de997026925d authored over 7 years ago
chunk_incref: compute "_size or size" only once

2edbcd770393e85eff70d57548763f8204874ed0 authored over 7 years ago
give known chunk size to chunk_incref, fixes #2853

chunk_incref was called when dealing with part files without giving the
known chunk size in the ...

186123cb686f930f1a66f95eed29d26178ddbe66 authored over 7 years ago
Merge pull request #2855 from lfos/add-mailmap

Add .mailmap

1d008e87abedfa1631e5911d622b57b980d13487 authored over 7 years ago
Merge pull request #2852 from ThomasWaldmann/lgtm-fixes

lgtm fixes

4fa880540743ebaea0cf361dacea4f7bb5e17ea5 authored over 7 years ago
constants: avoid comparing constants

lgtm:
Comparison of constants is always constant, but is harder to read than
a simple constant.

5cc2b900eef4c55c14f3cc867fbc888b857b9a8c authored over 7 years ago
archive: closely wrap next() called from generator

lgtm:
Calling next() in a generator may cause unintended early termination of
an iteration.

It ...

199f192a65c8b753f5c09cd8c35abcd71131f7a6 authored over 7 years ago
fix checkpoints/parts reference in FAQ, fixes #2859 (#2861)

fix checkpoints/parts reference in FAQ, fixes #2859

d806d5213de8af734832815f9762cf208bc77c9e authored over 7 years ago
Add .mailmap

Coalesce together commits by the same person in git-shortlog(1).

For people with different alia...

631f857a673c1c422f97aa48ba1197a6746e97d8 authored over 7 years ago
setup.py: fix same loop variables

lgtm:
Nested loops in which the target variable is the same for each loop make
the behavior of t...

73e5ac4a2b706671551d62d143d81c07e7a3f033 authored over 7 years ago
repository: fix assert expression to not have a side effect

lgtm:
This 'assert' statement contains an expression which may have side effects.

b7b428edc2d019459c9d3c678b5ef13111ee28ae authored over 7 years ago
Merge pull request #2851 from ThomasWaldmann/upgrade-osxfuse

upgrade FUSE for macOS (osxfuse) from 3.5.8 to 3.6.3, fixes #2706

98090102c2315769b9613167a741b9bcdcebb708 authored over 7 years ago
upgrade FUSE for macOS (osxfuse) from 3.5.8 to 3.6.3, fixes #2706

f2472b2fb6de7d4928618249d9e42b1d25c5e898 authored over 7 years ago
Merge pull request #2832 from rciorba/hash_modulo_speedup

replace modulo with if to check for wraparound in hashmap

0c6a11a9f2b89ad63334234dea2b66b14819af68 authored over 7 years ago
Merge pull request #2846 from wzyboy/segment-filename

Document consequences of changing the segments_per_dir value

c2f7e738baee681b284f5cde59e17fe1a214e2c7 authored over 7 years ago
Doc: add warning about changing segments_per_dir values

f0de6a4c909f33fbbf85aca3e126b3b57715f726 authored over 7 years ago
Doc: update default values in sample config file

7d07a9629ede417e69d804f22a5e8887b9bc9d71 authored over 7 years ago
docs: streamline installation: file systems

3d5a8016e6909db84a251b4ffeae9d28e781b95e authored over 7 years ago
docs: streamline installation (2)

I can't give a good reason why anyone would care about this here.
This is right before distribut...

ab773956c19eb65ded62855740433b393b49ae25 authored over 7 years ago
docs: streamline installation: platforms table

735339c20949f528228ac1b8c16f73016d36e764 authored over 7 years ago
docs: usage; remove strange blurb about tested platforms

cc93cbb202204fb7384edae95d2951dc8174d5f4 authored over 7 years ago
Merge pull request #2849 from borgbackup/enkore-patch-1

docs: recreate: fix wrong "remove unwanted files" example

a72b2e363b9cf9a89e75ca6cf75cc07de88ddf5e authored over 7 years ago
docs: recreate: fix wrong "remove unwanted files" example

a61462693adbabf85d077f1537d152232ce80f86 authored over 7 years ago
replace modulo with if to check for wraparound in hashmap

Integer division is slow, and this improves the speed of all operations on the hashmap.

Benchma...

12e0f559912093fdf26366d48a51f99e7a97d80f authored over 7 years ago
Fix bashism in shell scripts (#2820)

Fix bashism in shell scripts, also fixes #2816

This makes the scripts fully POSIX-compatible....

c5c361be0c44798d4ac151d749fa4ebbbd0161f9 authored over 7 years ago
Detail how to use macOS/GNOME keyrings for repo passwords (fixes #392)

756dea7e2042b320f8bfa3dfb83089ed2fc7d521 authored over 7 years ago
Merge pull request #2838 from milkey-mouse/fix2834

Use archive creation time as mtime for FUSE mount (fixes #2834)

ffe7bdb88c9338ff31f3abc58fb8c3b062b88a75 authored over 7 years ago
Ignore more pylint rules in .coafile (#2823)

Ignore them for now, so that they can be fixed later one by one.

2149e7847d786af8b49cb1fc7ff07174a5681456 authored over 7 years ago
Merge pull request #2828 from milkey-mouse/fix2730

Reference list of status chars in borg recreate --filter description

06f711e16dc83d73921ef0664408a90dbc4f65ad authored over 7 years ago
Merge pull request #2839 from Alexander-N/e0211

Enable pylint check E0211 (method has no argument) in .coafile

3b354eef0e0cc1501cc5bb60298993497ebb7b80 authored over 7 years ago
Use archive creation time as mtime for FUSE mount (fixes #2834)

6ef5c9c960e99125c4e58c2ec76f9ff2cce2d65e authored over 7 years ago
Add list of status chars to borg create --filter help text

bcbf80287cc7b62a713eb62f85cb8d16fb716359 authored over 7 years ago
Enable pylint check E0211 (method has no argument) in .coafile

Adapt Attic013Item in test_attic013_acl_bug so that as_dict takes `self` as
first argument. This...

f7c843fd21b195627c1b478b7069b887e03c73ff authored over 7 years ago
Merge pull request #2818 from takluyver/i2815

Use code markup for command line option headings

26bc80f2109044b521c22c3b97e638f4d5f52cb6 authored over 7 years ago
Merge pull request #2824 from takluyver/i2811

Name backup directories with 'before-upgrade'

fafa18b0a9fc41fd32c27e114bd7f9c478162f9b authored over 7 years ago
Merge pull request #2822 from takluyver/i2795

Update source-install about doc dependencies

b9f47aba1f191f0ed764aabc016412b8763fad31 authored over 7 years ago
Merge pull request #2819 from Alexander-N/coala-config

Update path to chunker.c in .coafile

b81a507b29c96f1557b9e27a0d3c309e7d6e1f67 authored over 7 years ago
Name backup directories with 'before-upgrade'

Closes gh-2811

ae2a1b8135084bba526d1db041feba843424a4c3 authored over 7 years ago
Update path to chunker.c in .coafile

bb26709cf53d1a660c7bfb74b52a0ff554ce6200 authored over 7 years ago
Update source-install about doc dependencies

Closes gh-2795

0edad19ee04a799985d57beb58439ce544177c2e authored over 7 years ago
Fix cross reference

0fcdb97f5dd9b6fff125df926bdb5c11e75b9f33 authored over 7 years ago
Use code markup for command line options

Closes gh-2815

84940e32b20761aa7e07b006b55b92681bc472dc authored over 7 years ago
Merge pull request #2817 from Alexander-N/coala-requirements

Fix coala requirements

68b44e80724f5742f607a237369d9d87dbcabcf2 authored over 7 years ago
Fix coala requirements

Put each package on a separate line.

Error was:
Invalid requirement: 'coala coala-bears'

ad7f544e6bca51cc1783f2c3fe2b973bad4db657 authored over 7 years ago
Merge pull request #2810 from enkore/issue/2809

create _endian.h

d16ed301bed77b75e1d256683a0dd4681b9141b4 authored over 7 years ago
create _endian.h

019a2587092ca785244e1f37067a96f614b51ac4 authored over 7 years ago
Merge pull request #2792 from ThomasWaldmann/comment-placeholder

support borg list repo --format {comment}, fixes #2081

e36be956f1bbff6f574cf356b59ab8cdba5ebba5 authored over 7 years ago
ItemFormatter: code defensively, always use new dict for returned object

852505fb699c659a601d1e1d072c0ae8bfc01e1c authored over 7 years ago
support borg list repo --format {comment}, fixes #2081

Also supported: {bcomment} for binary and {end} for backup end time.

Refactor so ArchiveFormatt...

75c602d2943d11e7374914d388d91b2f4c8cb44a authored over 7 years ago
#2800 - Better explanation of the --ignore-inode option relevance (#2802)

Fixes #2800

7be39af581bb48a5cefa272e80427ec5df9e9fcb authored over 7 years ago
Merge pull request #2791 from ThomasWaldmann/dash_open

WIP dash_open

6ffa797bde6950ae3d9ad50f26a9d762a0f9735d authored over 7 years ago
use dash_open

e728d102ec4dd87b8ce06446b493d1c2487ef506 authored over 7 years ago
dash_open: generalized and renamed open_file_or_stdin

a96dede6329b738d36a70f16b4b8d44df31eb7c4 authored over 7 years ago
use limited unpacker for outer key, fixes #2174 (#2790)

* use limited unpacker for outer key, fixes #2174

* fixup: higher inner key data size limit

9ca666907bc39d21e8a818027f9a1b5fb78b48fc authored over 7 years ago
Merge pull request #2793 from ThomasWaldmann/commit-in-with-lock

use commit() in borg with-lock, fixes #1867

27305719667c6b0f2457be0c103a72db581794aa authored over 7 years ago
Merge pull request #2794 from antlarr/master

Fix openSUSE command and add openSUSE section

a0d849693ec60482cf321746c202567222a48138 authored over 7 years ago
Fix openSUSE command and add openSUSE section

Fix the name of the borgbackup package in openSUSE and
add an openSUSE section on how to install...

6c7b9a338cda898c829476ef93c4d449d1923671 authored over 7 years ago
use commit() in borg with-lock, fixes #1867

808d24d0888912b0fed96106a7354d442585be6f authored over 7 years ago
Merge pull request #2778 from enkore/f/fuse-versions-numbering

fuse: versions view, linear numbering by archive time

9bd522819ed1f2dc340e6e38707e932e5ff256d9 authored over 7 years ago
Merge pull request #2784 from ThomasWaldmann/prune-enhancements

prune enhancements / fixes

6b20f2af934949035a60b6142143698402c682a2 authored over 7 years ago
prune: fix checkpoints processing with --glob-archives

before the fix, the archives_checkpoints list could not always contain
checkpoints as the glob r...

ac98fe3fbec061ecf2ab6abee1c79963e65e6eea authored over 7 years ago
shellpattern: add match_end arg

match_end=r"\Z" is the default, same behaviour as before
(create a full match up to the string e...

d33b853f668306c85f94fd459e83fdd0bf538fb5 authored over 7 years ago
prune: do globbing in Archives.list

35a3a6adfbdd43d951e492516738144bfba52238 authored over 7 years ago
Merge pull request #2785 from ThomasWaldmann/fix-2700

patching objects does not work with the borg.exe binary, fixes #2700

e8bad14639560a275cb96313631ba67e6fab8242 authored over 7 years ago
fuse: versions view, linear numbering by archive time

9a856533ba16638edf027724e9c26fcbf2f3b630 authored over 7 years ago
patching objects does not work with the borg.exe binary, fixes #2700

116a60f9792be19e4a4ecee7d680508406137589 authored over 7 years ago
Merge pull request #2777 from ThomasWaldmann/editorconfig

add a basic .editorconfig, fixes #2734

99ff77990800b734e87205ca766d81d5b9a9b7ff authored over 7 years ago
Merge pull request #2780 from enkore/fix/broken-filters

fix reversed archive ordering with --last

0f1797ba2757d8350ee0e038645cc6fa84c34ec3 authored over 7 years ago
Archives.list: reverse result after applying all other filters

41b52ff0f58e2229b7a1f789966a44dbe24b34d3 authored over 7 years ago
fix --last, --first accepting negative values

also don't accept zero, because every use of these doesn't cover that case,
and it arguably does...

2db377d6fb972053370aab74ea5fe7398bbfac54 authored over 7 years ago
fix reversed archive ordering with --last

51c1c22c1ff0d142df3999e3fcef5dea66fd0c49 authored over 7 years ago
Merge pull request #2779 from enkore/docs/mount-examples

docs: mount: show usage of archive filters

46f363a27b5badb0885304bef62b553dcda4e2c9 authored over 7 years ago
add a basic .editorconfig, fixes #2734

8253dd23da8106cd723ca5c0f9ed14c11a507a64 authored over 7 years ago
docs: mount: show usage of archive filters

this is pretty vital, since the versions view is basically
useless without them.

946f1a4eec2c37a47824d201eb2a00bb01677099 authored over 7 years ago
Merge pull request #2775 from ThomasWaldmann/fuse-versions-file-ext

FUSE versions view: keep original file extension at end, fixes #2769

c624e715ad5fdd9c05ee4050af1f2fbb93e57331 authored over 7 years ago
FUSE versions view: keep original file extension at end, fixes #2769

some tools depend on seeing the correct file extension to operate
correctly, so put our version ...

51458b6b5880fb28ef53847f55092146c5e4c361 authored over 7 years ago
Merge pull request #2774 from enkore/f/cleanup-c

Some C/Cython cleanup

b9392360e43aeed01e009e7f32e58520968b89fc authored over 7 years ago
hashindex: don't pass side effect into macro

Py_XDECREF and friends are explicitly written to use op
only once in CPython (and other code rel...

9827578df5057598d0ffe1735524ff80796ead7f authored over 7 years ago
crypto low_level: don't mutate local bytes()

CPython kind-of permits this (even by the docs),
other implementations don't. Allocate the resul...

336d0426dbd83dd8b1be6e0757a45307a0d4e526 authored over 7 years ago
Merge pull request #2768 from enkore/docs/no-l3toc

docs: no third level toc on command usage pages ("Description", "Examples")

5cdd0294c0e41139146325082ad067af2dfed61a authored over 7 years ago
docs: no third level toc on command usage pages ("Description", "Examples")

f6c3d1d2cc38b53ba22f5890890a2d5db868a89d authored over 7 years ago
Merge pull request #2767 from enkore/issue/2462

docs: mount: add repository example

193c1850e4752d54a994adb611bdc0291a805104 authored over 7 years ago