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

add FAQ about removing old files and policies

This has been asked twice already this year:

https://mail.python.org/pipermail/borgbackup/2017q...

1a2906ae7e09f1bef3aaf27f8ccfb3a99282ca0d authored about 7 years ago
Merge pull request #3319 from ThomasWaldmann/crc32-unaligned

crc32: deal with unaligned buffer, tests, fixes #3317

72232a9bd573aeb4818b36c9c8764b6008e9283e authored about 7 years ago
crc32: deal with unaligned buffer, tests, fixes #3317

fixing only the (generic) slice-by-8 crc32 implementation,
it is assumed that CPUs supporting CL...

f9cd6f7512a7fed267c349c9de2d857591a74f91 authored about 7 years ago
Merge pull request #3318 from milkey-mouse/borgfs-formatting-test

Check borgfs rst formatting in tests

b3c11dee6c06d921555cc9ff222b8ae77d7ea2a5 authored about 7 years ago
include item birthtime in archive (where available) (#3313)

include item birthtime in archive, fixes #3272

* use `safe_ns` when reading birthtime into at...

b0141c1dc958ecefda9bc4f52902b4c0877cc21b authored about 7 years ago
Check borgfs man formatting in tests

I only realized after the first PR was merged that the code used for
finding which man pages to ...

9d1c2a6e2dc23702e45d89642dcb649372c6a325 authored about 7 years ago
Merge pull request #3290 from milkey-mouse/borgfs-man

Generate usage & man page for borgfs

b8dece0ae74bc793cc58f10b8d3efe280adaa10c authored about 7 years ago
Merge pull request #3314 from scarytom/fewer-not-less

Correct usage of "fewer" in place of "less"

64fb1c88a675710db80c1b43fbce521d05bda90a authored about 7 years ago
Correct usage of "fewer" in place of "less"

c6591a7c0600b6ad713b642db1493eeb12b3f625 authored about 7 years ago
Merge pull request #3285 from olesalscheider/libressl

Fix build with LibreSSL

46d0f3e81df65214400164ef5be98767fd39ad18 authored about 7 years ago
Add instructions for ntfsclone (fixes #81)

2b254abb394b6a893b0109538a1730aec96b4c4e authored about 7 years ago
Add instructions for zerofree

b0d68036c29207c6d0b0990c44acc84c251e5d9e authored about 7 years ago
Generate man page for borgfs (fixes #3216)

17d5c794d35e62a9a7317ad0f3a5ef9edc3fb0dd authored about 7 years ago
Clarify encryption of key for borg key export (#3297)

clarify / fix docs for borg key export, fixes #3296

c0fa72139886ae0618896b5774e542b84621430c authored about 7 years ago
Clarify create --stats duration vs. wall time (fixes #3301) (#3303)

clarify create --stats duration vs. wall time, fixes #3301

7b485c23f78bdccda1e86e0bd1ed4e37ce1b22bf authored about 7 years ago
Show an error message when --dry-run & --stats are used simultaneously (#3305)

show an error when --dry-run & --stats are both used, fixes #3298

cffac7ee5467ceb06823c70c12038715ac3b2972 authored about 7 years ago
Merge pull request #3293 from ThomasWaldmann/release-checklist

update release checklist about security fixes

726dbdfe9eef7435dbc395c7eb5fb4e8f7b9c372 authored over 7 years ago
update release checklist about security fixes

818b61935bba264cb6f3be8beb54c49ccbc67e92 authored over 7 years ago
Don't show sub-command in borgfs help (fixes #3287)

6f2bc44588d5808ed06b147600e084373590b27a authored over 7 years ago
Merge pull request #3288 from ThomasWaldmann/doc-updates2

Doc updates 2

febb7ffca8edf069c778e13361522956b069e372 authored over 7 years ago
Merge pull request #3286 from ThomasWaldmann/doc-updates

doc updates

915b9ae3023713d31a6c4deb9cc6504dc80aff25 authored over 7 years ago
docs: more than 23 is not supported for CHUNK_MAX_EXP, fixes #3115

e7fd1ff2ee141731ceb9cee8c29c24f8f4c836ab authored over 7 years ago
docs: borg does not respect nodump flag by default any more

7ddf7c451fc9d13a31f244283778b9d30d2dc12e authored over 7 years ago
clarify same-filesystem requirement for borg upgrade, fixes #2083

fe746fa5948f948bb963830298d5f86b5e53ea12 authored over 7 years ago
update / rephrase cygwin / WSL status, fixes #3174

61d6c58241c08af2d1e51752eff5c184630af015 authored over 7 years ago
improve docs about --stats, fixes #3260

dc68e8d1f06f4a749559fbf8fbb6847a8078c5e3 authored over 7 years ago
Fix build with LibreSSL

cb3b38ee7f97ef0eb321e46e46637a475169f5ac authored over 7 years ago
Merge pull request #3282 from ThomasWaldmann/fix-checkpoint-stats

stats: do not count data volume twice when checkpointing, fixes #3224

410770dfe75a3e6e72d5cedf5cea45c706270384 authored over 7 years ago
Merge pull request #3252 from ThomasWaldmann/fix-broken-pipe-handling

borg list: fix broken pipe handling, fixes #3245

c90a39e396087f38d69200b249810534624b2c05 authored over 7 years ago
stats: do not count data volume twice when checkpointing, fixes #3224

66cd1cd240f078e2d5c9e32656b42dccf2d62935 authored over 7 years ago
Merge pull request #3281 from SanskritFritz/master

Deleted options from #3226

4cbcd984040f475fc88d9143e71ba8ca77087b17 authored over 7 years ago
Deleted options from #3226

afab6b4b534104b5479b9fb96155b910a900ce35 authored over 7 years ago
Merge pull request #3278 from ThomasWaldmann/fix-diff-options

borg diff: remove tag-file options, fixes #3226

a25b2aca1fdb516a57af5eada792f7532ec03220 authored over 7 years ago
borg list: fix broken pipe handling, fixes #3245

always use sys.stdout.write as in main() we have replaced that with a
handler that deals with Br...

726ef118bc3a86b1d2c91101149a3fc1149dec27 authored over 7 years ago
borg diff: remove tag-file options, fixes #3226

they are not used for borg diff.

67f6aaa52b219df94a4c84abf0419def3b25ebc5 authored over 7 years ago
Merge pull request #3267 from ThomasWaldmann/fix-list-options

borg list: remove tag-file options, fixes #3226

9ebff919743317c9eaa8f229d14fd71a8c3d3206 authored over 7 years ago
Merge pull request #3266 from ThomasWaldmann/set-bsdflags-last

set bsdflags last (include immutable flag), fixes #3263

41ccd3d7d100684086c4b659b3a866e59d0582cd authored over 7 years ago
Merge pull request #3230 from ThomasWaldmann/chunks-healthy-recreate-fix

recreate / chunks_healthy fixes

fcef52a5d85e3230177abc7fb56bdd48b796e104 authored over 7 years ago
recreate: move chunks_healthy when excluding hardlink master, fixes #3228

7aafcc517a30627d5b76180cc0cc604c7b04cb34 authored over 7 years ago
get rid of already existing invalid chunks_healthy metadata, see #3218

90186ad12b7f67ebca56250cafbe7d8b3f6ac628 authored over 7 years ago
get rid of chunks_healthy when rechunking, fixes #3218

7211bb2211606e97eb57751a4f61a968862de0e8 authored over 7 years ago
Merge pull request #3234 from ThomasWaldmann/this-archive-stats

borg create: fix stats

1fb154be060c8282709bc6cdd09ab793a145728e authored over 7 years ago
Merge pull request #3269 from mrkmg/shell-completion-zsh-1.1.1

Added ZSH Shell Completion Script

d1d559044465d0374839c72334f5b5bdd283498c authored over 7 years ago
Merge pull request #3268 from SanskritFritz/master

Add bash and fish shell auto-completions.

985d6c5b1a428b60b447d165424100e9acec2b04 authored over 7 years ago
Added ZSH Shell Completion Script

Added directly from upstream source at https://github.com/mrkmg/borgbackup-zsh-completion

0e67f1b6f35c5f53482c90c6b097f9c261e35b21 authored over 7 years ago
borg list: remove tag-file options, fixes #3226

they are not used for borg list.

702afa9e4883f92feb00dcecee54681a60792519 authored over 7 years ago
Added bash and fish shell auto-completions.

d50f0ec90f77ef31993b45e6f7158bc87416e574 authored over 7 years ago
set bsdflags last (include immutable flag), fixes #3263

2c6f9634bc970eefd46fdc66642b8998f3c3fa1b authored over 7 years ago
Merge pull request #3246 from ThomasWaldmann/fix-old-server-hack

remove evil trailing comma, fixes #3244

2e15c4dc103996393596bae5eec152b3345260cb authored over 7 years ago
borg create: fix stats

master branch only (not present in 1.1-maint):

stats were computed at 2 different places, but t...

427e2ca5fbaa16b28a834a4c9046a062165bef2c authored over 7 years ago
remove evil trailing comma, fixes #3244

value type of compatMap is a tuple of strings.

due to the trailing comma, this was a 1-tuple of...

117d30d17126f2118e43dec2f08d502d3369f6c8 authored over 7 years ago
Merge pull request #3235 from NiklasMM/feat/2886_prune-show-which-rule-keeps-archive

prune: Show which rule was applied to keep archive

4a58310433f21857fc124eed4bafde2956bac46a authored over 7 years ago
prune: Show which rule was applied to keep archive

Prune now shows for each kept archive:
* Which rule is responsible for keeping this archive
* ...

14782a831ba0cdf8e42bfd0ad7970821cd5a09db authored over 7 years ago
fuse: Separate creation of filesystem from implementation of llfuse funcs (#3042)

fuse: Separate creation of filesystem from implementation of llfuse funcs

b148a366fe34db6d506ee6597285303ff1e9ad13 authored over 7 years ago
Merge pull request #3182 from TBurchfield/master

Removal of |project_name|.

ddecd4b6184807fdda2dac5fe53ee93448aa3cc2 authored over 7 years ago
Merge pull request #3236 from narendravardi/borg_config_dir_documentation

Added documentation for BORG_CONFIG_DIR

c640e3815b2c80256f961ee0cde84522129dd2a8 authored over 7 years ago
Added documentation for BORG_CONFIG_DIR

764a62f42c41ef85fb916773e085f67a7c77eda6 authored over 7 years ago
Merge pull request #3231 from ThomasWaldmann/flake8-fix

flake8: add some ignores

2b79aade368140026562a7b515f02952ddc3474e authored over 7 years ago
flake8: add some ignores

bb1c7a7f57ddbd3e046524a0de8c161ba807a1fd authored over 7 years ago
Merge pull request #3212 from ThomasWaldmann/stat-after-match

don't do stat() when not recursing into excluded dir, fixes #3209

926b1c6374ae51f1aec0060a616666068aab94f4 authored over 7 years ago
Merge pull request #3217 from narendravardi/add_borg_config_dir

add BORG_CONFIG_DIR env, fixes #3083

c0b905875953a3819cb8b1454d3985608dff1934 authored over 7 years ago
Merge pull request #3219 from milkey-mouse/keyfile-docs

Clarify using a blank passphrase in keyfile mode

5b1a170ec22650c1b83b36d3b814025cce4e9f06 authored over 7 years ago
Clarify using a blank passphrase in keyfile mode

87a9952f3b78fddb089784e97e20ec66aebda0f6 authored over 7 years ago
added unittest for get_config_dir function

a3f1e6e2503b7ad658aa53af9c2c0e82a0138b1c authored over 7 years ago
add BORG_CONFIG_DIR env (#3083)

56fed4f96490cedc81f764750f63547b0aabde9b authored over 7 years ago
mention "!" (exclude-norecurse) type in patterns help

36f2a4e1dcac69f58e5cfc8141a65b5006f32cf3 authored over 7 years ago
don't do stat() when not recursing into excluded dir, fixes #3209

also: fix exception handling for the stat() calls

just moving all these lines into the "try"-bl...

0c410e84fe9d86b24a6022c13df24005283e70c8 authored over 7 years ago
Merge pull request #3208 from ThomasWaldmann/fix-3205-master

arg parsing: fix fallback function, refactor, fixes #3205

46c071ca478b9585e25399f57b4977c4c302819a authored over 7 years ago
arg parsing: fix fallback function, refactor, fixes #3205

This is a fixup for #3155, which was broken on at least python <= 3.4.2.

Also clarify when to u...

ae91aff68181a5b7d0c7c24f45f649e62f261e16 authored over 7 years ago
Merge pull request #3193 from ThomasWaldmann/fix-4args-open

fix server-side IndexError for 4-arg open() of old clients, fixes #3192

152bb27663b42d87e743f6f1ef8c5213ec3f5836 authored over 7 years ago
Merge pull request #3198 from ThomasWaldmann/keyfile-abspath

fix crash with relative BORG_KEY_FILE, fixes #3197

1d6ed506f1020f6c0b2e778a630d916f82e77949 authored over 7 years ago
Merge pull request #3190 from ThomasWaldmann/show-excluded-dirs

show excluded dir with "x" for tagged dirs / caches, fixes #3189

24fefbb0e00bd6fd8c2139da80a1d1390dbaff3a authored over 7 years ago
fix crash with relative BORG_KEY_FILE, fixes #3197

7136e2c93c4de7d2500dfe5f3d1e5120b58eee21 authored over 7 years ago
Merge pull request #3194 from Baughn/patch-1

Add Nix/NixOS install command

c91509e72befaad038d8ea14c13d7fb3e86ee540 authored over 7 years ago
Add Nix/NixOS install command

98443f15d54cc814e0447a19718a5b1b0b5d9268 authored over 7 years ago
fix server-side IndexError for 4-arg open() of old clients, fixes #3192

borg 1.1(.0) server didn't support the 4 argument open() calls made
by < 1.0.7 clients.

dbcc870489a8fe3cc3517a438e21331feef63538 authored over 7 years ago
show excluded dir with "x" for tagged dirs / caches, fixes #3189

93de42bb256833b441a58afab674b911baf1573b authored over 7 years ago
Merge pull request #3181 from ThomasWaldmann/hardlinked-symlink-warning

remove hardlinked symlink warning, update docs

38dd1f11aced30f1b4396b5d124013599641a7a7 authored over 7 years ago
Removed all |project_name

| instances, replaced with Borg

8d830d069f1c168e5402d21f95e44c7614663e3e authored over 7 years ago
Merge pull request #3164 from ThomasWaldmann/no-bsdflags

implement --nobsdflags and --exclude-nodump

c38657549ead0809b5d600c5d5ae1e286041952b authored over 7 years ago
implement --nobsdflags and --exclude-nodump, fixes #3160

do no read/archive bsdflags: borg create --nobsdflags ...
do not extract/set bsdflags: borg extr...

10adadf685df0fa4da9f7c3d23891d997ff3395e authored over 7 years ago
remove hardlinked symlinks warning, update docs, fixes #3175

the warning was annoying for people with a lot of such items and
they can not do anything about ...

e674822888d12932216cfd9ff15f18ad77676d67 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

9340688b4cacbf93551df08f83d935aebc886195 authored over 7 years ago
Merge pull request #3167 from ThomasWaldmann/security-use-savefile

cache: use SaveFile for more safety, fixes #3158

ac0ad9adf01caed4d8ef2a55357483d27fa205d1 authored over 7 years ago
cache: use SaveFile for more safety, fixes #3158

Looks like under unfortunate circumstances, these files could become
0 byte files (see #3158). S...

0190abff814a8b5bc5cdb8342593ca3d4da321ce authored over 7 years ago
Merge pull request #3163 from ThomasWaldmann/fix-recreate-part-size

borg recreate: correctly compute part file sizes, fixes #3157

6096ff9ad64fb304fa6d47620ec22f0f2b0f35e3 authored over 7 years ago
borg recreate: correctly compute part file sizes, fixes #3157

when doing in-file checkpointing, borg creates *.borg_part_N files.
complete_file = part_1 + par...

9d6b125e989b02487cc05f6c5371ad2058cc9579 authored over 7 years ago
Merge pull request #3137 from ThomasWaldmann/dont-open-special

bsdflags support: skip blk/chr/lnk file type, fixes #3130

8909ffc71a9fa737deaea230d5c310a18f5982a4 authored over 7 years ago
bsdflags support: do not open BLK/CHR/LNK files, fixes #3130

opening a device file for a non-existing device can be very slow.
symlinks will make the open() ...

a6ee4e9aedd2eb124c3a486f12131215661f77e1 authored over 7 years ago
move files-cache related options to borg create, fixes #3146 (#3147)

move --no-files-cache from common to borg create options, fixes #3146

for borg prune, just us...

19ed725a58b58901d22dbcdb74d22cf029c468d1 authored over 7 years ago
Merge pull request #3148 from ThomasWaldmann/maincommand-help

don't crash if only a global option is given, show help, fixes #3142

de175a7ed14a4600bc38c16a03998734349ec829 authored over 7 years ago
Merge pull request #3145 from ThomasWaldmann/no-brew-update

don't brew update, hopefully fixes #2532

5709e7394b44a36d0f4a7853ecf37375b27b503d authored over 7 years ago
Merge pull request #3150 from ThomasWaldmann/readme-encryption-options

readme: -e is required in borg 1.1

f554f748edd929bbad5c45c4878e1c9bf8b265c5 authored over 7 years ago
readme: -e is required in borg 1.1

c8441b5b3da4413e63c9b856b2816a6758dae2f3 authored over 7 years ago
add example showing --show-version --show-rc

ed1a8b5cf1009423cb34753e9c1e0dda3b4b7b91 authored over 7 years ago
don't crash if only a global option is given, show help, fixes #3142

3be328ed709d7d893415ccc4ffc046835b74eb6b authored over 7 years ago
don't brew update, hopefully fixes #2532

6049a07b74b55856d5be999bac4b4d49a5317d35 authored over 7 years ago
Merge pull request #3122 from ThomasWaldmann/logging-config-fix

logging with fileConfig: set json attr on "borg" logger, fixes #3114

c8bf9dba4a573fb20dfd380d1d94714e42c9f011 authored over 7 years ago
Merge pull request #3120 from ThomasWaldmann/fix-nonlocal-path-detection

fix detection of non-local path, fixes #3108

13a4439bb8ba920874025b9682bbe3726624cb27 authored over 7 years ago
Merge pull request #3119 from ThomasWaldmann/no-time-end

recreate: don't crash on attic archives w/o time_end, fixes #3109

0bddbb32b4b0e0012e1f3bc2b98336fe77f514d4 authored over 7 years ago