Hacker News new | ask | show | jobs
by jik 3220 days ago
No. My Rclone / Backblaze B2 backups happen automatically every night. They're plug-and-play. The backup scripts I wrote verify random files automatically in the backup every night, to confirm that I'm actually successfully backing files up and can successfully retrieve them. If there comes a time when I need to restore huge amounts of data from Backblaze and I don't want to wait for it to download, I can take a snapshot and ask them to write it to a hard drive to ship it to me. Until that happens, I don't have to worry about it, and given that they charge $.005 per GB per month, the storage costs are infinitesimal.
1 comments

Do you have a link to more info on your solution?
Thanks for asking. It's one posting back on my blog from the link at the top of this HN thread. ;-)

https://blog.kamens.us/2017/08/24/backing-up-from-unix-to-ba...