package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Packages

Package about provides the about command.
Package all imports all the commands.
Package authorize provides the authorize command.
Package backend provides the backend command.
Package bisync implements bisync Copyright (c) 2017-2020 Chris Nelson Contributions to original python version: Hildo G.
Package cachestats provides the cachestats command.
Package cat provides the cat command.
Package check provides the check command.
Package checksum provides the checksum command.
Package cleanup provides the cleanup command.
Package cmount implements a FUSE mounting system for rclone remotes.
Package config provides the config command.
Package copy provides the copy command.
Package copyto provides the copyto command.
Package copyurl provides the copyurl command.
Package cryptcheck provides the cryptcheck command.
Package cryptdecode provides the cryptdecode command.
Package dedupe provides the dedupe command.
Package delete provides the delete command.
Package deletefile provides the deletefile command.
Package genautocomplete provides the genautocomplete command.
Package gendocs provides the gendocs command.
Package hashsum provides the hashsum command.
Package link provides the link command.
Package ls provides the ls command.
Package ls provides the ls command.
Package lsd provides the lsd command.
Package lsf provides the lsf command.
Package lsjson provides the lsjson command.
Package lsl provides the lsl command.
Package md5sum provides the md5sum command.
Package mkdir provides the mkdir command.
Package mount implements a FUSE mounting system for rclone remotes.
Package mount2 implements a FUSE mounting system for rclone remotes.
Package mountlib provides the mount command.
Package move provides the move command.
Package moveto provides the moveto command.
Package ncdu implements a text based user interface for exploring a remote.
Package obscure provides the obscure command.
Package purge provides the purge command.
Package rc provides the rc command.
Package rcat provides the rcat command.
Package rcd provides the rcd command.
Package reveal provides the reveal command.
Package rmdir provides the rmdir command.
Package rmdir provides the rmdir command.
Package selfupdate provides the selfupdate command.
Package serve provides the serve command.
Package settier provides the settier command.
Package sha1sum provides the sha1sum command.
Package size provides the size command.
Package sync provides the sync command.
Package test provides the test command.
Package touch provides the touch command.
Package tree provides the tree command.
Package version provides the version command.

# Functions

AddBackendFlags creates flags for all the backend options.
CheckArgs checks there are enough arguments and prints a message if not.
Main runs rclone interpreting flags and commands out of os.Args.
NewFsDir creates a new Fs from the arguments The argument must point a directory.
NewFsDstFile creates a new dst fs with a destination file name from the arguments.
NewFsFile creates an Fs from a name but may point to a file.
NewFsSrc creates a new src fs from the arguments.
NewFsSrcDst creates a new src and dst fs from the arguments.
NewFsSrcDstFiles creates a new src and dst fs from the arguments If src is a file then srcFileName and dstFileName will be non-empty.
NewFsSrcFileDst creates a new src and dst fs from the arguments The source may be a file, in which case the source Fs and file name is returned.
Run the function with stats and retries if required.
ShowStats returns true if the user added a `--stats` flag to the command line.
ShowVersion prints the version to stdout.
SigInfoHandler creates SigInfo handler.
StartStats prints the stats every statsInterval It returns a func which should be called to stop the stats.

# Variables

GeneratingDocs is set by rclone gendocs to alter the format of the output suitable for the documentation.
Root is the main rclone command.