Differences
This shows you the differences between the selected revisions of the page.
2007-10-17 | 2007-10-17 | ||
no summary (steen_hansen) | smarty template exclusion example moved to proper place (martin) | ||
Line 248: | Line 248: | ||
option confirm off | option confirm off | ||
option include "*.html; */" | option include "*.html; */" | ||
+ | exclude "*.tpl.php" | ||
option | option | ||
</code> | </code> | ||
Line 327: | Line 328: | ||
Obsolete files are deleted, if [[script_commands#option|option]] ''synchdelete'' is on. Note: Overwrite confirmations are always off for the command. | Obsolete files are deleted, if [[script_commands#option|option]] ''synchdelete'' is on. Note: Overwrite confirmations are always off for the command. | ||
- | |||
- | To not transfer Smarty template files use [[script_commands#option|option]] ''exclude "*.tpl.php"'' | ||
Effective [[script_commands#option|options]]: ''transfer'', ''synchdelete'', ''exclude'', ''include'' | Effective [[script_commands#option|options]]: ''transfer'', ''synchdelete'', ''exclude'', ''include'' |