Compare commits

..

No commits in common. "d8acd0a69714e9948ea023309c5f9ec647d1f758" and "5d2d1be654f5a4a9f657f4b7a877f901dc72eb1d" have entirely different histories.

3 changed files with 0 additions and 16 deletions

View File

@ -6,7 +6,6 @@ backup:
host: backup.stargate.internal
internal: true
prearecommand: ""
basedir: /mnt/backupstore
firewall:
- port: "2222"
proto: tcp

View File

@ -3,11 +3,4 @@ firewall:
- port: "3306"
proto: tcp
interface: "eth0"
backup:
folder: "/var/lib/mysql/backup"
tarfolder: "backup"
host: backup.stargate.internal
internal: true
prearecommand: "time ( mysqldump --all-databases --single-transaction --quick --lock-tables=false > /var/lib/mysql/backup/mysqldump.sql"
basedir: /mnt/backupstore
...

View File

@ -1,14 +1,6 @@
---
servicename: postgres
firewall:
- port: "5432"
proto: tcp
interface: "eth0"
backup:
folder: "/var/lib/postgresql/backup"
tarfolder: "backup"
host: backup.stargate.internal
internal: true
prearecommand: "time ( sudo -u postgres pg_dumpall > /var/lib/postgresql/backup/postgres.sql )"
basedir: /mnt/backupstore
...