Skip to content

Commit

Permalink
v0.6.7 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed May 11, 2022
1 parent 5549123 commit 22aa285
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions config/raspiBackup_de.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions config/raspiBackup_en.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions properties/raspiBackup0613.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

4 changes: 2 additions & 2 deletions raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22aa285

Please sign in to comment.