borg.remote: remove legacy#7603
Merged
ThomasWaldmann merged 5 commits intoborgbackup:masterfrom May 24, 2023
Merged
Conversation
rpc format: ancient borg used tuples in the rpc protocol, but recent ones use easier-to-work-with dicts. version info: we expect dicts with server/client version now.
exception infos: ancient borg gave only limited infos about exceptions, but recent ones give more.
2d978ab to
c1ec24b
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #7603 +/- ##
==========================================
+ Coverage 83.73% 83.93% +0.19%
==========================================
Files 66 66
Lines 11789 11730 -59
Branches 2152 2131 -21
==========================================
- Hits 9872 9845 -27
+ Misses 1341 1321 -20
+ Partials 576 564 -12
|
log output: always expect json, remove $LOG format support. we keep limited support for unstructured format also, just not to lose anything from remote stderr.
4ff099a to
2331341
Compare
in the sysinfo function, there is a way to suppress all sysinfo output via an env var and just return an empty string. so we can expect it is always in unpacked, but it might be the empty string.
snorkelopstesting4-web
pushed a commit
to snorkel-marlin-repos/borgbackup_borg_pr_7603_f95b8b7f-b78d-4a2c-8a33-f99c2c9e031c
that referenced
this pull request
Oct 22, 2025
Original PR #7603 by ThomasWaldmann Original: borgbackup/borg#7603
snorkelopstesting1-a11y
pushed a commit
to snorkel-marlin-repos/borgbackup_borg_pr_7603_87fa686a-cb84-4b51-bdf8-6cd375fa2276
that referenced
this pull request
Oct 22, 2025
Original PR #7603 by ThomasWaldmann Original: borgbackup/borg#7603
snorkelopstesting2-coder
pushed a commit
to snorkel-marlin-repos/borgbackup_borg_pr_7603_79a51ed8-c838-4f55-adf9-0ed4f8839d93
that referenced
this pull request
Oct 22, 2025
Original PR #7603 by ThomasWaldmann Original: borgbackup/borg#7603
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.