I’ve got a bunch of web-ui managed backup schedules. These have been working great for years, and when I set up the storage I tested restoring from the backup. Recently I’ve had a disk failure and I’ve rebuilt from parity drive in Unraid.
I want to run a -diff command to give myself peace of mind that the latest snapshot of my backup includes all the files that were there prior to me rebuilding from parity, but I can’t seem to get it to run.
I found the CLI in the docker container (using the saspus one) under /config/bin/duplicacy_linux_x64_3.0.1, but I get a permission error that the web-ui does not have when exec’ing from within the docker container that the web-ui runs in. I’m trying to compare two revisions that I can see in the web-ui.
/cache/localhost/8 # /config/bin/duplicacy_linux_x64_3.0.1 diff -r 435 -r 436
Repository set to /backuproot/Videos
Storage set to /mnt/nfs2
Failed to get the information on the snapshot videos at revision 436: stat /mnt/nfs2/snapshots/videos/436: permission denied
I’ve checked and my duplicacy runs under 99:100 (docker defaults) (and the web-ui runs fine with these permissions). Any ideas?