From ae4e2673a7ffd9e020e2f5e2a3a74261dfdc20c4 Mon Sep 17 00:00:00 2001 From: "http://olg.myid.net/" Date: Thu, 1 Nov 2012 23:48:17 +0000 Subject: [PATCH] --- ...artial_files_available_during_transfer.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn diff --git a/doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn b/doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn new file mode 100644 index 0000000000..b021c90914 --- /dev/null +++ b/doc/todo/whishlist:_make_partial_files_available_during_transfer.mdwn @@ -0,0 +1,18 @@ +Imagine this situation: +You have a laptop and a NAS. +On your laptop you want to consume a large media file located on the NAS. +So you type: + + git annex get --from nas mediafile + +But now you have to wait for the download to complete, unless either + +* rsync is pointed directly to the file in the object storage ("--inplace") +or +* the symlink temporarily points to the partial file during a transfer + +which would allow you instantaneous consumption of your media. +It might make sense to make this behavior configurable, because not everyone might agree with having partial content (that mismatches its key) around. + + +So what do you say?