mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 12:08:26 +00:00
Update arkmanager
Updating for bz2.
This commit is contained in:
parent
1286145c9d
commit
a945b954c3
@ -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 -zcvf "${arkbackupdir}/${datestamp}.tar.gz" -C "${arkbackupdir}" "${datestamp}"
|
||||
tar -jcvf "${arkbackupdir}/${datestamp}.tar.bz2" -C "${arkbackupdir}" "${datestamp}"
|
||||
rm -rf ${backupdir}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user