Difference between revisions of "Emergency save"
Jump to navigation
Jump to search
m (ok, I understand now why English is required) |
(consistent tempus, direct language, less cutter in paths i hope) |
||
Line 1: | Line 1: | ||
{{Other languages|en=Emergency save|de=Sicherungskopie}} | {{Other languages|en=Emergency save|de=Sicherungskopie}} | ||
Inkscape | 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 | inkscape-emergency.<datetime>.# | ||
# | |||
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). | ||
=== On Windows === | |||
Inkscape tries to save in <code>%UserProfile%</code>: | |||
* XP/2003: <code>C:\Documents and Settings\<username>\</code> | |||
* Vista/7: <code>C:\Users\<username>\</code> | |||
:<code>C:\Documents and Settings\< | |||
[[Category:User Documentation]] | [[Category:User Documentation]] |
Revision as of 11:49, 16 June 2012
Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文
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:
- Home directory (
~/
,$HOME
,/home/<username>/
) /tmp/
- 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>\