Differences
This shows you the differences between the selected revisions of the page.
2012-01-05 | 2012-02-29 | ||
exclude example (martin) | exclude/include => filemask (martin) | ||
Line 15: | Line 15: | ||
| ''-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 25: | Line 25: | ||
keepuptodate -delete | keepuptodate -delete | ||
keepuptodate d:\www /home/martin/public_html | keepuptodate d:\www /home/martin/public_html | ||
- | keepuptodate -exclude="*.bak; *.tmp" | + | keepuptodate -filemask="|*.bak; *.tmp" |
</code> | </code> | ||