Nextcloud, Hyperling.com, LibreTranslate, and backup.sh Enhancements #11

Merged
me merged 34 commits from dev into main 2025-10-14 14:58:59 -07:00
Showing only changes of commit c138fe67d6 - Show all commits

View File

@@ -18,10 +18,8 @@ time="`which time`"
## Main ##
# Remove the last backup.
if [[ -e "$BASENAME"*"$TAG"* ]]; then
echo "`date` - Removing existing file."
rm -fv "$BASENAME"*"$TAG"*
fi
echo "`date` - Removing existing files."
rm -fv "$BASENAME"*"$TAG"*
echo -e "\n`date` - Take down services for a cold backup."
manage.sh -d