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 41a0bcf commit feb08b3Copy full SHA for feb08b3
examples/gosync.yml
@@ -31,11 +31,20 @@ sync:
31
- .git
32
- node_modules/
33
34
- ## Create file stubs for /tmp/remote/other/path to ./other/
+ ## Create file stubs for /tmp/remote/other/path-big-files to ./other-stubs/
35
- path: /tmp/remote/other/path-big-files
36
local: ./other-stubs/
37
options:
38
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
47
48
49
#########################
50
## Database
0 commit comments