fix: Names
This commit is contained in:
parent
55bbc043b2
commit
8b15f665ef
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ elif ! ssh "${remote}" "test -r '${env_file:=.env}'"; then
|
||||||
usage 2
|
usage 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
backupfile="nextcloud_$( date +'%Y%m%d' ).tar.gz"
|
backupfile="forgejo_$( date +'%Y%m%d' ).tar.gz"
|
||||||
|
|
||||||
# Check if the script would override existing files.
|
# Check if the script would override existing files.
|
||||||
if [ -e "${local_destination}/${backupfile}" ]; then
|
if [ -e "${local_destination}/${backupfile}" ]; then
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ fi
|
||||||
# Database backup
|
# Database backup
|
||||||
|
|
||||||
base_container='vaultwarden'
|
base_container='vaultwarden'
|
||||||
database_container='vaultwarden-db'
|
database_container='vaultwardenDb'
|
||||||
|
|
||||||
# Create a temporary destination on remote host.
|
# Create a temporary destination on remote host.
|
||||||
remote_destination="$( ssh "${remote}" 'mktemp -d' )"
|
remote_destination="$( ssh "${remote}" 'mktemp -d' )"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue