Hacker News new | ask | show | jobs
by 101101001010 2257 days ago
Rclone is mainly for keeping files in sync/transferring files between multiple storage providers, for example copying a file to GDrive/Dropbox when such file is added to S3 or locally. It supports multiple storage providers.

Borg is for backups. It doesn't support any storage provider.

One can use both of them jointly, creating borg backups and saving them on GDrive for example.