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
|
||||
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.
|
||||
if [ -e "${local_destination}/${backupfile}" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue