1
1
Fork 1

Compare commits

...

2 Commits

Author SHA1 Message Date
Derek Smith 4fde7a8a70
Update project. 2023-12-15 16:47:27 -05:00
Derek Smith 7007891e1d
Disable www duplicity backups; switching to storag 2023-12-15 16:47:13 -05:00
2 changed files with 8 additions and 8 deletions

View File

@ -78,13 +78,13 @@ for VIRTUAL_MACHINE in $SERVERS; do
if incus list | grep -q "$INCUS_VM_NAME"; then if incus list | grep -q "$INCUS_VM_NAME"; then
bash -c "./stop.sh --server=$VIRTUAL_MACHINE" bash -c "./stop.sh --server=$VIRTUAL_MACHINE"
if [ "$VIRTUAL_MACHINE" = www ] && [ "$BACKUP_WWW_APPS" = true ]; then # if [ "$VIRTUAL_MACHINE" = www ] && [ "$BACKUP_WWW_APPS" = true ]; then
APP_LIST="letsencrypt ghost nextcloud gitea nostr" # APP_LIST="letsencrypt ghost nextcloud gitea nostr"
echo "INFO: Backing up WWW apps." # echo "INFO: Backing up WWW apps."
for APP in $APP_LIST; do # for APP in $APP_LIST; do
bash -c "$(pwd)/project/www/backup_www.sh --app=$APP" # bash -c "$(pwd)/project/www/backup_www.sh --app=$APP"
done # done
fi # fi
incus stop "$INCUS_VM_NAME" incus stop "$INCUS_VM_NAME"

@ -1 +1 @@
Subproject commit 123fef51031b97e998928e1c6a457e3d4fef871b Subproject commit b07cbe6f0fd81d00376ce7dd3a3bb793ba344d45