summaryrefslogtreecommitdiff
path: root/doc/design/assistant/android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-14 17:13:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-14 17:13:45 -0400
commitbbfe3c75fcbf70a742ac3f0cafad262f3e9d310a (patch)
tree5abc9600fc264bd4354a7833c4e6221a8bee162b /doc/design/assistant/android.mdwn
parent99ea159fce3fb98080b5e39770fc22b79d58d50f (diff)
blog for the day
Diffstat (limited to 'doc/design/assistant/android.mdwn')
-rw-r--r--doc/design/assistant/android.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index c972b5529..cb82a40dc 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -17,3 +17,14 @@ transfers when not on wifi. This may need to be configurable.
Due to use of the FAT filesystem, which doesn't do symlinks, [[desymlink]]
is probably needed for at least older Android devices that have SD cards.
+
+## TODO
+
+* In crippled filesystem mode, files are not hardlinked to a quarantine
+ directory, so the assistant's use of lsof on that directory won't work.
+ Instead, it should run lsof on the whole repository, and ignore other
+ stuff. (Not really much slower even in a large repo, according to
+ benchmarks.)
+* rsync backend creates hard links
+* migrate creates hard links between old and new keys
+* avoid all symlink creation in crippled filesystem + direct mode