Change how we backup database dumps.

We had been using rdiff-backup, which was easy to do, but it makes
very little sense with database backups to bother doing that.
Instead we just rsync them over and don't bother with looking at
chunks that may or may not be duplicated. This should make the daily
backup runs much faster.
This commit is contained in:
Kevin Fenzi 2017-10-05 22:16:08 +00:00
parent 421d371b18
commit 256b145135
21 changed files with 29 additions and 21 deletions

View file

@ -47,6 +47,6 @@ fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
# kernel SHMMAX value
kernel_shmmax: 68719476736
host_backup_targets: ['/backups']
db_backup_dir: ['/backups']
shared_buffers: "2GB"
effective_cache_size: "6GB"