update
This commit is contained in:
parent
07de26ed7b
commit
7ebe1d4875
1 changed files with 7 additions and 14 deletions
|
@ -3,14 +3,6 @@ all the other git clones, at both the git level and the key/value level.
|
||||||
|
|
||||||
## immediate action items
|
## 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
|
## longer-term TODO
|
||||||
|
|
||||||
* Test MountWatcher on LXDE.
|
* 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,
|
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
|
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.
|
between the last scan and the current one in the git-annex branch.
|
||||||
|
* Ensure that when a remote receives content, and updates its location log,
|
||||||
## misc todo
|
it syncs that update back out. Prerequisite for:
|
||||||
|
* After git sync, identify new content that we don't have that is now available
|
||||||
* --debug will show often unnecessary work being done. Optimise.
|
on remotes, and transfer. (Needed when we have a uni-directional connection
|
||||||
* It would be nice if, when a USB drive is connected,
|
to a remote, so it won't be uploading content to us.) Note: Does not
|
||||||
syncing starts automatically. Use dbus on Linux?
|
need to use the TransferScanner, if we get and check a list of the changed
|
||||||
|
files.
|
||||||
|
|
||||||
## data syncing
|
## data syncing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue