mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-18 13:18:26 +00:00
Update arkmanager
Adding Knight's recommendation.
This commit is contained in:
parent
314416f07c
commit
1286145c9d
@ -1161,7 +1161,7 @@ doBackup(){
|
||||
echo -e "${NORMAL}[ ${RED}FAILED${NORMAL} ]"
|
||||
fi
|
||||
#Tar the files and remove the original Backup Directory. Saves about 50MB of disk space per backup
|
||||
tar -Pzcvf "${datestamp}.tar.gz" "${backupdir}"
|
||||
tar -zcvf "${arkbackupdir}/${datestamp}.tar.gz" -C "${arkbackupdir}" "${datestamp}"
|
||||
rm -rf ${backupdir}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user