sane-rcp: do incremental syncs (append mode)

This commit is contained in:
colin 2022-11-15 09:46:11 +00:00
parent dea7ca9474
commit 67dff6069c

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh
# copy some remote file(s) to the working directory, with sane defaults
rsync -arv --progress "$@" .
rsync -arv --progress --append-verify "$@" .