Documentation
¶
Overview ¶
Package cmdsync implements the "ffs sync" subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.C{ Name: "sync", Usage: `@<file-key>[/path/...] ... <root-key>[/path/...] ...`, Help: `Synchronize file trees between stores. Transfer all the objects reachable from the specified file or root paths into the given target store. By default, any roots mentioned are also copied to the target; use --no-root to skip this step. `, SetFlags: command.Flags(flax.MustBind, &syncFlags), Run: command.Adapt(runSync), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.