1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-27 13:40:17 +02:00
Magallanes/Mage
Fred Condo 1f6da7f8fb Add ability to use rsync rather than cp on remote
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.
2014-05-16 12:31:36 -07:00
..
Command strategy git-rebase is enabled 2014-05-07 12:55:14 +02:00
Console Issue 37. Disable color output. 2013-12-19 13:07:57 -02:00
Task Add ability to use rsync rather than cp on remote 2014-05-16 12:31:36 -07:00
Autoload.php Rollback to old yaml parser. 2014-01-11 15:39:22 -02:00
Compiler.php Tweaks on Compiler. 2013-11-07 19:57:44 -02:00
Config.php Update Config.php 2014-04-26 13:21:48 -07:00
Console.php Issue #43 - Exit code should indicate that something failed. 2014-03-16 13:31:36 -03:00
Mailer.php Cleanup for SensioLabs Insights. 2013-12-19 15:37:26 -02:00
Spyc.php Update SPYC Library. 2014-03-16 12:29:09 -03:00