From ebf88c5aeb2e41380bde49cb1c53d7f04d32b634 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 09:51:23 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 099565c8..001f51ef 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -154,7 +154,7 @@ BACKUP(){ do echo -en "Backing up '${item}'... " #tar -czPf ${BACKUP_FOLDER}/${item}.tar.gz -C ${BACKUP_ITEMS[$item]} . - tar -czPf ${BACKUP_TIMEFOLDER}/${item}.tar.gz -g ${BACKUP_DAYFOLDER}/backup.snar -C ${BACKUP_ITEMS[$item]} . + tar -czPf ${BACKUP_DAYFOLDER}/${item}.tar.gz -g ${BACKUP_DAYFOLDER}/backup.snar -C ${BACKUP_ITEMS[$item]} . echo -e "${idsCL[Green]}Ok${idsCL[Default]}" done