Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TorrentsFlag = cli.BoolFlag{ Name: "torrents", Usage: `Include torrent files in copy`, Required: false, } HashesFlag = cli.BoolFlag{ Name: "hashes", Usage: `Include hash .toml in copy`, Required: false, } ManifestFlag = cli.BoolFlag{ Name: "manifest", Usage: `Include mannfest .txt in copy`, Required: false, } VersionFlag = cli.IntFlag{ Name: "version", Usage: `File versions to copy`, Required: false, Value: 0, } )
View Source
var Command = cli.Command{ Action: copy, Name: "copy", Usage: "copy snapshot segments", ArgsUsage: "<start block> <end block>", Flags: []cli.Flag{ &VersionFlag, &flags.SegTypes, &TorrentsFlag, &HashesFlag, &ManifestFlag, &utils.DataDirFlag, &logging.LogVerbosityFlag, &logging.LogConsoleVerbosityFlag, &logging.LogDirVerbosityFlag, &utils.WebSeedsFlag, &utils.NATFlag, &utils.DisableIPV6, &utils.DisableIPV4, &utils.TorrentDownloadRateFlag, &utils.TorrentUploadRateFlag, &utils.TorrentVerbosityFlag, &utils.TorrentPortFlag, &utils.TorrentMaxPeersFlag, &utils.TorrentConnsPerFileFlag, }, Description: ``, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.