Skip to content

Commit

Permalink
📝 Fix missing - on example
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Jan 17, 2025
1 parent d655f5c commit 2500820
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rsync/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ folders:
destination: /home/user/config-target
- source: /media/playlists
destination: /home/user/cool-playlists
options: '-archive --recursive --compress'
options: '--archive --recursive --compress'
remote_host: ''
remote_folder: /home/user

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

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

0 comments on commit 2500820

Please sign in to comment.