rustic-rs / rustic

rustic - fast, encrypted, and deduplicated backups powered by Rust
https://rustic.cli.rs
Apache License 2.0
1.81k stars 69 forks source link

Rustic opendal:b2 doesn't work on Windows #1162

Open douglasparker opened 3 months ago

douglasparker commented 3 months ago

It works fine on Linux, but on Windows I get hit with:

[INFO] using config C:\Users\Douglas Parker\AppData\Roaming\rustic\config\rustic.toml
[WARN] service=b2 operation=stat path=keys\a78464a933185e874b3f08533249cef3dacdfc52c5895a86fefd4ab889400c6f -> NotFound (persistent) at stat, context: { service: b2, path: keys\a78464a933185e874b3f08533249cef3dacdfc52c5895a86fefd4ab889400c6f } => no such file or directory
error: incorrect password!

Same rustic.toml between platforms.

douglasparker commented 3 months ago

Rclone backend works fine on Windows with the same API keys.

aawsome commented 1 month ago

I would guess that this is an opendal issue.. I just updated to the newest opendal version. @douglasparker Can you please test if the latest nightly version still has this problem?