Duplicacy in docker environment.
I have written each a pre-check and post-prune script that execute well on their own. They are in the correct temporary folder within the appdata structure and duplicacy sees them, recognises them and according to the log executes them, however nothing happens. The logs do not show a completion and the backup is stuck for ever.
Running check command from /cache/localhost/all Options: [-log check -storage Backup_Tower -threads 4 -a -tabular]
2022-03-07 11:15:13.625 INFO STORAGE_SET Storage set to sftp://XXXX@XXX.XXX.XXX.XXX//mnt/user/Backups_Tower/
2022-03-07 11:15:13.625 INFO SCRIPT_RUN Running script /cache/localhost/all/.duplicacy/scripts/pre-check
Permissions of the scripts are 777. I have seen this mentioned before on the forum, but no conclusion was reached (Pre Command and Post Command Scripts - #13 by sss).
is there a particular language needed to make the bash file executable?
Any help will be greatly appreciated.