Rsync will now be used to resume interrupted/failed partial file transfers from a remote.

This commit is contained in:
Joey Hess 2010-12-02 16:55:21 -04:00
parent ade43d8fab
commit 37941184f9
6 changed files with 35 additions and 10 deletions

View file

@ -5,6 +5,7 @@ To build and use git-annex, you will need:
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
* `rsync` (optional but recommended)
* Then just [[download]] git-annex and run: `make; make install`
([Ikiwiki](http://ikiwiki.info) is needed to build the documentation,

View file

@ -1,2 +1,4 @@
Transferring a file from a ssh:// remote should use rsync to allow resuming
of a prior transfer.
[[done]]