Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.C{ Name: "export", Usage: `<root-key>[/path/...] @<file-key>[/path/...]`, Help: ` Export a file tree to the local filesystem. Recursively export the file indicated by the selected root or file storage key to the path indicated by -to. By default, stat information (permissions, modification time, etc.) is copied to the output; use -nostat to omit this. Use -xattr to export extended attributes, if any are stored.`, SetFlags: func(_ *command.Env, fs *flag.FlagSet) { flax.MustBind(fs, &exportFlags) }, Run: runExport, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.