Differences
This shows you the differences between the selected revisions of the page.
2015-11-03 | 2015-12-17 | ||
Restored revision 1445367512. Undoing revision 1446546296. (martin) (hidden) | full path mask matches local or remote path only (martin) | ||
Line 81: | Line 81: | ||
You can also specify full path to a specific file or directory, both local and remote. For example if you want to match only a specific ''.csv'' directory, not all, use ''/home/martinp/data/.csv/'' instead of ''.csv/''. | You can also specify full path to a specific file or directory, both local and remote. For example if you want to match only a specific ''.csv'' directory, not all, use ''/home/martinp/data/.csv/'' instead of ''.csv/''. | ||
+ | |||
+ | The full path mask matches a local or a remote paths only, depending on syntax used. This matters for [[task_synchronize|synchronization]] particularly, for which you may need to use a separate full path mask for both local and remote path. Or use a partial path mask. | ||
===== Exceptions ===== | ===== Exceptions ===== | ||
For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. On the contrary, mask ''*.'' matches any file or directory without an extension. | For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. On the contrary, mask ''*.'' matches any file or directory without an extension. |