We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76563f1 commit cce4009Copy full SHA for cce4009
doc/config/sync/rsync.xml
@@ -10,11 +10,17 @@
10
<option name="host" value="127.0.0.1" />
11
12
<!-- optional, default=false -->
13
+ <!-- syncs the whole directory where yout taget is stored -->
14
<option name="dirsync" value="true" />
15
16
17
+ <!-- adds the --delete option to the rsync command -->
18
<option name="delete" value="true" />
19
20
+ <!-- optional, default=none -->
21
+ <!-- file you want to ignore seperated by ":" -->
22
+ <option name="exclude" value="*.cvs:*.jpg" />
23
+
24
<!-- optional, default=none -->
25
<!-- !!!WARNING!!! advanced mode without escaping -->
26
<!-- use %TARGET_DIR% and %TARGET_FILE% as reference to the created backup -->
0 commit comments