SyncTarget
This option is used by Publish Queue to specify a machine you would like to publish files to. If you wish to publish, or rsync files to multiple servers you can include multiple SyncTarget directives within mt-config.cgi. For example, to sync published files to the '/var/www/html' directory on web01.somedomain.com and web02.somedomain.com, then you would add the following to your mt-config.cgi file:
SyncTarget web01.somedomain.com:/var/www/html
SyncTarget web02.somedomain.com:/var/www/html

Leave a note