-
Notifications
You must be signed in to change notification settings - Fork 70
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
Problem using Google drive via rclone #1119
Comments
I will add further context to this: It works with sftp backend, but it is not working with Google drive backend. We've tried different os and different rclone versions. But same problem occurs. |
@shbs9 Did you try if For me this seems to be an rclone configuration issue. In that case you should fix the rclone config and rustic should work. As a side note: With rustic 0.7.0 Google Drive is directly (i.e. compiled-in; no foreign binary needed) supported using the |
Thank you for getting back to us I checked |
All seems set from the rclone end can configuration and all but still we cant create can you guide us more? |
From
this seems like rclone exits with an error code due to the mentioned problem. rustic here only displays the ouput rclone provides. So you have to find that rclone problem. Are you sure you are really using exactly the identical rclone configuration when you run rclone standalone and when you run it via rustic? To get more debug output from rclone you can set the env variable |
Hello Rustic Team,
I hope everything is going well. I'm opening this issue on behalf of the CyberPanel team.
We're currently experiencing an issue from Rustic's end. We've integrated Rustic with our new backup system, but despite trying different versions of rclone, we're still unable to create the backup. Below are the details from the terminal.
[root@dockertesting ~]# sudo -u wpmau6540 rustic init -r rclone:'unasirdrive':wpmautic.net --password ""
[INFO] using no config file, none of these exist: /home/wpmautic.net/.config/rustic/rustic.toml, /etc/rustic/rustic.toml, ./rustic.toml
[INFO] rclone output: 2024/04/16 13:33:35 Failed to create file system for "unasirdrive:wpmautic.net": couldn't find root directory ID: Get "https://www.googleapis.com/drive/v3/files/root?alt=json&fields=id&prettyPrint=false&supportsAllDrives=true": couldn't fetch token: unauthorized_client: if you're using your own client id/secret, make sure they're properly set up following the docs
error: backend rclone Backend cannot be loaded: rclone exited with ExitStatus(unix_wait_status(256))
[root@dockertesting ~]#
The text was updated successfully, but these errors were encountered: