We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f2723 commit e377fcbCopy full SHA for e377fcb
install/assets/functions/10-db-backup
@@ -587,7 +587,7 @@ compression() {
587
588
create_archive() {
589
if [ "${exit_code}" = "0" ] ; then
590
- print_notice "Creating archive file of '${target_dir}' with tar ${compresion_string}"
+ print_notice "Creating archive file of '${target_dir}' with tar ${compression_string}"
591
tar cf - "${TEMP_LOCATION}"/"${target_dir}" | $dir_compress_cmd > "${TEMP_LOCATION}"/"${target_dir}".tar"${extension}"
592
else
593
print_error "Skipping creating archive file because backup did not complete successfully"
0 commit comments