Top "Restore" questions

Use this tag on any questions related to data restore (in contrast to data recovery).

Mercurial: How to restore after rebase

I've accidentally pulled some changes from the main repo with --rebase parameter. How do I restore the original repository state …

mercurial backup restore rebase
Error restoring database backup to new database with smo and powershell

Taking a database backup from another server I'm trying to restore to sqlexpress on the localhost. This restore will work …

sql sql-server powershell restore smo
Apple reject because of In app purchase not implement restore

I got rejected by Apple with a message saying: ... Additionally, we found that while your app offers In-App Purchase(s) …

iphone objective-c in-app-purchase restore
MySQL restoring a database via mysqldump - Does it overwrite the different destination tables?

I am using mysqldump to backup a database containing several tables (say tables D, E, F). I use the following …

mysql backup mysqldump restore
queryPurchases() vs queryPurchaseHistoryAsync() in order to 'restore' functionality?

I'm using the Play Billing Library in order to trigger and manage purchases which in turn unlocked extra functionality within …

java android restore play-billing-library
Backup and restore with VirtualBox

A VirtualBox's newbie here. I created a snapshot of a VM by using this command line: VBoxManage snapshot VMName take …

virtual-machine virtualbox restore snapshot
Point-In-TIme data restore on Amazon RDS

I have hosted my MySql database on Amazon RDS, and It has last automated snapshot. (e.g. yesterday midnight). Now …

mysql amazon-web-services restore amazon-rds data-recovery
WPF: Window stays minimized even when setting WindowState explicitly

My application has a tray icon which, when double-clicked, hides or shows the application window. My issue is that I …

wpf restore windowstate minimized
How to save/restore global variables in android even when os kill application

In android,Google recommends us to save the global variables in Application. But there is a problem, if the android …

android global-variables global restore kill
Storing entire process state on disk and restoring it later? (On Linux/Unix)

I would like to know: Is there a system call, library, kernel module or command line tool I can use …

process state store restore disk