Skip to content

Commit feb08b3

Browse files
committed
Update gosync.yml example
1 parent 41a0bcf commit feb08b3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

examples/gosync.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,20 @@ sync:
3131
- .git
3232
- node_modules/
3333

34-
## Create file stubs for /tmp/remote/other/path to ./other/
34+
## Create file stubs for /tmp/remote/other/path-big-files to ./other-stubs/
3535
- path: /tmp/remote/other/path-big-files
3636
local: ./other-stubs/
3737
options:
3838
generate-stubs: true
39+
rsync:
40+
- "--iconv=UTF8-MAC,UTF8"
41+
42+
## Sync /tmp/remote/other/path-other-files to ./other2/ with custom rsync options
43+
- path: /tmp/remote/other/path-other-files
44+
local: ./other2/
45+
options:
46+
rsync:
47+
- "--iconv=UTF8-MAC,UTF8"
3948

4049
#########################
4150
## Database

0 commit comments

Comments
 (0)