krebs.populate: disable copy-links, owner, and group

This commit is contained in:
tv 2016-02-01 03:14:59 +01:00
parent 36caa1771b
commit 8aec9eb987

View file

@ -243,7 +243,7 @@ let out = {
--exclude tmp \
--rsync-path='mkdir -p ${target-path} && rsync' \
--delete-excluded \
-vrLptgoD \
-vrlptD \
${config.path}/ \
root@${target}:${target-path}
'';