From 23e469ced0c61c346031da244657890c2ee36fab Mon Sep 17 00:00:00 2001 From: ttionya Date: Sat, 6 Nov 2021 14:22:55 +0800 Subject: [PATCH] feat: display the time of running the backup program --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index acb8cc3..8421794 100644 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -163,7 +163,7 @@ function clear_history() { fi } -color blue "running backup program..." +color blue "running the backup program at $(date +"%Y-%m-%d %H:%M:%S %Z")" init_env check_rclone_connection