Changes between Initial Version and Version 1 of Ticket #2404
- Timestamp:
- 2015-04-12T12:10:33Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2404
- Property Cc tahoe-lafs.org@… added
- Property Type changed from defect to enhancement
- Property Summary changed from optionally backup to mutable directory to optionally backup to mutable files/directories
-
Ticket #2404 – Description
initial v1 1 From my understanding, when using `tahoe backup` it is currently not possible to have ''a single'' CAP always pointing to the latest snapshot (wording with respect to #1952).1 From my understanding, when using `tahoe backup` it is currently not possible to have ''a single'' CAP always pointing to the latest version of a file/directory. 2 2 3 Is there a specific reason why the directory `Latest` is immutable? 4 If so, `tahoe backup` could have an additional switch to use a mutable directory. 5 If not, `tahoe backup` could use a mutable directory per default. 3 Couldn't `tahoe backup` put an immutable, timestamped copy of `Latest` into `Archives` and update everything in `Latest` afterwards? 4 That way, `Latest` would contain only CAPs that (are not changing and) are always pointing to the most recent version of a file/direcory.