sbin/sync/config.py.tmpl
changeset 66 20da47bd9408
parent 64 47a0d7568655
child 71 2220313b692e
equal deleted inserted replaced
65:6f89290f50c9 66:20da47bd9408
     4 
     4 
     5 env.web_group = 'www-data'
     5 env.web_group = 'www-data'
     6 
     6 
     7 env.base_export_path = "~/tmp"
     7 env.base_export_path = "~/tmp"
     8 env.export_prefix = "idill"
     8 env.export_prefix = "idill"
     9 env.remote_web_path = "/iridata/iri-research/ldt/"
     9 env.remote_web_path = "/iridata/www/iri-research/labs/idill/"
    10 env.web_rsync_filters = [
    10 env.web_rsync_filters = [
    11     "+ core",
    11     "+ core",
    12     "- /doc/"
    12     "- /doc/",
    13     "P .htpasswd",
    13     "P .htpasswd",
    14     "P .htaccess",
    14     "P .htaccess",
    15     "P robots.txt",
    15     "P robots.txt",
    16     "P crossdomain.xml",
    16     "P crossdomain.xml",
    17 ]
    17 ]