You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ My goal was to copy new or changed files and also to remove files on the target
10
10
11
11
### The Scripts
12
12
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`
15
15
- A log filename
16
16
17
17
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