-
Notifications
You must be signed in to change notification settings - Fork 71
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
docs: how to backup to B2 #1319
Comments
Judging from your rclone config, the repository should look like |
For a future reader, this is what worked for me finally:
[repository]
repository = "rclone:remote:<my-bucket-name>"
[remote]
type = "b2"
account = "<account-id>"
key = "<account-key>"
hard_delete = true If/until there is a native B2 backend for Rustic. @aawsome Not sure if this should go into a user guide, or the Wiki (which looks to be disabled). |
The service config documentation is in the main repository under |
Hi - I'm currently using
restic
and wanted to tryrustic
as an alternative. However, I'm having trouble backing up directly to B2.Here's the repository section of
rustic.toml
:And my
rclone.conf
:If I run
rustic backup
:I've tried various permutations of the repository name, with a
:
appended or removingb2
:My existing
restic
config can backup directly to B2 without needingrclone
at all.The example here with OVH: https://github.com/rustic-rs/rustic/blob/main/examples/ovh-hot-cold.toml indicates I can do a direct backup to a remote provider.
Thanks
The text was updated successfully, but these errors were encountered: