Documentation
¶
Overview ¶
Package cmd implemnts the rclone command
It is in a sub package so it's internals can be re-used elsewhere
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ Use: "rclone", Short: "Sync files and directories to and from local and remote object stores - " + fs.Version, Long: ` Rclone is a command line program to sync files and directories to and from various cloud storage systems, such as: * Google Drive * Amazon S3 * Openstack Swift / Rackspace cloud files / Memset Memstore * Dropbox * Google Cloud Storage * Amazon Drive * Microsoft One Drive * Hubic * Backblaze B2 * Yandex Disk * The local filesystem Features * MD5/SHA1 hashes checked at all times for file integrity * Timestamps preserved on files * Partial syncs supported on a whole file basis * Copy mode to just copy new/changed files * Sync (one way) mode to make a directory identical * Check mode to check for file hash equality * Can sync to and from network, eg two different cloud accounts See the home page for installation, usage, documentation, changelog and configuration walkthroughs. * http://rclone.org/ `, }
Root is the main rclone command
Functions ¶
func NewFsDst ¶
NewFsDst creates a new dst fs from the arguments
Dst fs-es can't point to single files
func NewFsSrcDst ¶
NewFsSrcDst creates a new src and dst fs from the arguments
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.