Changes between Version 16 and Version 17 of Help/Action/AutoSave


Ignore:
Timestamp:
2020-05-07T18:35:58+02:00 (4 years ago)
Author:
skyper
Comment:

moved preferences to Preferences/Map; wording

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/AutoSave

    v16 v17  
    22
    33= Autosave =
    4 The autosave feature stores the edited osm layers and [wikitr:/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 * You simply need to restart JOSM and it will offer to open the recovered files.
    8 * You can also find the backup files in the JOSM preferences folder (subfolder `autosave`), where JOSM stores them.
    9  * See [wikitr:/Help/Preferences 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.
    1010
    1111
    1212== Prompt after JOSM start ==
    13 On start up, user will be asked to restore or discard latest snapshot from autosave.
    14 * If user chooses to **''discard''**, there is **no chance to recover** work again.
     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.
    1515
    1616[[Image(UnsavedOSMdata.png,link=)]]
     
    1919== Q&A ==
    2020How does it know that JOSM crashed?
    21 * It keeps backups that are deleted, whenever a data layer is closed gracefully.
     21* It keeps backups which are deleted, whenever a data layer is closed gracefully.
    2222 * If backup files are found on start up, JOSM will assume that it crashed.
    2323
    2424
    2525== Preferences ==#Preferences
    26 [[Image(AutoSavePrefDialog.png,link=,40%,right,margin-left=10)]]
    27 Go to **''[[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] -> [[JOSMImage(preferences/map,24,link=,middle)]] [wikitr:/Help/Preferences/Map map projection & data interpretation] -> tab "File backup"''**
    28 
    29 There these options are available:
    30 * enable or disable autosave altogether
    31  * set a custom value for the time interval in seconds (default is 300).
    32  * 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).
    33 * 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.
    34 * Choose if you want to see a small notification at each save.
     26The preferences are described in [wikitr:/Help/Preferences/Map#FileBackup File backup] under **[[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] -> [[JOSMImage(preferences/map,24,link=,middle)]] [wikitr:/Help/Preferences/Map Map settings]
    3527
    3628
    3729----
    38 Back to [wikitr:/Help/Preferences/Map map projection & data interpretation] \\
     30Back to [wikitr:/Help/Preferences/Map Map settings] \\
    3931Back to [wikitr:/Help Main Help]