mirror of
https://cgit.krebsco.de/krops/
synced 2025-05-16 07:48:26 +00:00
populate passage: keep dir mtime stable
This commit is contained in:
parent
a6c7ecd8ba
commit
f175fd8ad2
@ -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"}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user