sane-rcp: do incremental syncs (append mode)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# copy some remote file(s) to the working directory, with sane defaults
|
# copy some remote file(s) to the working directory, with sane defaults
|
||||||
rsync -arv --progress "$@" .
|
rsync -arv --progress --append-verify "$@" .
|
||||||
|
Reference in New Issue
Block a user