[backuppc] Backup des nouveaux domUs
Ignore-this: ec2433581b6dccf21869851e203e0e66 darcs-hash:20090422022939-ffbb2-699a1c17174c7e984701a0bfeb3461576014c684.gz
This commit is contained in:
parent
7e5b5bad50
commit
10c9da3e34
2 changed files with 12 additions and 2 deletions
|
@ -71,4 +71,6 @@ backuppc_hosts("Backups des homes", ["adherentsak", "adherentslz"])
|
||||||
backuppc_hosts("Backups des serveurs",
|
backuppc_hosts("Backups des serveurs",
|
||||||
["komaz", "sila", "sable", "zamok", "rouge", "vert", "pegase", "babar",
|
["komaz", "sila", "sable", "zamok", "rouge", "vert", "pegase", "babar",
|
||||||
"egon", "ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news",
|
"egon", "ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news",
|
||||||
"munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin", "ragnarok", "radius", "asterisk", "owl", "tracker"])
|
"munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin",
|
||||||
|
"ragnarok", "radius", "asterisk", "owl", "tracker", "redisdead",
|
||||||
|
"pgsql"])
|
||||||
|
|
|
@ -72,7 +72,15 @@ backup_folders = {
|
||||||
'zamok' : { 'var' : '/var',
|
'zamok' : { 'var' : '/var',
|
||||||
'usr' : '/usr' },
|
'usr' : '/usr' },
|
||||||
|
|
||||||
'niomniom' : { 'www' : '/var/local' }
|
'niomniom' : { 'www' : '/var/local' },
|
||||||
|
|
||||||
|
'owl': { 'dovecot': '/var/dovecot-indexes' },
|
||||||
|
|
||||||
|
'redisdead' : { 'var': '/var',
|
||||||
|
'mailman': '/var/lib/mailman' },
|
||||||
|
|
||||||
|
'pgsql' : { 'postgresql': '/var/lib/postgresql' },
|
||||||
|
|
||||||
}.get(hostname, {})
|
}.get(hostname, {})
|
||||||
|
|
||||||
# On rajoute la racine pour tout le monde
|
# On rajoute la racine pour tout le monde
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue