Skip to content

Commit 2500820

Browse files
committed
📝 Fix missing - on example
1 parent d655f5c commit 2500820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rsync/DOCS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ folders:
1818
destination: /home/user/config-target
1919
- source: /media/playlists
2020
destination: /home/user/cool-playlists
21-
options: '-archive --recursive --compress'
21+
options: '--archive --recursive --compress'
2222
remote_host: ''
2323
remote_folder: /home/user
2424

@@ -56,4 +56,3 @@ The ip or host of the remote machine you want to connect to.
5656
### `remote_port` (optional)
5757

5858
The ssh port on the remote machine. If not set the default `22` is assumed.
59-

0 commit comments

Comments
 (0)