Hi, I am using duplicacy web UI on an unraid server. I figured out where to put the scripts for pre-/post-backup. However, when executing the backup I get an error “no such file or directory”. The files seem to get picked up, because when removed the backup runs smoothly.
The files are owned by root who has execution rights. Any idea what might be wrong?
Are your scripts using full paths?
Just guessing that maybe something in the script is not being found…
Well, I am checking for existence of a file in /backuproot/xyz. When I login to the container I can see the files in the right directory. And I was expecting such an error, so I changed the script to just echo some text. Still I am getting the error.
You can provide some longs, content of your scripts, where the error occurs. Otherwise how don you expect people to help you?