diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-09 19:03:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-09 19:03:49 -0400 |
commit | 6a46afb5a7280e70ace7487019c710a579657d80 (patch) | |
tree | f1fb4249887b7d4bcee764593ac425c9e0cbed97 /doc | |
parent | d2a56e1d4ac55887f7fa58c1dd0f4b60be7709df (diff) |
blog for the day
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/blog/day_167__safe_direct_mode_transfers.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_167__safe_direct_mode_transfers.mdwn b/doc/design/assistant/blog/day_167__safe_direct_mode_transfers.mdwn new file mode 100644 index 000000000..8aa15fb13 --- /dev/null +++ b/doc/design/assistant/blog/day_167__safe_direct_mode_transfers.mdwn @@ -0,0 +1,12 @@ +Well underway on making direct mode transfers roll back when the file is +modified while it's transferred. + +As expected, it was easy to do for all the special remotes ... Except for +bup, which does not allow deleting content. For bup it just removes the git +ref for the bad content, and relies on bup's use of git delta compression +to keep space use sane. + +The problem is also handled by `git-annex-shell sendkey`. +But not yet for downloads from other git repositories. Bit stuck on that. + +Also: A few minor bug fixes. |