mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 10:38:27 +00:00
fixed arkAutoUpdateOnStart => arkbackupcompress
This commit is contained in:
parent
6393b07470
commit
eb4ab29a7e
@ -3174,7 +3174,7 @@ doBackup(){
|
||||
echo -ne "${NORMAL} Compressing Backup "
|
||||
backupfile="${arkbackupdir}/${daystamp}/${instance}.${datestamp}.tar.bz2"
|
||||
|
||||
if [ "$arkAutoUpdateOnStart" == "false" ]; then
|
||||
if [ "$arkbackupcompress" == "false" ]; then
|
||||
tar -cf "${backupfile}" -C "${arkbackupdir}" "${datestamp}"
|
||||
else
|
||||
tar -jcf "${backupfile}" -C "${arkbackupdir}" "${datestamp}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user