Why I Don’t Rely on Time Machine
joeontech.net
Why I Don’t Rely on Time Machine
1–10 of 43 posts
Re: Why I Don’t Rely on Time Machine
#2I also had a disk with errors that OSX could not fix. I ended up having to reformat the drive using a Linux laptop. I have had two USB external drives totally die in ten years so I rotate between three drives.
I have cheap cloud storage via OneDrive so I sometimes create dated encrypted ZIP files and push them to OneDrive - additional backup safety. I do the same with Google Drive.
Re: Why I Don’t Rely on Time Machine
#33 backups. 2 backups (or more) should be on different mediums. 1 (at least) should be offsite (ie. home copy at work or in the cloud)
You need three backups. If we assume that every copy has a chance small but real chance of failure, the chance of all failing at once becomes exponentially less with each copy.
You need at least two different systems (media) for backup to reduce the possibly that one of them appears to be backing things up, but is in fact corrupted. So, two of some system, like Time Machine, Carbonite, Backblaze, Arq, rsync, etc. Ideally, you need to be able to verify your backups. Backups that stores things as files means you can periodically try pulling down some files to make sure they're good. Cloud backups should be in the mix, but consider them last resort for restoration as they are usually pretty difficult to verify everything is good.
You need one offsite to prevent your house burns down and takes your machines and local backups. You can do this with physical media rotation (ie. have two machine backups swapping places with home and work) or have a backup to the cloud.
Re: Why I Don’t Rely on Time Machine
#4This is a good time to remind people about proper backups: the 3-2-1 rule. 3 backups. 2 backups (or more) should be on different mediums. 1 (at least) should be offsite (ie. home copy at work or in the cloud) You need three backups. If we assume that every copy has a chance small but real chance of failure, the chance of all failing at once becomes exponentially less with each copy. You need at least two different sy…
I heard it in form about lighters in survival.
Re: Why I Don’t Rely on Time Machine
#5Re: Why I Don’t Rely on Time Machine
#6I agree with the author. I use Time Machine but don't rely on it. I also had a disk with errors that OSX could not fix. I ended up having to reformat the drive using a Linux laptop. I have had two USB external drives totally die in ten years so I rotate between three drives. I have cheap cloud storage via OneDrive so I sometimes create dated encrypted ZIP files and push them to OneDrive - additional backup safety. I…
Also, the usual popular, secure rsync-like service: tarsnap ( https://www.tarsnap.com/ )
brew install tarsnap
https://github.com/pieter/Tarsnap-OS-X-GUIhttps://github.com/BTBurke/tarsnap-backup-osx
Generally: Probably want to validate exclusion of big files for remote backups like VMs, caches, tmp dirs, swap/hibernate files to cut costs, unless they're important / service (&& internet) is cheap (BackBlaze).
Re: Why I Don’t Rely on Time Machine
#7Re: Why I Don’t Rely on Time Machine
#8I use SuperDuper to simply image my entire box to a disk every so often.
Re: Why I Don’t Rely on Time Machine
#9I think the message should be something like "for important data don't rely on a single backup mechanism".
This has nothing to do with Time Machine specifically, any (backup)software can fail at some point...
Re: Why I Don’t Rely on Time Machine
#10I had that happen once, when the drive I was backing up was in the process of failing. It got about 5gb into the new backup before it was totally dead. Even a somewhat flakey full backup is better than 5Gb of a 2Tb drive.