I'm using duply/duplicity to backup our servers. In the pre script I want to use the $SOURCE variable to dump mysql databases into it. But the variable is not usable as mentioned in the documentation. :-(
Here's my pre script
echo "source: ${SOURCE}"
and the output is:
Output: source:
PS: pre file is executable (700).
PS