mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Save, Merge and Reload
@@ -78,7 +78,14 @@ Synchronization can therefore be seen as a two-step action:
|
||||
|
||||
For more information on data merge: https://github.com/Kunzisoft/KeePassDX/issues/840
|
||||
|
||||
**It is therefore recommended, at the moment, to reload the database with the specified button if an external modification to the file has been made.**
|
||||
## Save, Merge and Reload
|
||||
|
||||
There are 3 commands in KeePassDX to manage the synchronization :
|
||||
- **Save data** : As the name suggests, it allows you to save the local data of the open database in the open data stream from its URI. This is the conventional method used to update the data on the reference medium.
|
||||
- **Merge data** : Retrieves the data from the URI and merges it with the local data. _Please note that this method does not automatically save the database even if the automatic database save setting is enabled. You will have to save the database manually after a merge if that is what you want._
|
||||
- **Reload data** : Retrieves data from the URI and deletes local data. Use this method if you want to reset the data in your database with the data in the storage medium.
|
||||
|
||||
*If external modifications are made to the data linked to the URI, a warning message will alert you. But it is possible that this warning message is not displayed because the event has not been correctly sent, in this case, you just have to make a merge or reload the data.*
|
||||
|
||||
## Synchronization application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user