Skip to content

Commit

Permalink
Updated description of features
Browse files Browse the repository at this point in the history
Backups and restores will now overwrite any existing saves regardless of last-modified dates. Use the sync feature instead if you only need to merge and update saves.
  • Loading branch information
NekoMichi authored Jul 19, 2020
1 parent 6199db5 commit d78b639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ SaveSync will transfer save data between the internal storage and the secondary
**Features**

From the main menu, there are three options:
- Backup - Copies save data from the internal storage to a folder called "backup" on the external storage. If there is no backup folder present, the app will automatically create one. Saves exported to the external storage can then be transferred to other devices or even used in other emulators. The app will only overwrite files in the backup folder if a newer version is found on the internal storage, if the version in the backup folder has been changed and is newer than the one in the internal storage, it will be skipped.
- Restore - Transfers backed up save data from the external storage to the internal storage. This is useful if saves were exported for external editing or use on other devices and will allow the device to then use the edited or updated save data. The app will only overwrite files in the internal storage if a newer version is found in the backup folder, if the version in the internal storage has been changed and is newer than the one in the backup folder, it will be skipped.
- Backup - Copies save data from the internal storage to a folder called "backup" on the external storage. If there is no backup folder present, the app will automatically create one. Saves exported to the external storage can then be transferred to other devices or even used in other emulators. The app will overwrite any existing saves in the backup folder even if it has a newer modified date than the internal save.
- Restore - Transfers backed up save data from the external storage to the internal storage. This is useful if saves were exported for external editing or use on other devices and will allow the device to then use the edited or updated save data. The app will overwrite any existing saves in the internal folder even if it has a newer modified date than the external save.
- Sync - The app will attempt to merge the contents of both the internal storage and the backup folder, if certain files are newer on the internal storage then it will overwrite the version in the backup folder and vice-versa. Useful if you want to unify save data between multiple devices.

![BAckup screen](/screenshots/screenshot02.png)
![Backup screen](/screenshots/screenshot02.png)

**Data backed up**

Expand Down

0 comments on commit d78b639

Please sign in to comment.