diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-03 15:07:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-03 15:07:43 -0400 |
commit | 38880b605f2bb22a9e1547e3407676b4bd89935c (patch) | |
tree | 4d621bf26aaee95d96b74e39611abfb7a80692d9 /debian | |
parent | ac843495d7060267d663eb7bcc063c7a139a6c56 (diff) |
rsync: support chunking
Chunking does not speed up rsync at all, so it's only useful for
interop with the directory special remote.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ca6059f43..2e00728ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium * New chunk= option to chunk files stored in special remotes. - Currently supported by: directory, S3, and all external and hook - special remotes. + Currently supported by: directory, S3, rsync, and all external + and hook special remotes. * Partially transferred files are automatically resumed when using chunked remotes! * The old chunksize= option is deprecated. Do not use for new remotes. @@ -21,6 +21,7 @@ git-annex (5.20140718) UNRELEASED; urgency=medium * Dropping an object from a bup special remote now deletes the git branch for the object, although of course the object's content cannot be deleted due to the nature of bup. + * -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400 |