BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
borgbackup.readthedocs.io
BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
1–10 of 124 posts
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#21. https://borgbackup.readthedocs.io/en/2.0.0b11/quickstart.htm... 2. https://rclone.org/crypt/
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#3is there a reason to use the borg encryption[1] over rclone crypt[2] or vise versa? 1. https://borgbackup.readthedocs.io/en/2.0.0b11/quickstart.htm... 2. https://rclone.org/crypt/
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#4Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#5Borg working with object storage was not supported though some people did use it that way. From my understanding, most would duplicate a repo and upload instead of borg directly writing/manipulating it. This could problematic if the original repo was corrupt as now the corruption would be duplicated. So this will make things much easier and allow for a more streamlined workflow. Having the tool support rclone instead of specific services seems like a wise and more future-proof choice to me.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#6The lack of s3-like remotes support was the reason I switched from borg to restic
rclone crypt also does encryption.
so far I think rclone has it all for me.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#7Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#8The lack of s3-like remotes support was the reason I switched from borg to restic
rclone has dedupe, I think it does what restic can do plus multiple cloud support. rclone crypt also does encryption. so far I think rclone has it all for me.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#9The lack of s3-like remotes support was the reason I switched from borg to restic
rclone has dedupe, I think it does what restic can do plus multiple cloud support. rclone crypt also does encryption. so far I think rclone has it all for me.
rclone on it own is a syncing solution not backup.