Changes between Initial Version and Version 1 of Ticket #828


Ignore:
Timestamp:
2009-11-20T04:10:21Z (15 years ago)
Author:
warner
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #828

    • Property Owner set to warner
    • Property Status changed from new to assigned
    • Property Summary changed from use mkdir-with-children in "tahoe cp -r" and "tahoe backup" to use mkdir-immutable in "tahoe backup"
  • Ticket #828 – Description

    initial v1  
    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).
     1The 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
     3It 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.