What's Your Backup System Like?

  • Thread starter Thread starter mkay
  • Start date Start date
  • Tags Tags
    Work
AI Thread Summary
Backup strategies discussed include a mix of cloud services and physical storage solutions. Popular cloud options mentioned are Google Drive and Dropbox, with users favoring Google Drive for collaboration and Dropbox for ease of use. Many participants emphasize the importance of having multiple backups, utilizing external hard drives, USB flash drives, and NAS systems for data redundancy. Some users automate their backup processes with scripts, while others prefer manual methods. Concerns about cloud security lead some to avoid these services altogether, opting instead for local storage solutions. Encryption is recommended for those who do use cloud services to protect sensitive data. Overall, the discussions highlight a diverse range of backup practices, reflecting individual preferences and security considerations.
mkay
Messages
8
Reaction score
1
Hey people, first post in these forums, though I've been lurking for quite a bit.

I was wondering, how's your backup system? Do you use dropbox? Premium or free? Any alternatives? How do you do it?
 
Last edited:
Computer science news on Phys.org
Welcome to PF!

For documents, I tend to email them to myself on gmail. You could use Google drive and that way they get stored on multiple devices like your phone or desktop or laptop...
 
  • Like
Likes mkay
It depends on the work I'm doing. I use Git+Bitbucket for programming work, Google Drive for a lot of things, and the rest I have a file server and a NAS at home.
 
I also sometimes mail myself, and sometimes I use Google drive. But my standard backup is to 1) use a couple of USB flash drives (shortttime backup) and 2) burn data on CDs/DVDs (http://www.pcguide.com/ref/cd/formatSession-c.html) (longtime backup). For very important data, I burn multiple discs and store one copy at home and store the other copy at my friend's home.
 
  • Like
Likes Greg Bernhardt
Most of my documents are on Google Drive. I have a work folder that I zip and upload once a week.
 
I use dropbox (free, currently 5.4 GB capacity) mostly, and Google drive occasionally. I like how easy to use dropbox is, but Google drive is great for collaboration.
 
Important documents and such go on Dropbox (10GB). Raw data is on a server that is backed up via tape daily. The rest of my work (~600 GB) gets backed up onto two different hard-drives daily (with a cron job using rsync). One goes home with me at the end of every day, the other is always connected to my computer.

I had my hard-drive fail a month or so ago. I take backups a lot more seriously now.
 
I backup important stuff to a flash drive frequently and to an external hard drive less frequently. I use a batch file with robocopy to automate the process. Just click an icon and it's usually done in a couple of minutes.
 
  • #10
Since I have well over 100 gigs I have to have backed up fairly regularly, I use my own system of external hard drives, one next to my computer, one out in my car and one off-site and I rotate them regularly. Also, I've been doing this for about 30 years (although with less data) so I didn't start out with internet options available. I have my own utility that mirrors from my hard drive to the external drives. I've had to do at least one full restore, and I'd probably have decided to shoot myself had the backups not been available.
 
  • Like
Likes mkay
  • #11
Thank you for all the answers so far! You've been giving me some great ideas on how to do it myself.
 
  • Like
Likes DennisN
  • #12
Coincidentally I just bought a new small USB flash drive today (16 GB, USB 3.0, speed 100 MB/s) which was on sale for about $12. I hope it works as expected...:smile:
 
  • #13
I built a NAS at home that runs two 2TB HDDs in mirrored mode. It's more of a file server than backup; its storage capacity is much greater than my computer's. I also have a 2TB external SSD that I keep in my laptop bag (it's pocket-sized). I use it a bit less frequently, though.

I don't use any cloud service, because I don't trust them to be secure against their own employees.
 
  • Like
Likes jedishrfu
  • #14
Ben Niehoff said:
I built a NAS at home that runs two 2TB HDDs in mirrored mode. It's more of a file server than backup; its storage capacity is much greater than my computer's. I also have a 2TB external SSD that I keep in my laptop bag (it's pocket-sized). I use it a bit less frequently, though.

I don't use any cloud service, because I don't trust them to be secure against their own employees.

You would either need to encrypt the files before uploading or use a cloud service that has client-side encryption. I agree with that sentiment though.

You've a 2TB SSD? Holly.. I didn't even know these existed yet.
 
  • #15
mkay said:
You would either need to encrypt the files before uploading or use a cloud service that has client-side encryption. I agree with that sentiment though.

You've a 2TB SSD? Holly.. I didn't even know these existed yet.

I could be wrong about it being an SSD. It's one of those compact external drives. It doesn't seem to have any moving parts. So I assume it's a bunch of flash memory, which is what an SSD is, essentially.
 
Back
Top