Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustic[2825274]: [WARN] Could not determine rclone version: error parsing verision number from "1.63.0-beta.7022.e649cf4d5" #1097

Closed
stdedos opened this issue Mar 11, 2024 · 2 comments · Fixed by rustic-rs/rustic_core#188
Labels
A-core Area: Generally related to `rustic_core` C-bug Category: Something isn't working as expected

Comments

@stdedos
Copy link

stdedos commented Mar 11, 2024

No description provided.

@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Mar 11, 2024
@aawsome
Copy link
Member

aawsome commented Mar 11, 2024

Thanks for opening this issue @stdedos!

We have this warning as rclone < 1.52.2 wasn't able to support setting user/password via env variable. This would result in a running rclone without authentication which can be a security problem depending on the circumstances you run rustic.

As your version has too many . inside, our current version parsing fails.

@aawsome aawsome added C-bug Category: Something isn't working as expected A-core Area: Generally related to `rustic_core` and removed S-triage Status: Waiting for a maintainer to triage this issue/PR labels Mar 11, 2024
@aawsome
Copy link
Member

aawsome commented Mar 11, 2024

Until the fix is included in rustic, you can use

[repository.options]
rclone-command = "rclone serve restic --addr localhost:0"

which skips the version check.

github-merge-queue bot pushed a commit to rustic-rs/rustic_core that referenced this issue Mar 12, 2024
rclone version checking required a version in form "major.minor.patch".
Now it supports all semver-compatible versions.

closes rustic-rs/rustic#1097
fixes #6

---------

Signed-off-by: simonsan <[email protected]>
Co-authored-by: simonsan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Generally related to `rustic_core` C-bug Category: Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants