Skip to Content
Commands Reference

pelican rclone install

Download and install rclone

Synopsis

Download and install the latest stable release of rclone from https://downloads.rclone.org .

By default the binary is placed in ~/.local/bin (or ~/bin if it exists and ~/.local/bin does not). Use —prefix to choose a different location:

pelican rclone install —prefix /usr/local/bin

If rclone is already installed on your PATH, the command exits with a message showing the installed version.

pelican rclone install [flags]

Options

-h, --help help for install --prefix string Directory in which to place the rclone binary (default: ~/.local/bin)

Options inherited from parent commands

--config string config file (default is $HOME/.config/pelican/pelican.yaml) -d, --debug Enable debug log messages -f, --federation string Pelican federation to utilize --json output results in JSON format -L, --log string Specified log output file --version Print the version and exit

SEE ALSO