forked from mirrors/nixpkgs
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";
|
||||
protocol = "webdav";
|
||||
https = true ;
|
||||
symlinks = "maintain" ;
|
||||
}
|
||||
];
|
||||
default = [];
|
||||
|
@ -87,6 +88,7 @@ in
|
|||
password ''${secret[2]}
|
||||
local ${b.local}
|
||||
remote ${b.remote}
|
||||
symlinks ${b.symlinks}
|
||||
${if b.https then "http secure" else ""}
|
||||
EOF
|
||||
chmod 0600 ${stateDir}/${b.name}.conf
|
||||
|
|
Loading…
Reference in a new issue