borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11k stars 739 forks source link

add support for rclone:// repositories (via borgstore) #8405

Closed ThomasWaldmann closed 6 days ago

ThomasWaldmann commented 1 week ago

Thanks to @ncw for adding an rclone backend to borgstore!

Not much to do here, except supporting rclone://... URLs.

Fixes #5324. Fixes #1070. Fixes #102 (fuse not needed, rclone talks to s3 directly). Fixes #4101 (rclone mount not needed anymore, borg talks to rclone directly).

Related to #2177 (offers a lot of new storage provider options).

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.44%. Comparing base (e5e685f) to head (bd6caf8). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8405 +/- ## ======================================= Coverage 81.43% 81.44% ======================================= Files 70 70 Lines 12733 12739 +6 Branches 2310 2311 +1 ======================================= + Hits 10369 10375 +6 Misses 1707 1707 Partials 657 657 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.