Difference between revisions of "Emergency save"

From Inkscape Wiki
Jump to navigation Jump to search
m (+ languages)
((page needs update))
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Other languages|en=Emergency save}}
{{Other languages|en=Emergency save|de=Sicherungskopie}}
{{Needs_update}}
TODO: Update locations for all platforms based on [http://article.gmane.org/gmane.comp.graphics.inkscape.devel/34141 Re: Emergency save could need testing]


Inkscape may still crash, it's not perfect (although we try hard).


If it does so, then it will try to save the document you were working on.
When Inkscape crashes, it tries to save the document as a backup with following name:


===On Unix (Linux, Mac OS X, *BSD, ...)===
  <filename>.<datetime>.#


Inkscape will try to save to
If the document has not been saved yet, the name is:
# your home directory as <code>filename.<datetime>.#</code>
 
# <code>/tmp/filename.<datetime>.#</code>
  inkscape-emergency.<datetime>.#
# the current directory as <code>filename.<datetime>.#</code>
 
Note, that there is no <code>.svg</code> file name ending.
 
=== On Unix (Linux, Mac OS X, *BSD, etc.) ===
 
Inkscape tries to save in the following paths:
 
# Home directory (<code>~/</code>, <code>$HOME</code>, <code>/home/<username>/</code>)
# <code>/tmp/</code>
# In the current working directory
(in that order).
(in that order).


If the document does not already have a name, the filename is <code>inkscape-emergency<datetime>.#</code>.
=== On Windows ===


Note that the saved file will ''not'' have the <code>.svg</code> extension!
Inkscape tries to save in <code>%UserProfile%</code>:


===On Windows===
* XP/2003: <code>C:\Documents and Settings\<username>\</code>
Inkscape will try to save to:
* Vista/7: <code>C:\Users\<username>\</code>
:<code>C:\Documents and Settings\<yourname>\</code>


[[Category:User Documentation]]
[[Category:User Documentation]]

Latest revision as of 14:57, 1 May 2015

Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文

This page contains outdated information and needs to be updated.

TODO: Update locations for all platforms based on Re: Emergency save could need testing


When Inkscape crashes, it tries to save the document as a backup with following name:

 <filename>.<datetime>.#

If the document has not been saved yet, the name is:

 inkscape-emergency.<datetime>.#

Note, that there is no .svg file name ending.

On Unix (Linux, Mac OS X, *BSD, etc.)

Inkscape tries to save in the following paths:

  1. Home directory (~/, $HOME, /home/<username>/)
  2. /tmp/
  3. In the current working directory

(in that order).

On Windows

Inkscape tries to save in %UserProfile%:

  • XP/2003: C:\Documents and Settings\<username>\
  • Vista/7: C:\Users\<username>\