diff --git a/config/raspiBackup_de.conf b/config/raspiBackup_de.conf index dca928c6..b7848a7c 100644 --- a/config/raspiBackup_de.conf +++ b/config/raspiBackup_de.conf @@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS="" # Es wird nicht nach einer Restorebestätigung gefragt bei dem Device. Vorsicht! DEFAULT_YES_NO_RESTORE_DEVICE="" + # Root Partition wird auf die maximal mögliche Größe expandiert DEFAULT_RESIZE_ROOTFS=1 diff --git a/config/raspiBackup_en.conf b/config/raspiBackup_en.conf index df077194..3c3f3dba 100644 --- a/config/raspiBackup_en.conf +++ b/config/raspiBackup_en.conf @@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS="" # Don't ask for restore confirmation for this device. Use with care ! DEFAULT_YES_NO_RESTORE_DEVICE="" + # Resize root filesystem during restore DEFAULT_RESIZE_ROOTFS=1 diff --git a/properties/raspiBackup0613.properties b/properties/raspiBackup0613.properties index 77415503..9b71ff89 100755 --- a/properties/raspiBackup0613.properties +++ b/properties/raspiBackup0613.properties @@ -26,18 +26,18 @@ # GIT_DATE="$Date$" # GIT_COMMIT="$Sha1$" -VERSION="0.6.6.1" +VERSION="0.6.7" INCOMPATIBLE="" DEPRECATED="" -BETA="0.6.7" +BETA="" VERSION_INSTALLER="0.4.4" INCOMPATIBLE_INSTALLER="" DEPRECATED_INSTALLER="" BETA_INSTALLER="" -VERSION_CONF="0.1.4" +VERSION_CONF="0.1.6" INCOMPATIBLE_CONF="" DEPRECATED_CONF="" -BETA_CONF="0.1.6" +BETA_CONF="" diff --git a/raspiBackup.sh b/raspiBackup.sh index 41452ad0..3514e297 100755 --- a/raspiBackup.sh +++ b/raspiBackup.sh @@ -43,8 +43,8 @@ fi MYSELF="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")" # use linked script name if the link is used MYNAME=${MYSELF%.*} -VERSION="0.6.7-beta" # -beta, -hotfix or -dev suffixes possible -VERSION_SCRIPT_CONFIG="0.1.6" # required config version for script +VERSION="0.6.7" # -beta, -hotfix or -dev suffixes possible +VERSION_SCRIPT_CONFIG="0.1.6" # required config version for script VERSION_VARNAME="VERSION" # has to match above var names VERSION_CONFIG_VARNAME="VERSION_.*CONF.*" # used to lookup VERSION_CONFIG in config files