- https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-ubuntu-20-04
- https://www.wireguard.com/#simple-network-interface
apt -y update && \
apt -y install wireguard
#!/bin/bash | |
#============================================================================== | |
# SETTINGS | |
#============================================================================== | |
# Directory containing the .sql.gz backup files | |
BACKUP_DIR=/ubuntu/each_db | |
# MySQL credentials |
#!/bin/bash | |
#============================================================================== | |
#TITLE: mysql_backup.sh | |
#DESCRIPTION: script for automating the daily mysql backups on development computer | |
#AUTHOR: tleish | |
#DATE: 2013-12-20 | |
#VERSION: 0.4 | |
#USAGE: ./mysql_backup.sh | |
#CRON: | |
# example cron for daily db backup @ 9:15 am |
apt -y update && \
apt -y install wireguard