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 - Emergency back-up of unsaved files
Summary: Emergency back-up of unsaved files
Status: RESOLVED DUPLICATE of bug 7067
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-07-11 10:42 UTC by arataj
Modified: 2008-12-22 11:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***