1 | | The new APIs in #533 and #607 should be used by the frontend CLI commands. This will make them run faster (fewer roundtrips between the CLI and the webapi sides). |
| 1 | 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). |
| 2 | |
| 3 | 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. |