Opened at 2009-11-12T00:38:39Z
Last modified at 2010-02-02T06:04:59Z
#828 closed enhancement
use mkdir-immutable in "tahoe backup" — at Version 1
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 (1)
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"
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.