blob: ba8b6afa42735c491f35e40a0faa3b4b58f631fc [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Crash recovery</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="Head">
Crash recovery</H1>
<P CLASS="Intro">
The Workbench periodically saves a snapshot in order to reduce the risk of
losing data due to crashes.</p>
<UL CLASS="UnorderedList">
<LI CLASS="Item">
Saved data is never lost as it is written to disk immediately (upon save). </LI>
<LI CLASS="Item">
Unsaved data in open editors may be lost, depending on the editor implementation. </LI>
<LI CLASS="Item">
Bookmarks and tasks might be lost. </LI>
<LI CLASS="Item">
If a crash occurs during CVS synchronization, the Workbench may be out of sync.
You can check by performing the synchronize operation again. </LI>
<LI CLASS="Item">
Previously-created projects are never lost.</LI>
</UL>
<p>Developers of plug-ins can also choose to participate in this lifecycle and save
the state of their plug-ins.</p>
</BODY>
</HTML>