Exclude result files when pulling changes

This commit is contained in:
Oliver Davies 2025-04-16 06:58:28 +01:00
parent f6177a3be0
commit a60ab045a8

View file

@ -18,6 +18,7 @@ with lib;
text = ''
${getExe pkgs.rsync} -avz --update \
--exclude result \
${remoteIpAddress}:${wikiPath}/ ${wikiPath} "$@"
'';
})