lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

Pulling the docker with unraid doesn't enable rclone #62

Closed hrv231 closed 3 years ago

hrv231 commented 3 years ago

I was able to follow your guide from: https://github.com/lobaro/restic-backup-docker

Since I'm using unraid, i didn't have to run ./build.sh or ./run.sh

I added some volumes from my unraid shares to your docker. After following the "Backup via rclone" part, I see that rclone is not in the $PATH.

Below is my unraid template for your docker: unraid template config

Below is the problem with rclone: restic docker rclone not found

Let me know if you need more information on this, ready to help!

I want this docker to function with rclone at full, for my backups :-)

niondir commented 3 years ago

Thanks for the report. Feel free to make a PR and add the rclone to the $PATH var.