This package browser is in early development. Mind the rough edges.

rclone

`rsync' for cloud storage

Rclone is a command line program to sync files and directories to and from different cloud storage providers.

Features include:

  • 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, e.g., two different cloud accounts

  • Optional encryption (Crypt)

  • Optional cache (Cache)

  • Optional FUSE mount (rclone mount)

Installation

Install the latest version of rclone as follows:

guix install rclone

Or install a particular version:

guix install rclone@1.52.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.