The 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.
BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
51–60 of 124 posts
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#52Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#53Pcloud lifetime + Restic, all in one repo, to benefit from dedup.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#54If you're looking for cheap online storage for your backups know this: A Microsoft 365 Single subscription comes with 1 TB of OneDrive space (Family subscriptions with 1 TB per person). I've been using it with restic + rclone successfully for years. It's not very fast, but works.
I'd recommend having a look at Hetzner's "storage box" products. It's hard to beat 4€ a month for 1TB of SSH accessible storage.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#55Overall it's a robust solution that isn't too painful to setup.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#56I used to use Borg but the fact that it can't work with a dumb storage device like SMB meant I eventually moved to Rustic, which is even better: https://github.com/rustic-rs/rustic
What I really like about Rustic is that it understands .gitignore natively so you can backup your entire workspace without dragging a lot of dependencies, compiled binaries, and other unnecessary data with you into your backups.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#57Does borg have the ability to split chunks over multiple repository of varying sizes? For example, I might have just 15GB Google Drive Storage, whereas on others I might have 100GB available.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#58I've happily been writing borg backups to rsync.net for years. They have support for forcing borg in the ssh session using force-command, and borg has options that can prevent deletion (should the backup ssh key be compromised). Overall it's a robust solution that isn't too painful to setup.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#59Earlier quoted context omitted.
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 doesn’t have deduplication. That’s just finding files with the same name. It’s different from deduplication used in backup software. Think of grinding data in a big machine, and removing blocks that are redundant. You may have every file to be a single copy, and get significant space reduction.
Re: BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH
#60If you're looking for cheap online storage for your backups know this: A Microsoft 365 Single subscription comes with 1 TB of OneDrive space (Family subscriptions with 1 TB per person). I've been using it with restic + rclone successfully for years. It's not very fast, but works.
I'd recommend having a look at Hetzner's "storage box" products. It's hard to beat 4€ a month for 1TB of SSH accessible storage.
> It is possible to get interactive SSH access, but this access is limited. It is not possible to have interactive access via port 22, but it is possible via port 23. There is no full shell. For example, it is not possible to use pipes or redirects. It is also not possible to execute uploaded scripts.
https://docs.hetzner.com/storage/storage-box/access/access-s...
https://docs.hetzner.com/storage/storage-box/access/access-s...