Skip to content
Snippets Groups Projects

Db Profiles

1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -2,8 +2,7 @@
# ================================================================================
#
# LOCALDUMP :: SQLITE
# create gzipped plain text backups from each sqlite database in
# backup-dbfiles.job
# create gzipped plain text backups from each sqlite database
#
# --------------------------------------------------------------------------------
# ah - Axel Hahn <axel.hahn@iml.unibe.ch>
@@ -96,8 +95,8 @@ function restoreByFile(){
j_requireBinary "sqlite3" 1
if [ $rc -ne 0 ]; then
rc=0
echo "SKIP: sqlite seems not to be here"
rc=1
color.echo error "ERROR: Your Sqlite data cannot be dumped."
else
if [ "$1" = "restore" ]; then
echo
Loading