summaryrefslogtreecommitdiff
path: root/doc/design/assistant/syncing.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/syncing.mdwn')
-rw-r--r--doc/design/assistant/syncing.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index 8757c3ae2..e3fdca316 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -53,6 +53,12 @@ all the other git clones, at both the git level and the key/value level.
4. Add a hook, so when there's a change to sync, a program can be run
and do its own signaling.
+## 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,
@@ -111,8 +117,5 @@ complete (necessary for tracking uploads).
## other considerations
-It would be nice if, when a USB drive is connected,
-syncing starts automatically. Use dbus on Linux?
-
This assumes the network is connected. It's often not, so the
[[cloud]] needs to be used to bridge between LANs.