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 d655f5c commit 2500820Copy full SHA for 2500820
rsync/DOCS.md
@@ -18,7 +18,7 @@ folders:
18
destination: /home/user/config-target
19
- source: /media/playlists
20
destination: /home/user/cool-playlists
21
- options: '-archive --recursive --compress'
+ options: '--archive --recursive --compress'
22
remote_host: ''
23
remote_folder: /home/user
24
@@ -56,4 +56,3 @@ The ip or host of the remote machine you want to connect to.
56
### `remote_port` (optional)
57
58
The ssh port on the remote machine. If not set the default `22` is assumed.
59
-
0 commit comments