mirror of https://github.com/hauke68/Magallanes
Browse Source
This enables finer control (via excludes) when seeding the destination directory for rsync. Because we know we have rsync available, we can use rsync rather than cp by using configuration like this example: strategy: rsync rsync: copy: true copy_tool_rsync: true rsync_excludes: ["assets", "silverstripe-cache"] The default tool remains cp, so this change is backward-compatible.1.0
Fred Condo
11 years ago
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue