-
Notifications
You must be signed in to change notification settings - Fork 25
Restore scenarios
Martin Pool edited this page Dec 23, 2013
·
2 revisions
What emergencies is a backup system actually supposed to preserve you from? How would Conserve cope with each of them?
Someone breaks into your account, and deletes (or encrypts) the files.
Key point here is that if they own your main machine they may very likely be able to get access to other machines or accounts where backup data is stored.
One defense is to have backups stored on media that is physically disconnected, but that is in tension with it being fresh.
Might be nice if there was a way to remotely store onto a machine that allowed appending and retrieving but not remote deletion. Or, make the remote machine the master (which is an option in bup.)
Typically, only some of them - so fast random access is important.