Changes between Initial Version and Version 1 of Ticket #795, comment 15
- Timestamp:
- 2014-07-25T18:47:17Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #795, comment 15
initial v1 1 1 We're chatting about use cases during Tesla Coils & Corpses. These use cases imply slightly different semantics and I imply this by the capability names in environment variables: 2 2 3 #. **syslog case**3 1. **syslog case** 4 4 5 5 * install tahoe, then run `tahoe syslog-collector $APPEND_ONLY_CAP` … … 7 7 * Even when the syslog host is compromised, the attacker cannot remove "sufficiently" written records. 8 8 9 #. **backup case**9 2. **backup case** 10 10 11 11 * `tahoe backup` - Similar to syslog, except the records refer to immutable directories. Also, maybe ordering is less important? 12 12 13 #. **drop inbox**13 3. **drop inbox** 14 14 15 15 * A directory-like thing where multiple writers may add new entries, but never overwrite entries. … … 17 17 * This could be used to have a grid-wide publication capability distributed next to the introducer furl. (This ignores storage accounting issues.) 18 18 19 (I've missed many spoken use cases while writing this.) 19 I've missed many spoken use cases while writing this. 20 21 **edit:** Minor markup changes to list delimiters and dropped some parentheses.