This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60832

Summary: Emergency back-up of unsaved files
Product: platform Reporter: arataj <arataj>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description arataj 2005-07-11 10:42:46 UTC
Currently loss of unsaved files may be a serious problems for users working with
Netbeans using X Window over a network or having source directories over NFS.
The solution might be appending all unsaved files on Netbeans shutdown or on
explicit user request to a configured backup file or directory. The file might
be located somewhere locally, in case of NFS problems etc. The default location
might be the .netbeans directory or the directory with temporary files. On
restart of Netbeans, a user would be notified about the location of the backed
up files.

The back up might be asynchronous with other IO operations, so it would still
work in case if the main thread terminates or Netbeans waits for NFS operations.
Comment 1 Jesse Glick 2008-05-22 18:30:23 UTC

*** This issue has been marked as a duplicate of 7067 ***