summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-29 13:45:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-29 13:45:14 -0400
commit7ebe1d48754b068d0f79fc88cf45d67b8ae69bde (patch)
treecf164d601fd914bb3adb5a366f75e6aeddb0a7cd
parent07de26ed7bc9ad772104008a9bb63fe455e0255d (diff)
update
-rw-r--r--doc/design/assistant/syncing.mdwn21
1 files changed, 7 insertions, 14 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index ad34a91bc..58b3257e3 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -3,14 +3,6 @@ all the other git clones, at both the git level and the key/value level.
## immediate action items
-* Ensure that when a remote receives content, and updates its location log,
- it syncs that update back out. Prerequisite for:
-* After git sync, identify new content that we don't have that is now available
- on remotes, and transfer. (Needed when we have a uni-directional connection
- to a remote, so it won't be uploading content to us.) Note: Does not
- need to use the TransferScanner, if we get and check a list of the changed
- files.
-
## longer-term TODO
* Test MountWatcher on LXDE.
@@ -42,12 +34,13 @@ all the other git clones, at both the git level and the key/value level.
working copy and checks each file. That probably needs to be done once,
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?
+* Ensure that when a remote receives content, and updates its location log,
+ it syncs that update back out. Prerequisite for:
+* After git sync, identify new content that we don't have that is now available
+ on remotes, and transfer. (Needed when we have a uni-directional connection
+ to a remote, so it won't be uploading content to us.) Note: Does not
+ need to use the TransferScanner, if we get and check a list of the changed
+ files.
## data syncing