Skip to content

Commit cce4009

Browse files
Some more 'rsync' documentation
1 parent 76563f1 commit cce4009

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/config/sync/rsync.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@
1010
<option name="host" value="127.0.0.1" />
1111

1212
<!-- optional, default=false -->
13+
<!-- syncs the whole directory where yout taget is stored -->
1314
<option name="dirsync" value="true" />
1415

1516
<!-- optional, default=false -->
17+
<!-- adds the --delete option to the rsync command -->
1618
<option name="delete" value="true" />
1719

20+
<!-- optional, default=none -->
21+
<!-- file you want to ignore seperated by ":" -->
22+
<option name="exclude" value="*.cvs:*.jpg" />
23+
1824
<!-- optional, default=none -->
1925
<!-- !!!WARNING!!! advanced mode without escaping -->
2026
<!-- use %TARGET_DIR% and %TARGET_FILE% as reference to the created backup -->

0 commit comments

Comments
 (0)