Update 'backup.sh'

This commit is contained in:
Tiago Ribeiro 2017-10-18 11:51:49 +01:00
parent 266bd82600
commit 79a4243235
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ password="change.me"
db_name="fulldbbackup"
#ssh info
suser=user
shost=host
sloc=ssh host location
suser="user"
shost="host"
sloc="ssh host location"
# Print start status message.
curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id=$chatid -d text="Backing up $backup_files to $dest/$archive_file"