git-annex/doc/todo/export/comment_8_3b93389a1f50aad0f759d361f06200e9._comment
Joey Hess bed6773346
Support exporttree=yes for rsync special remotes.
Renaming is not supported; it might be possible to use --fuzzy to get rsync
to notice the file is being renamed, but that is a bit ..fuzzy.

On the other hand, interrupted transfers of an exported file are resumed,
since rsync is great at that. Had to adjust the exporttree docs, which
said interrupted transfers would restart.

Note that remove no longer makes the empty directory dummy, instead
sending the top-level empty directory. This works just as well and I
noticed the dummy was unncessary when refactoring it into removeGeneric.
Verified that behavior of remove is not changed, and git annex
testremote does pass.

This commit was sponsored by Brock Spratlen on Patreon.
2018-02-28 13:36:20 -04:00

9 lines
267 B
Text

[[!comment format=mdwn
username="joey"
subject="""comment 8"""
date="2018-02-28T15:54:06Z"
content="""
Remotes need to have a nontrivial amount of code added to them in order to
support export. That had not been done for rsync yet. I've implemented it
now.
"""]]