Update arkmanager

Updating for bz2.
This commit is contained in:
Budman17r 2015-11-03 10:27:43 -06:00
parent 1286145c9d
commit a945b954c3

View File

@ -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}
}