]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Exclude hidden files and directories when synchronizing via Rsync 175/head
authorJob Snijders <job@sobornost.net>
Sat, 16 May 2026 14:41:47 +0000 (14:41 +0000)
committerJob Snijders <job@sobornost.net>
Sat, 16 May 2026 14:41:47 +0000 (14:41 +0000)
commitb6ae1cb489c9c5546e7010745cbc95a1089fc78d
tree32cb4a16b165fbf9a689cd7b153f33090fb809df
parente9e10f66784aa82e825cd1d9a115a7368f722f50
Exclude hidden files and directories when synchronizing via Rsync

According to RFC 9286 section 4.2.2, filenames in the RPKI cannot start
with a dot. And RFC 6481 section 1.1 describes the concept of a publication
point as a "directory in a publicly accessible filesystem". From there it
follows there is no need to transfer hidden files and directories. This may
help in avoiding exposure to intermediate states (e.g., /a/.~tmp~/b.roa).
src/config.c