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:
parent
421d371b18
commit
256b145135
21 changed files with 29 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue