Posts Tagged ‘backup’

My Cloud Backup Approach

I have continously talked about my drive to never lose a file again, after I lost my first file to a failed floppy disk drive in 1996. The fanatical backup approach has been used to work as follows:

  1. Create a new version of whatever I am working on everyday – for files add the date, for web application development (create a new folder)
  2. For development create a separate folder for staging and production files adding to them as needed
  3. For files whenever I am to make a significant change I create a version too, even if it is for the same day so that I can track when I made made major pivots
  4. Backup to a shared magnetic backup drive (before 2010)
  5. Move backups to a cold storage hard drive which is only used for that purpose

Overall I used to end up with 3 different copies of any file over time, and storage is cheap so duplication was not an issue.

The cloud came and all I had to do was adapt my workflow as the primary, secondary and cold storage are all cloud based

  1. Primary work
    • Dropbox and Google for personal use, these are fast syncing for regular use. I have 13GB in Dropbox gained from various offers at the time of launch, and have a 200GB Google One subscription (the 2TB next package does not add value due to being higher for unused space)
    • Box – for ofice use
  2. Primary Backup – this is Google Drive, with a 200GB Google One subscription where I place archived projects, home photos and miscellaneous files that I need to maintain
  3. Cold Storage – Apple iCloud 50GB where I zip files that I do not expect to use for a long time

What I have learnt:

  1. I work directly in the cloud service folders, therefore do not need to remember to backup or synchronize the files
  2. All cloud services are set to automatically startup on machine reboot so are always active
  3. The primary cloud service you use depends on what you are comfortable with
  4. Most cloud service providers charge about $20 per year for 200GB then $99 per year for 2TB, I found the price jump not justifiable hence the move to iCloud for my cold storage
  5. The power and Internet services in Uganda are not very stable and consistent so the option for a NAS

What’s your approach to backups, what tips and tricks have you learnt along your journey?

Backup vs Murphy’s Law – My Take

This blog post has been inspired by events, not to me, but to a colleague of mine. Our discussion, was interesting, funny and insightful, but I thought hey why not share my experiences and what I use to teach others how to live a safer, “backup” driven life.

I live on Murphy’s law, for those of you who do not know what it is, “If anything can go wrong, it will” and with extensions “At the most inopportune time” and my favorite “it will be all your fault, and everyone will know it”. Basically it means that whatever you do, the closer you get to success the greater the chance of failing terribly, at the last moment. Therefore successful people are those who plan for the inevitable or develop habits which reduce this possibility.

My first experience with disaster came as part of my first job, an internship with an IT company many years ago. I was given the task of entering 2 years worth of petty cash transactions into an Excel spreadsheet, which I was saving on a floppy drive (yes we used them at that time). Anyway I worked on the file for 3 weeks, and then just as I was done (at the most inopportune moment), the floppy drive crashed, yes beyond repair, it was a mechanical fault. Since then I have never lost another file again, and I would like to share what I do, it may be a little extreme, but hey I am paranoid.

Maintain Multiple File Versions

Seems simple, but when do you decide to make a new version. My rules for creating versions are simple:
– At each major change in structure or layout or content
– Each day

So many files, oh yes, I create an “Archive” directory in each folder I work in so that I move the older files in there, till I next need them. At times never. Also I name all my files the same way FileNameDDMMMYY for example BackupBlogPost11Jul12.txt (that I am working in now). Tomorrow I will create a new version of the file BackupBlogPost12Jul12.txt.

Email – Copy Yourself

Strange, why not keep it in Sent Items, no way, I always copy myself on each and every communication. Some people would argue that “Sent Items” in MS Outlook or web mail is good enough, but I think not.

The advantages are:
– Since I apply rules to file my emails and Labels in Gmail, I only focus on the Incoming mail and can empty Sent Items and Drafts as often as I need to.
– I can find all threads and timestamps for when I sent the communications (I had to retrieve a contract ammendment sent 3 years before in one case)
– Thanks to Gmail I do not have to delete any emails so its a permanent record

Backup

Yeap the same old story, its like washing my hands, nope really, but backups are over-rated and always forgotten because they are somewhat of a dark art. They have to be simple, reliable and automated. For personal use my backup options are:
– Dropbox seems like I have over 4GB now
– Google Docs becoming more interesting since I can edit the files using Docs and Spreadsheets
– Online Tools that suit the type of file at hand

File Storage – Magnetic vs Flash

I do not trust flash drives, and I believe Magnetic drives (HDDs) are more resilient but I am yet to have my mind corrected.

What do you do in your case? Please share your thoughts in comments.