I always do all of my tests without the local database. Why? I’ve found out that with the database everything can seem to be good, and without it, you can’t restore. And I’ve strongly objected against that, because… Yeah, you know what it means. You’ve got disaster recovery backups and when disaster strikes you can’t recover. But I’ve said everything I’m going to say about that in the other thread. Personally I find that the most disturbing feature with the current versions, and it makes me sweat at night.
Well, I know way too well stupid users and lazy developers. I do almost daily wear shoes of both user groups. Users say that program didn’t warn about that and it doesn’t work, and developers say that users are stupid because they don’t use the program correctly.
Btw. In my case, there wasn’t user rights management issue, but the path I referred to was non-existing, and Duplicati didn’t even create it, even if it could have created it. But if I think about the stupid users, also verifying the rights would be a good idea. I did assume I would have that path, but I forgot that another script which I use for restore testing did delete the directory completely, because at the start of the script it tries to create the directory. I just thought the script would empty the directory after testing previous backup restore job.