Skip to content

Commit

Permalink
Update arguments.md (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff authored Oct 12, 2023
1 parent b24bd09 commit 91a4e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ USE_DEFAULT_RSYNC_ARGS=false
## Custom rsync Arguments
Apply custom `rsync` args <small>(in addition to the [default](#use-default-rsync-arguments) args)</small>

> **Default**: *empty*
The `RSYNC_CUSTOM_ARGS` will be inserted after the `$DEFAULT_RSYNC_ARGS` as shown:
```bash
rsync $DEFAULT_RSYNC_ARGS $RSYNC_CUSTOM_ARGS $src_dir/ $dest_dir/
Expand All @@ -148,4 +150,4 @@ RSYNC_CUSTOM_ARGS=--exclude='*.log' --exclude='*.txt'
```

<br>
<br>
<br>

0 comments on commit 91a4e85

Please sign in to comment.