Differences
This shows you the differences between the selected revisions of the page.
2012-01-05 | 2012-02-29 | ||
two masks in example (martin) | exclude/include => filemask (martin) | ||
Line 19: | Line 19: | ||
| ''-speed=<kibps>'' | Limit transfer speed | | | ''-speed=<kibps>'' | Limit transfer speed | | ||
| ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). &future_feature | | | ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). &future_feature | | ||
- | | ''-exclude=<mask>'' \\ ''-include=<mask>'' | ''%%<mask>[;<mask2>...]%%'' \\ Sets [[ui_transfer#other_options|exclusion or inclusion]] [[file_mask|masks]] (only one can be set at time). &future_feature | | + | | ''-filemask=<mask>'' ····| ''%%<mask>[;<mask2>...]%%'' \\ Sets [[file_mask|file mask]]. &future_feature | |
Effective [[scriptcommand_option|options]]: ''transfer'' (deprecated), ''exclude'' (deprecated), ''include'' (deprecated), ''reconnecttime'' &future | Effective [[scriptcommand_option|options]]: ''transfer'' (deprecated), ''exclude'' (deprecated), ''include'' (deprecated), ''reconnecttime'' &future | ||
Line 29: | Line 29: | ||
synchronize remote -delete | synchronize remote -delete | ||
synchronize both d:\www /home/martin/public_html | synchronize both d:\www /home/martin/public_html | ||
- | synchronize both -exclude="*.bak; *.tmp" | + | synchronize both -filemask="|*.bak; *.tmp" |
</code> | </code> | ||