instance-apache-import.cfg.in 551 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true

extends = ${pbsready-import:output}

[directory]
srv = $${buildout:directory}/srv
www = $${:srv}/www/

# Nothing to do for the import. Just dummy part that does nothing.
# For httpd instance, PBS will directly push data to srv/www.
14
# XXX-Cedric: write a real backup system.
15 16
[importer]
wrapper = /bin/true
17 18 19 20

# State that we want to push to srv/www directory, not srv/backup.
[rdiff-backup-server]
path = $${directory:www}