Changes between Version 11 and Version 18 of Help/Action/AutoSave


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/AutoSave

    v11 v18  
    11[[TranslatedPages]]
     2
    23= Autosave =
    3 
    4 The autosave feature stores the edited osm layers and [Help/Dialog/Notes Notes] layers in regular interval so that the work can be recovered in case of a crash.
     4The autosave feature stores the osm data and [wikitr:/Help/Dialog/Notes Notes] layers with modified data in regular interval in order to recover work in case of a crash.
    55
    66== Recover the changes ==
    7 
    8 You simply need to restart JOSM and it will offer to open the recovered files.
    9 
    10 You can also find the backup files in the JOSM preferences folder (subfolder {{{autosave}}}), where JOSM stores them.
    11 
    12 See Help/Preferences page on how to locate the preference folder.
     7* Restarting JOSM will offer to open the auto-saved files.
     8* Backup files can be found in the JOSM preferences folder (subfolder `autosave`), where they are stored.
     9 * See [wikitr:/Help/Preferences#JOSMpreferencedatacachedirectories preferences help] page on how to locate the preference folder.
    1310
    1411
    1512== Prompt after JOSM start ==
     13On startup, user will be asked to restore or discard latest snapshot from autosave.
     14* If **''discard''** is chosen, there is **no chance to recover** work again.
    1615
    17 User will be asked to restore or discard latest snapshot from autosave.
     16[[Image(UnsavedOSMdata.png,link=)]]
    1817
    19 If user chooses to discard, there no change to recover work again.
    20 
    21 [[Image(UnsavedOSMdata.png,nolink)]]
    2218
    2319== Q&A ==
     20How does it know that JOSM crashed?
     21* It keeps backups which are deleted, whenever a data layer is closed gracefully.
     22 * If backup files are found on start up, JOSM will assume that it crashed.
    2423
    25  * How does it know that JOSM crashed?
    2624
    27   It keeps backups that are deleted, whenever a data layer is closed gracefully. If backup files are found on start, JOSM will assume that it crashed.
     25== Preferences ==#Preferences
     26The preferences are described in [[JOSMImage(preferences/backup,link=,24,middle)]]  [wikitr:/Help/Preferences/BackupPreference File backup] under [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences]
    2827
    29 == Preferences ==
    30 
    31 Go to **''[[Image(source:trunk/images/preference.png,20)]] Preferences -> [[Image(source:trunk/images/preferences/map.png,20)]] [Preferences/Map map projection & data interpretation] -> tab "File backup"''**
    32 
    33 [[Image(AutoSavePrefDialog.png)]]
    34 
    35 There you have these options:
    36  * disable autosave altogether
    37   * set a custom value for the time interval in seconds (default is 300).
    38   * set a custom value for the number of backup files per data layer (default is 1). If you increase it to 2, JOSM will not only save the last snapshot of your changes, but also the last but one (in case it differs from the last, otherwise an even older snapshot, if available).
    39  * keep backup files when saving data layer: JOSM can keep a backup file when saving data layers. A "{{{~}}}" is appended to the file name and it is saved in the same folder.
    40  * Choose if you want to see a small notification at each save.
    4128
    4229----
    43 Back to [Preferences/Map map projection & data interpretation][[Br]]
    44 Back to [wiki:/Help Main Help]
     30Back to [wikitr:/Help/Preferences Preferences] \\
     31Back to [wikitr:/Help Main Help]