Exclude result
files when pulling changes
This commit is contained in:
parent
f6177a3be0
commit
a60ab045a8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ with lib;
|
|||
|
||||
text = ''
|
||||
${getExe pkgs.rsync} -avz --update \
|
||||
--exclude result \
|
||||
${remoteIpAddress}:${wikiPath}/ ${wikiPath} "$@"
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue