RsyncOptions

This configuration directive allows you to specify options to rsync when files are transferred these options are documented in great detail on the rsync man page.

In Movable Type, this option is commonly used to specify for example authentication credentials to the target machine.

This page was last updated on 2007-12-12, 13:41.

2 Notes

This could VERY much use a few examples. What are common options? (I use -auzv pretty much exclusively but one could also make a great case for --delete) Also, what's the format of this config directive? Is it:

RsyncOptions auvz or RsyncOptions -auvz or RsyncOptions -auvz --delete ...but only if you have a long word option?

Okay, the answer seems to be what you would expect:

-auvz
-avR
-avz --delete

Etc. HOWEVER, it's EXTREMELY important to know that MT uses the --files-from attribute internally. This option inverts a number of rsync default settings and also changes the way that rsync parses all of the options (in terms of position). Read the man page and be aware...

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.