1
0
mirror of https://cgit.krebsco.de/krops/ synced 2025-05-16 15:58:33 +00:00

populate passage: keep dir mtime stable

This commit is contained in:
tv 2025-04-09 01:35:10 +02:00
parent a6c7ecd8ba
commit f175fd8ad2

View File

@ -199,6 +199,9 @@ let
${coreutils}/bin/touch -r "$age_path" "$tmp_path"
done
${findutils}/bin/find "$tmp_dir" -type d \
-exec ${coreutils}/bin/touch -t 311111111111.11 {} +
${rsync' target rsyncDefaultConfig /* sh */ "$tmp_dir"}
'';