About Rclone
Rclone is a powerful command-line tool for managing files across cloud storage providers. It offers robust features like encryption, compression, and checksum verification, ensuring data integrity and security. With support for over 70 cloud storage services, Rclone simplifies backups, syncs, and migrations while optimizing bandwidth usage through server-side transfers.
FAQ
Yes, rclone stores all its config in a single file. You can find the config file location by running 'rclone config file'.
This has been documented in its own remote setup page. Refer to the remote setup docs for detailed instructions.
Yes, rclone can sync between two remote cloud storage systems. However, it effectively downloads the file and uploads it again, so the node running rclone needs sufficient bandwidth.
Yes, bidirectional cloud sync is available in rclone since version 1.58.0.
Rclone follows standard environment variables for proxies, such as http_proxy and https_proxy. You can set these variables or use the --http-proxy command line argument.
Rclone stores each file as a native object on the remote cloud storage system, maintaining a 1:1 mapping between files on your hard disk and objects in the cloud. Cloud storage systems do not support partially uploading an object.
This notice means you have not configured any remotes. You can configure a remote using the config help docs or create an empty config file with 'rclone config touch' if using on-the-fly remotes.
This error occurs when rclone cannot find the SSL root certificates. You can fix it by installing the certificates manually, such as using 'curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt'.
Alternatives to consider
Community ratings & full listCategories
Claim this tool
Are you the founder? Claim your profile to update details and track views.
Claim tool