use rsync for all remote file transfers

This commit is contained in:
Joey Hess 2010-12-02 17:45:28 -04:00
parent adad12d337
commit b9320ee1d5
3 changed files with 35 additions and 25 deletions

5
debian/changelog vendored
View file

@ -1,7 +1,8 @@
git-annex (0.11) UNRELEASED; urgency=low
* Rsync will now be used to resume interrupted/failed partial file
transfers from a remote.
* If available, rsync will be used for file transfers from remote
repositories. This allows resuming interrupted transfers.
* Added remote.annex-rsync-options.
-- Joey Hess <joeyh@debian.org> Thu, 02 Dec 2010 16:54:12 -0400