-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can't get Rclone working #35
Comments
Rclone is not yet installed on bitwarden container. you can do it by launching the command : |
This worked for me. My steps:
|
Hey @frankyboy1604, I see your pull request #37. Nice work. Asking here because you laid it out, but why your 6th step? I have a working rclone config that has a name other than |
You are right. The problem was that I used a name like 'dropbox remote' with spaces in it. I fixed it in the backup.sh script. Now you can use remote names with spaces in it. |
From the instructions in https://github.com/dadatuputi/bitwarden_gcloud/blob/master/.env.template I try to setup Rclone backups. When running the following command:
sudo docker exec -it bitwarden rclone config --config $BACKUP_RCLONE_CONF
I get the following error:
OCI runtime exec failed: exec failed: unable to start container process: exec: "rclone": executable file not found in $PATH: unknown
Which I couldn't fix. Please help me out.
The text was updated successfully, but these errors were encountered: