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(){ ...@@ -63,14 +63,14 @@ function doSqliteBackup(){
db._compressDumpfile "${TARGET}" db._compressDumpfile "${TARGET}"
# $myrc is last returncode - set in fetchrc # $myrc is last returncode - set in fetchrc
# if [ $myrc -eq 0 ]; then if [ $myrc -eq 0 ]; then
# echo -n "gzip ... " echo -n "gzip ... "
# compress_file "${TARGET}" compress_file "${TARGET}"
# echo "$DATABASE_FILE" >"${META}" echo "$DATABASE_FILE" >"${META}"
# else # else
# echo "ERROR occured - no gzip" # echo "ERROR occured - no gzip"
# fi fi
# ls -l ${TARGET}* ls -l ${TARGET}*
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment