Add --hard-links to rsync options
[mirror/dsa-puppet.git] / modules / roles / files / static-mirroring / static-master-update-component
index af8a5f7..6f7ff03 100755 (executable)
@@ -110,7 +110,7 @@ echo "$0: Got them."
 echo "$0: Updating master copy of $component..."
 rsync --delete \
   -trz \
-  --links --safe-links \
+  --links --hard-links --safe-links \
   --link-dest="$tgt" \
   "$src/." "$tmpdir_new/."
 echo "$0: Done.  Committing."