Skip to content
Snippets Groups Projects
Commit ed850387 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

FIX: write metafile for restore

parent dbce7ee7
No related branches found
No related tags found
1 merge request!101Desktop notification
......@@ -63,14 +63,14 @@ function doSqliteBackup(){
db._compressDumpfile "${TARGET}"
# $myrc is last returncode - set in fetchrc
# if [ $myrc -eq 0 ]; then
# echo -n "gzip ... "
# compress_file "${TARGET}"
# echo "$DATABASE_FILE" >"${META}"
if [ $myrc -eq 0 ]; then
echo -n "gzip ... "
compress_file "${TARGET}"
echo "$DATABASE_FILE" >"${META}"
# else
# echo "ERROR occured - no gzip"
# fi
# ls -l ${TARGET}*
fi
ls -l ${TARGET}*
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment