MCPcopy
hub / github.com/kopia/kopia / storageFilesystemFlags

Struct storageFilesystemFlags

cli/storage_filesystem.go:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type storageFilesystemFlags struct {
22 options filesystem.Options
23
24 connectOwnerUID string
25 connectOwnerGID string
26 connectFileMode string
27 connectDirMode string
28 connectFlat bool
29}
30
31func (c *storageFilesystemFlags) Setup(_ StorageProviderServices, cmd *kingpin.CmdClause) {
32 cmd.Flag("path", "Path to the repository").Required().StringVar(&c.options.Path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected