-
Notifications
You must be signed in to change notification settings - Fork 79
Error when using restic with rclone #30
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
Comments
Well, it is due to the volume, but the other one. I don't know rclone but it seems it wants to rename the rconf.conf file in order to make a backup. It is not possible to move a file which has been mounted directly. For rclone to work, you need to not mount the config file itself but a surrounding directory. Replace: - ./rclone.conf:/root/.config/rclone/rclone.conf with: - ./rclone_config:/root/.config/rclone You need to create the directory |
Closing for now as there was no further feedback. |
I had this same problem and it took a long time to figure out. |
@lindsaymarkward I found a better solution. See #83 |
Hi, I want to run restic with rclone in order to access my Google Drive. Here is my setup:
I have my
docker-compose.yml
and myrclone.conf
in the same dir (/home
). Here is what mydocker-compose.yml
file looks like:Then I run it doing
docker-compose up restic
and here is what I get:At the first time I thought that it was due to the volumes but even when I remove the
- /home:/data:ro
volume, I still get the error message.Thanks for your help !
The text was updated successfully, but these errors were encountered: