Skip to content

Commit

Permalink
Final commit with master
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Nov 27, 2022
2 parents 49a043a + 5be5556 commit 7fec777
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

## Support

raspiBackup is supported **only** for RaspberryOS as operating system and **only** for Raspberry hardware. raspiBackup runs successfully also on other Raspberry compatible hardware and other Linux distros but any support request on these unsupported environments will be rejected. Just give it a try and be happy if it works but don't ask for any support. For details see [here](https://www.linux-tips-and-tricks.de/en/all-raspibackup-articles/609-supported-hard-and-software/).
raspiBackup is supported **only** for RaspberryOS and Ubuntu as operating system and **only** for Raspberry hardware. raspiBackup runs successfully also on other Raspberry compatible hardware and other Linux distros but any support request on these unsupported environments will be rejected. Just give it a try and be happy if it works but don't ask for any support. For details see [here](https://www.linux-tips-and-tricks.de/en/all-raspibackup-articles/609-supported-hard-and-software/).

Support is also given **only** for raspiBackup specific issues. For general Linux related questions please use other information sources.

Expand Down
1 change: 1 addition & 0 deletions raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3198,6 +3198,7 @@ function downloadFile() { # url, targetFileName
local url="$1"
local file="$2"
local f=$(mktemp)
local httpCode rc
httpCode=$(curl -sSL -o "$f" -m $DOWNLOAD_TIMEOUT -w %{http_code} -L "$url" 2>>$LOG_FILE)
rc=$?
logItem "httpCode: $httpCode RC: $rc"
Expand Down
14 changes: 7 additions & 7 deletions scripts/raspiBackupOnlineVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ GIT_COMMIT_ONLY=$(cut -f 2 -d ' ' <<< $GIT_COMMIT | sed 's/\$//')

MYHOMEDOMAIN="www.linux-tips-and-tricks.de"
MYHOMEURL="https://$MYHOMEDOMAIN"
DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackup-sh/download"
BETA_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackup-beta-sh/download"
INSTALLER_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackupinstallui-sh/download"
INSTALLER_BETA_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackupinstallui-beta-sh/download"
PROPERTIES_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackup0613-properties/download"
CONF_DE_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackup-de-conf/download"
CONF_EN_DOWNLOAD_URL="$MYHOMEURL/downloads/raspibackup-en-conf/download"
DOWNLOAD_URL="$MYHOMEURL/raspiBackup/raspiBackup.sh"
BETA_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/beta/raspiBackup.sh"
INSTALLER_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/raspiBackupInstallUI.sh"
INSTALLER_BETA_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/beta/raspiBackupInstallUI.sh"
PROPERTIES_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/raspiBackup0613.properties"
CONF_DE_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/raspiBackup_de.conf"
CONF_EN_DOWNLOAD_URL="$MYHOMEURL/raspiBackup/raspiBackup_en.conf"

DOWNLOAD_TIMEOUT=60 # seconds
DOWNLOAD_RETRIES=3
Expand Down

0 comments on commit 7fec777

Please sign in to comment.