diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-27 14:49:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-27 14:49:09 -0400 |
commit | c1adde5294fe995c2d92f1ac81a2295bbbef62d4 (patch) | |
tree | a50eb6a55220fbdc28abf1af7936d64590364756 /doc/design/assistant | |
parent | 8660f3043c8968dc231727fe151063197f491a5f (diff) | |
parent | 1cbfd6368c5b82f7559fb1f1da1209ba0c37a793 (diff) |
finally merge the assistant into master
Progress bars still need to be done, otherwise it's fully working.
Although much work remains to hit all the use cases.
Diffstat (limited to 'doc/design/assistant')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 4a77a5662..f40275dff 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -46,6 +46,12 @@ all the other git clones, at both the git level and the key/value level. but further calls to the TransferScanner could eg, look at the delta between the last scan and the current one in the git-annex branch. +## misc todo + +* --debug will show often unnecessary work being done. Optimise. +* It would be nice if, when a USB drive is connected, + syncing starts automatically. Use dbus on Linux? + ## data syncing There are two parts to data syncing. First, map the network and second, |