Howdy,
I am trying to run a simple script before my backup job to stop my docker containers and start then after but all of the scripts I try to run are not executed.
I followed the steps here:
Tried with a dummy script that is chmod 777 +x :
#!/bin/bash
echo "Stopping all docker containers" > text.txt
exit 0
I have tried with the following paths:
~/.duplicacy-web/repositories/localhost/0/.duplicacy/scripts/pre-backup
~/.duplicacy-web/repositories/localhost/all/.duplicacy/scripts/pre-prune
And other commands and still nothing is executed.
I can’t find any thing more recent that the topic linked.
Any help would be greatly aprpeciated!