diff --git a/usr/local/share/bastille/export.sh b/usr/local/share/bastille/export.sh index fccdd5b7..1a76b48d 100644 --- a/usr/local/share/bastille/export.sh +++ b/usr/local/share/bastille/export.sh @@ -494,7 +494,7 @@ jail_export() { info "\nExporting '${TARGET}' to a compressed ${FILE_EXT} archive..." cd "${bastille_jailsdir}" || error_exit "[ERROR]: Failed to change to directory: ${bastille_jailssdir}" - if ! tar -cf - "${TARGET}" | zstd ${bastille_compress_tzst_options} > "${bastille_backupsdir}/${TARGET}_${DATE}${FILE_EXT}"; then + if ! tar -cf - "${TARGET}" | zstd ${bastille_compress_zst_options} > "${bastille_backupsdir}/${TARGET}_${DATE}${FILE_EXT}"; then error_exit "[ERROR]: Failed to export jail: ${TARGET}" fi