Hacker News new | ask | show | jobs
by renewiltord 643 days ago
This is a classic lesson that everyone learns called Sync Is Not Backup. Everyone learns it eventually and then writes a blog post on it. It used to be a classic HN meme:

https://news.ycombinator.com/item?id=4704086

https://news.ycombinator.com/item?id=27157427

https://news.ycombinator.com/item?id=33008837

And every storage company tells a tale of backup vs sync:

https://www.backblaze.com/blog/cloud-backup-vs-cloud-sync/

2 comments

>This is a classic lesson that everyone learns called Sync Is Not Backup.

It's essentially the same story as RAID Is Not A Backup.

Like with sync you have redundancy, but Lord Redundancy never said he was also also Count Time.

Definitely, It's not a backup if it's not at least 3 backups in different places.

https://www.backblaze.com/blog/the-3-2-1-backup-strategy/

Well, and that a sync can destroy existing files while a proper backup flow can't.

If you had 3 syncs in 3 different providers but deleting your local folder causes all 3 copies to be deleted, that's still no good. You need another place where files can only be added to and never (automatically) removed.

I wasn't referring to syncs at all, but actual point in time backups, so I agree.

There are syncs that can also be configured to not to delete. It's how syncs can do version control.

If you use an off the shell backup or NAS like a Synology or QNAP it will take care of all of that for you. You can plug in external drives to it for copies, an then also have the NAS ship off backup copies to multiple places.

Since the cloud is someone else's computer, it's good to have your own copy of it too on your own hardware.

Hope that helps.

Data is valuable, worth learning to protect :).

Yes, sorry :) Was just trying to clarify it because the GP was talking about sync vs backup. But yeah, multiple copies is a good idea!
Yours is an extremely important clarification too.

Syncs get even worse, because most promised unlimited backups of revisions (thereby implying restoration)... And now maye when "deleted" files take up too much room, they disappear.

There are file clouds out there that seem to be better for the natural kind of use, whether it's backblaze, tarsnap, sync.com, self-hosted options and others.