We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ec140 commit 72ecff2Copy full SHA for 72ecff2
dobackup.sh
@@ -9,10 +9,10 @@ FILE_NAME=/tmp/$BACKUP_NAME-`date "+%Y-%m-%d_%H-%M-%S"`.tar.gz
9
# Check if TARGET variable is set
10
if [[ -z ${TARGET} ]];
11
then
12
- echo "variable TARGET is not set we use default value"
+ echo "TARGET env var is not set so we use the default value (/data)"
13
TARGET=/data
14
else
15
- echo "variable TARGET is set"
+ echo "TARGET env var is set"
16
fi
17
18
echo "creating archive"
0 commit comments