mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Merge pull request #1191 from oltitov/master
fixed arkAutoUpdateOnStart => arkbackupcompress
This commit is contained in:
commit
178c54a688
@ -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