diff --git a/backUpIncremental.sh b/backUpIncremental.sh index edaba7f..5ec1dcf 100755 --- a/backUpIncremental.sh +++ b/backUpIncremental.sh @@ -1,5 +1,5 @@ #!/bin/bash -currentTime=$(date +"%Y-%m-%d-%H") +currentTime=$(date +"%Y%m%d%H") userName=$1 password=$2 dbName=$3