git-annex/Remote
Joey Hess 3e079cdcd1 gcrypt: now supports rsync
Use rsync for gcrypt remotes that are not local to the disk.
(Note that I have punted on supporting http transport for now, it doesn't
seem likely to be very useful.)

This was mostly quite easy, it just uses the rsync special remote to handle
the transfers. The git repository url is converted to a RsyncOptions
structure, which required parsing it separately, since the rsync special
remote only supports rsync urls, which use a different format.

Note that annexed objects are now stored at the top of the gcrypt repo,
rather than inside annex/objects. This simplified the rsync suport,
since it doesn't have to arrange to create that directory. And git-annex
is not going to be run directly within gcrypt repos -- or if in some
strance scenario it was, it would make sense for it to not see the
encrypted objects.

This commit was sponsored by Sheila Miguez
2013-09-08 14:54:28 -04:00
..
Helper partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Bup.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Directory.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
GCrypt.hs gcrypt: now supports rsync 2013-09-08 14:54:28 -04:00
Git.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Glacier.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Hook.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
List.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Rsync.hs gcrypt: now supports rsync 2013-09-08 14:54:28 -04:00
S3.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00
Web.hs better cases 2013-08-22 23:36:35 -04:00
WebDAV.hs partially complete gcrypt remote (local send done; rest not) 2013-09-07 18:38:00 -04:00