Skip to content

Commit 46c2bde

Browse files
authored
Update README.md
1 parent c8a7df5 commit 46c2bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ My goal was to copy new or changed files and also to remove files on the target
1010

1111
### The Scripts
1212
There are two scripts in this repository: one for use with modules (__rsync-module.sh__) and one to run __rsync__ directly (__rsync-invoke.sh__). Both scripts require 3 command-line arguments:
13-
- The source specification - example: `/mnt/tank/foo/'
14-
- The target specification, including username and hostname - example: `root@boomer:/mnt/tank/foo'
13+
- The source specification - example: `/mnt/tank/foo/`
14+
- The target specification, including username and hostname - example: `root@boomer:/mnt/tank/foo`
1515
- A log filename
1616

1717
Telling __rsync__ what to copy is a bit arcane: you have to be careful about placing the '/' character correctly. Basically, to copy a dataset from the source to the target you add a trailing '/' to the source specification and leave it off the target.

0 commit comments

Comments
 (0)