Update 'backup.sh'
This commit is contained in:
parent
266bd82600
commit
79a4243235
|
@ -31,9 +31,9 @@ password="change.me"
|
||||||
db_name="fulldbbackup"
|
db_name="fulldbbackup"
|
||||||
|
|
||||||
#ssh info
|
#ssh info
|
||||||
suser=user
|
suser="user"
|
||||||
shost=host
|
shost="host"
|
||||||
sloc=ssh host location
|
sloc="ssh host location"
|
||||||
|
|
||||||
# Print start status message.
|
# 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"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue