symlink handling mode for sitecopy backup
svn path=/nixos/trunk/; revision=17716
This commit is contained in:
parent
81e37d8475
commit
a39b238e69
@ -41,6 +41,7 @@ in
|
|||||||
server = "webdata.tudelft.nl";
|
server = "webdata.tudelft.nl";
|
||||||
protocol = "webdav";
|
protocol = "webdav";
|
||||||
https = true ;
|
https = true ;
|
||||||
|
symlinks = "maintain" ;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
default = [];
|
default = [];
|
||||||
@ -87,6 +88,7 @@ in
|
|||||||
password ''${secret[2]}
|
password ''${secret[2]}
|
||||||
local ${b.local}
|
local ${b.local}
|
||||||
remote ${b.remote}
|
remote ${b.remote}
|
||||||
|
symlinks ${b.symlinks}
|
||||||
${if b.https then "http secure" else ""}
|
${if b.https then "http secure" else ""}
|
||||||
EOF
|
EOF
|
||||||
chmod 0600 ${stateDir}/${b.name}.conf
|
chmod 0600 ${stateDir}/${b.name}.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user