0
1
I am wondering if anyone here had any suggestions about way to upload an entire external hard drive to a cloud service. I currently have an external hard drive with 4 TB's that I would like to upload to something like Google Drive. Before doing so, I'd like to encrypt it using something like 7zip before uploading it. I've naively tried to hookup another 5 TB drive as the destination for the encrypted file, but it is taking much much longer than I thought. Are there simpler ways one may do this? Thanks!
1
Depends how much you're willing to spend and how you define efficient. For example Backblaze has a service where they ship you a drive array that you upload your data on, then ship back. AFAIK it's only available if you're subscribed to their B2 service. I believe AWS offers this as well...
– wysiwyg – 2017-07-19T03:51:31.897Yes, crashplan, has a similar option. I upload about 2x that, and it took 1.5 years to complete at 2mb/s. The data was compressed so it would be even more otherwise. They also offer encryption options. If speed is your goal just get 10x more upload speed, sure it cost more, but it will be way faster. – cybernard – 2017-07-19T03:55:12.333
@cybernard If your ISP is a telco, and you're lucky enough that they're bringing (or have brought) fiber optic right to the door, then cost of fast upload speed won't be an issue once the fiber optic is in. Upload speeds on fiber are as fast as download speeds for no extra cost. – RobH – 2017-07-21T19:02:37.017
@RobH I have a gigabit connection, in that case, is there a certain way of doing things? – user321627 – 2017-07-23T02:52:50.297
@user321627 We don't have fiber in yet, so I've never backed up to the cloud. There are several web sites that let you check your broadband speed, so you should use one to see what your upload speeds are like. (Just google 'internet speed test'.) Unless you're on a fiber optic line, your upload speed will usually be about an order of magnitude or two less than the download speed. If that's the case for you, then there's really not much that you can do about it with your current ISP. – RobH – 2017-07-24T16:10:24.393
1Rather than encrypt the entire lot into one 4 TB file, it might be better to encrypt the data into many smaller archives. If you ever need to get the data back, there are many opportunities for a 4 TB download to break. Also, if you know the required data is in a particular archive then you don't need to download 4 TB to get, say, 1 GB. – Andrew Morton – 2017-07-24T17:29:29.327