You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch Ops. If multiple backup is turned on, the user will be shown a new dialog box to input the name of the backup along with the regular multichoice dialog. This name is optional, and if it's not given, current date time will be used instead. For restore/delete backup is requested for multiple packages, only the default backups (ie. the ones associated with the user id, not the named backups) will be restored/deleted. For a single package, the behaviour will be similar to App Info tab.
App Info tab. For restore/delete a single choice list of current backups will be displayed along with backup name, date, version, backup types (apk/data/rules/all) and user handle (user id).
Delete backup and restore should have confirmation prompts
Backup should have a confirmation prompt if a backup already exists
The text was updated successfully, but these errors were encountered:
Related issue #94
When multiple backups is requested for all users, the solution was to create multiple backups by adding arbitrary numbers after the backup name. This solution is quite hacky and the best option is to append the user ID before the name to get unique names from the same backup name. But base backups will only have the user IDs.
Also, it is necessary to sanitise user inputs since they might contain illegal characters such as NULL or / (slash).
Batch Ops. If multiple backup is turned on, the user will be shown a new dialog box to input the name of the backup along with the regular multichoice dialog. This name is optional, and if it's not given, current date time will be used instead. For restore/delete backup is requested for multiple packages, only the default backups (ie. the ones associated with the user id, not the named backups) will be restored/deleted. For a single package, the behaviour will be similar to App Info tab.
App Info tab. For restore/delete a single choice list of current backups will be displayed along with backup name, date, version, backup types (apk/data/rules/all) and user handle (user id).
The text was updated successfully, but these errors were encountered: