aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 18:30:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 18:30:07 -0400
commit6c94a19c018154297c3aaee8e600debba50255ee (patch)
treee113a959e7afeb1d41ee3e490083e1dd023d4633 /doc/devblog
parent54fa27f616a38a24201479022b115cdac5f6f803 (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_471__export_to_more_remotes.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_471__export_to_more_remotes.mdwn b/doc/devblog/day_471__export_to_more_remotes.mdwn
new file mode 100644
index 000000000..bf8c1e66a
--- /dev/null
+++ b/doc/devblog/day_471__export_to_more_remotes.mdwn
@@ -0,0 +1,13 @@
+Got `git annex export` working to webdav and rsync special remotes. Tested
+exporting to the Internet Archive via S3, and to box.com via webdav. Both
+had little weirdnesses in their handling of the protocols, which were
+worked around, and it's quite nice to be able to export trees to those
+services, as well as Amazon S3.
+
+Also added connection caching for exports, so S3 and webdav exports only
+make one http connection, instead of one per file.
+
+Had to change the format of `git-annex:export.log`; the old format didn't
+take into account that a repository can export to several different remotes.
+
+Today's work was supported by the NSF-funded DataLad project.