Compare commits
No commits in common. "d8acd0a69714e9948ea023309c5f9ec647d1f758" and "5d2d1be654f5a4a9f657f4b7a877f901dc72eb1d" have entirely different histories.
d8acd0a697
...
5d2d1be654
@ -6,7 +6,6 @@ backup:
|
|||||||
host: backup.stargate.internal
|
host: backup.stargate.internal
|
||||||
internal: true
|
internal: true
|
||||||
prearecommand: ""
|
prearecommand: ""
|
||||||
basedir: /mnt/backupstore
|
|
||||||
firewall:
|
firewall:
|
||||||
- port: "2222"
|
- port: "2222"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
@ -3,11 +3,4 @@ firewall:
|
|||||||
- port: "3306"
|
- port: "3306"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
interface: "eth0"
|
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
|
|
||||||
...
|
...
|
||||||
|
@ -1,14 +1,6 @@
|
|||||||
---
|
---
|
||||||
servicename: postgres
|
|
||||||
firewall:
|
firewall:
|
||||||
- port: "5432"
|
- port: "5432"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
interface: "eth0"
|
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
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user