You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ByteSync supports creating synchronization rules to automatically trigger actions when comparison conditions are met. Rules can compare file or directory attributes using different elements and operators.
4
+
5
+
## Comparison properties
6
+
7
+
-**Content**
8
+
-**Date**
9
+
-**Size**
10
+
-**Presence**
11
+
-**Name** (supports `Equals` and `NotEquals` operators, wildcard `*` is allowed)
12
+
13
+
Use `Name` to match items based on their file name. When a pattern contains `*`, the rule interprets it as a wildcard.
0 commit comments