1

I'm thinking in getting a RPi+USB HDD to make a server in my office, it would be working 24/7 and the primary usage would be to storage backups which would be automatically uploaded from different VPSs.

As far as I known, USB2.0 supports a maximum current of 500mA, and RPi can handle up to 2A, so there shouldn't be any problem, but I think it would be convenient to supply the HDD with a powered USB Hub to avoid RPi to handle that current, which a long term, it may damage RPi (?), or am I being overprotective?

So... Which would be the best way to increase the RPi storage? (talking in terabytes)

techraf
  • 4,353
  • 10
  • 32
  • 43
Mc Kernel
  • 133
  • 1
  • 8

1 Answers1

1

You are not being overly cautious. There are many questions regarding external hard drives and insufficient power on this site - which can lead to disk writing and corruption issues. A powered USB hub sounds like cheap protection to me in this case.

As for increasing storage and backups, hard drives would seem to be your only option when looking at terabytes of storage. However, you may also want to consider cloud storage (Amazon S3 and glacier for instance), either alone or in conjunction with your internally stored backups. This has the additional benefit of moving the backup offsite - so in the case of a natural disaster, fire or theft you still have the data to restore/reconstruct your system and data.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110