#828 closed enhancement (fixed)
use mkdir-immutable in "tahoe backup"
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | major | Milestone: | 1.6.0 |
Component: | code-frontend-cli | Version: | 1.5.0 |
Keywords: | news-done | Cc: | |
Launchpad Bug: |
Description (last modified by warner)
The new APIs in #607 should be used by the frontend "tahoe backup" CLI command. This will make it run considerably faster (no RSA keypair generation for each directory, and fewer roundtrips between the CLI and the webapi sides).
It was always my intention for "tahoe backup" to create immutable directories, but because we didn't have them until very recently, I had to fake it by creating a regular mutable directory and then throwing away the writecap. Now that #607 is done, we can do it properly.
Change History (3)
comment:1 Changed at 2009-11-20T04:10:21Z by warner
- Description modified (diff)
- Owner set to warner
- Status changed from new to assigned
- Summary changed from use mkdir-with-children in "tahoe cp -r" and "tahoe backup" to use mkdir-immutable in "tahoe backup"
comment:2 Changed at 2009-11-20T04:10:47Z by warner
- Resolution set to fixed
- Status changed from assigned to closed
Done, in 6e7fb1006db71efa
comment:3 Changed at 2010-02-02T06:04:59Z by davidsarah
- Keywords news-done added
Note: See
TracTickets for help on using
tickets.
Splitting this ticket into two. #836 contains the '"tahoe cp -r" should use mkdir-with-children' portion. This one is now just about "tahoe backup", and how it should use mkdir-immutable.