2024-06-10 18:14:17 +02:00
### exclude
2024-08-13 18:07:35 +02:00
Manages default exclusion rules in syncs.
2024-06-10 18:14:17 +02:00
Usage: `exclude [(-a|-d) pattern1 pattern2 pattern3]`
< pre >
2024-10-24 23:50:09 +02:00
These default rules will be used when creating new syncs. Existing syncs won't be affected. To modify the exclusion rules of existing syncs, use mega-sync-ignore.
2024-08-13 18:07:35 +02:00
2024-06-10 18:14:17 +02:00
Options:
-a pattern1 pattern2 ... adds pattern(s) to the exclusion list
(* and ? wildcards allowed)
-d pattern1 pattern2 ... deletes pattern(s) from the exclusion list
2024-08-13 18:07:35 +02:00
This command is DEPRECATED. Use sync-ignore instead.
2024-06-10 18:14:17 +02:00
< / pre >