Anyone use Hetzner Storage Box to backup their Synology NAS?
-
wrote last edited by [email protected]
I've been hopping between idrive e2 plans to save money for my cloud backups (which I've never had to restore from). But this time, even with their discounts, it's just going to be too expensive to sustain.
I read that a Hetzner Storage Box might be a good option. It's relatively cheap ~$13 USD / 5tb a month (I'm in Canada, so currency conversion will make that higher).
They are located in Germany, and support Hyperbackup via Rsync.
I've never used their service, so I'm looking for feedback.
Edit: Thank you so much guys. Before my idrive e2 subscription ends, I'll be setting up a Storage Box!
-
I've been hopping between idrive e2 plans to save money for my cloud backups (which I've never had to restore from). But this time, even with their discounts, it's just going to be too expensive to sustain.
I read that a Hetzner Storage Box might be a good option. It's relatively cheap ~$13 USD / 5tb a month (I'm in Canada, so currency conversion will make that higher).
They are located in Germany, and support Hyperbackup via Rsync.
I've never used their service, so I'm looking for feedback.
Edit: Thank you so much guys. Before my idrive e2 subscription ends, I'll be setting up a Storage Box!
I've got the 20TB box for my Jellyfin library. Works great.
-
I've been hopping between idrive e2 plans to save money for my cloud backups (which I've never had to restore from). But this time, even with their discounts, it's just going to be too expensive to sustain.
I read that a Hetzner Storage Box might be a good option. It's relatively cheap ~$13 USD / 5tb a month (I'm in Canada, so currency conversion will make that higher).
They are located in Germany, and support Hyperbackup via Rsync.
I've never used their service, so I'm looking for feedback.
Edit: Thank you so much guys. Before my idrive e2 subscription ends, I'll be setting up a Storage Box!
What does the price per hour mean?
-
What does the price per hour mean?
From what I understand, they charge "by the hour", so if you use less than a month, you get charged for the number of hours instead.
It's not an egress or added charge... from what I understand
-
I've been hopping between idrive e2 plans to save money for my cloud backups (which I've never had to restore from). But this time, even with their discounts, it's just going to be too expensive to sustain.
I read that a Hetzner Storage Box might be a good option. It's relatively cheap ~$13 USD / 5tb a month (I'm in Canada, so currency conversion will make that higher).
They are located in Germany, and support Hyperbackup via Rsync.
I've never used their service, so I'm looking for feedback.
Edit: Thank you so much guys. Before my idrive e2 subscription ends, I'll be setting up a Storage Box!
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
-
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
Not sure, but they also support Borg, which definitely does.
-
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
No, but you can encrypt before sending the data, or use something like restic.
-
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
Synology's Hyper backup can be encrypted, so yes for my use case.
-
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
@RealBot have a look at rclone.
-
Does rsync have some option for encrypted file copying? So that storage providers can't see file content?
@Showroom7561 you can pipe the files thru encryption ( and rename them) then send the files @RealBot