diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-26 21:24:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-26 21:24:43 -0400 |
commit | 6703892e83c89a27a2e2766e5984618e7449bdb8 (patch) | |
tree | b7da0a87625d83c1825de34d15698fc530e74c09 /doc/design/assistant | |
parent | ec9f793db1426126673ce4a5e9380e089628bc7d (diff) |
reord
Diffstat (limited to 'doc/design/assistant')
-rw-r--r-- | doc/design/assistant/leftovers.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/assistant/leftovers.mdwn b/doc/design/assistant/leftovers.mdwn new file mode 100644 index 000000000..313544d38 --- /dev/null +++ b/doc/design/assistant/leftovers.mdwn @@ -0,0 +1,14 @@ +Things that don't fit anywhere else: + +* Somehow get content that is unavailable. This is problematic with inotify, + since we only get an event once the user has tried (and failed) to read + from the file. This is only needed if all the files in the directory + are not kept synced, but in some situations (ie, low disk space phones), + that is likely. +* Drop files that have not been used lately, or meet some other criteria + (as long as there's a copy elsewhere). +* Perhaps automatically dropunused files that have been deleted, + although I cannot see a way to do that, since by the time the inotify + deletion event arrives, the file is deleted, and we cannot see what + its symlink pointed to! Alternatively, perhaps automatically + do an expensive unused/dropunused cleanup process. |