Back to Recipes
vesper8
2 recipes shared
change php.ini settings easily and reload php
#!/usr/bin/env bash
declare -A replacers
10 years ago
vesper8
install automysqlbackup
After much pain trying to figure out how to make the process of rsyncing backups created by automysqlbackup, I came up with this working recipe that requires no manual configuration at all The s...
# Install automysqlbackup
apt-get -y --force-yes install automysqlbackup
# Create post backup script
10 years ago
vesper8