ful56_uk Posted January 20, 2020 Posted January 20, 2020 Hi Anyone use backblaze.com with Veeam for offsite backup copy, any feedback would be good. Cheers
dhicks Posted January 20, 2020 Posted January 20, 2020 Anyone use backblaze.com with Veeam for offsite backup copy, any feedback would be good. Yes, we've just started using them. We're still moving away from Amazon at the moment, and won't be fully switched over for a while (we have a whole new hardware setup to configure), but estimates for costs are about a quarter of what Amazon is costing us at the moment (£50 a month instead of £200 a month). We're using Veeam to backup locally to a local server (about 80TB in total apparent storage to backup up to 10TB of user data / virtual machines), then syncing from that to Backblaze via rclone. We haven't tried a restoration yet, so I'm not sure how long restore times will be - in most cases we'd be restoring from a local backup anyway, the Backblaze copy is in case something goes really wrong. 1
netadmin Posted January 20, 2020 Posted January 20, 2020 I don't run Veeam, but I send an encrypted backup from a Synology NAS to Backblaze B2 and it's worked well so far. Their pricing seems to be the best by far. 1
ful56_uk Posted January 21, 2020 Author Posted January 21, 2020 Thanks for the information. I was looking to use there tiger bridge as the way to get it to the B2
dhicks Posted January 21, 2020 Posted January 21, 2020 Thanks for the information. I was looking to use there tiger bridge as the way to get it to the B2 Tiger Bridge is possibly not the best solution to use with Veeam: https://www.veeam.com/kb3069 A simple mirror of your backups to Backblaze (or other cloud storage) should be fine, though. 1
ful56_uk Posted January 21, 2020 Author Posted January 21, 2020 Tiger Bridge is possibly not the best solution to use with Veeam: https://www.veeam.com/kb3069 A simple mirror of your backups to Backblaze (or other cloud storage) should be fine, though. Interesting thanks for this, is that why you are using rclone?
dhicks Posted January 21, 2020 Posted January 21, 2020 Interesting thanks for this, is that why you are using rclone? I'm familier with using rclone, so it was pretty much my first choice anyway - it's free, easy to set up and runs with no problems. Plus it supports a huge amount of cloud storage options, so if we move provider we just configure a new storage backend in rclone and carry on with very little effort needed. 1
ful56_uk Posted February 4, 2020 Author Posted February 4, 2020 I'm familier with using rclone, so it was pretty much my first choice anyway - it's free, easy to set up and runs with no problems. Plus it supports a huge amount of cloud storage options, so if we move provider we just configure a new storage backend in rclone and carry on with very little effort needed. Can i ask you how you are configuring rclone, are you using a sync job or copy job? do you run rclone after the veeam job has finished? cheers
dhicks Posted February 4, 2020 Posted February 4, 2020 Can i ask you how you are configuring rclone, are you using a sync job or copy job? do you run rclone after the veeam job has finished? We run an rclone sync job, after the Veeam job has finished, so rclone simply copies the new backup images up to Backblaze and deletes any older / expired ones. We're just on the default retention setup for Veeam backups at the moment, we might extend that a bit at some point. 1
ful56_uk Posted February 4, 2020 Author Posted February 4, 2020 do you use a task scheduler for the rclone part, sorry for all the questions just trying to get familiar with rclone and how it work/setup
dhicks Posted February 4, 2020 Posted February 4, 2020 do you use a task scheduler for the rclone part At the moment we just run rclone from Windows Task Schedular some time after the Veeam backup job is run - at some point we should probably change that to run as a command-triggered-when-backup-job-complete. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now