Here i will document my usage cases and how i coped with them
Since there is no filesystem interface yet for tahoe on *nix, and the CLI commands' documentation leaves to be desired, i will write down here how the different commands are used:
creating an alias for an easily accesible path
tahoe create-alias tahoe
The tahoe alias is special, it is used by default by a lot of commands if no arguments are specified.
Copying a mutable directory to the grid
tahoe cp -r directory alias:directory/subdirectory
Copying many small files
- don't do it, you'll never finish, instead make a tar (or compressed tar) out of it and put that on the grid