This commit is contained in:
Micke Nordin 2023-03-13 16:23:51 +01:00
parent 392e83188b
commit 3fb6164501
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -4,7 +4,7 @@
# a specific host, but will differ between hosts # a specific host, but will differ between hosts
sleep $((16#$(ip a | grep "link/ether" | head -1 | awk -F ':' '{print $6}' | awk '{print $1}') / 2))m sleep $((16#$(ip a | grep "link/ether" | head -1 | awk -F ':' '{print $6}' | awk '{print $1}') / 2))m
number_of_full_to_keep=7 number_of_full_to_keep=7
backup="multinode-db1.$(fqdn -d)" backup="multinode-db1.$(hostname -d)"
remote_backup_dir="/etc/mariadb/backups" remote_backup_dir="/etc/mariadb/backups"
backup_dir="/opt/backups" backup_dir="/opt/backups"
bucket="db-backups-multinode" bucket="db-backups-multinode"