From 42f975375cc31b58beb7b6323e4d0dd9f155c9a1 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sat, 15 Jul 2023 23:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E9=87=8F=E5=BC=8F=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backUpIncremental.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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