From 10d22f74659e5dae8c8358a7a40f6274710d3f5b Mon Sep 17 00:00:00 2001 From: Crack Duck Date: Sat, 27 Jan 2018 15:31:08 +0100 Subject: [PATCH] add rclone a command line program to sync files and directories to and from several cloud storage systems/providers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c6b986..0fd6103 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. * [Elkarbackup](https://github.com/elkarbackup/elkarbackup) - Backup solution based on RSnapshot with a simple web interface * [Lsyncd](https://github.com/axkibe/lsyncd) - File Monitor which spawns a process to synchronize the changes (rsync by default). +* [rclone](https://rclone.org/) - a command line program to sync files and directories to and from several cloud storage systems/providers. * [Rdiff-backup](http://www.nongnu.org/rdiff-backup/) - An easy A remote incremental backup of all your files. * [Rsnapshot](http://rsnapshot.org/) - Filesystem Snapshotting Utility. * [Shield](https://github.com/starkandwayne/shield) - A pluggable architecture for backup and restore of database systems.