I have been cooking up some wicked cool scripts lately
Here are backup and restore scripts that are still in beta. I need some testing and input and hopefully it can become perfect. So to all you flashoholics out there.. please try out this script the next time you flash a rom.
Instructions: install the update.zip and select your options for backup by running bkdroid. When you want to restore flash the update.zip and run rstdroid and choose your options.
Also, to all those who don't have a droid 1 but wan't to use this script try it out.. should work for all devices.
-------------------
----------------------
Backup Script Options:
Restore Script Options:
Some example uses:
Perform a complete backup:
Don't log output, don't prompt to remove old backups, backup apps but no data:
Perform a complete restore:
restore wifi settings, install pandora & root explorer (if you have them backed up), zipalign all your apks, fix permissions:
Donations are appreciated:
Here are backup and restore scripts that are still in beta. I need some testing and input and hopefully it can become perfect. So to all you flashoholics out there.. please try out this script the next time you flash a rom.
Instructions: install the update.zip and select your options for backup by running bkdroid. When you want to restore flash the update.zip and run rstdroid and choose your options.
Also, to all those who don't have a droid 1 but wan't to use this script try it out.. should work for all devices.
-------------------
----------------------
Backup Script Options:
Code:
Usage: bkdroid [-a|-ac|-nd|-c|-l|-r|-w|-h]
Options:
-a | --apps Backs up apps and data
-ac | --accounts Backs up account info
-nd | --no_data Backs up apps only (no data)
-c | --complete Performs a complete backup
-l | --logging Disables logging for this run
-r | --remove Deletes old backup without prompt
-w | --wifi Backs up wifi settings
-h | --help This help
Always specify options as separate words
e.g. -r -c instead of -rc. Its required!
If you enter a partial name of an app it
will backup all files with that match the
name. Example: bkdroid pand will backup
pandora if you have it installed.
Restore Script Options:
Code:
Usage: rstdroid [-a|-ac|-nd|-c|-l|-r|-w|-h]
Options:
-a | --apps Restore apps and data
-ac | --accounts Restore account info
-nd | --no_data Restore apps only (no data)
-c | --complete Performs a complete restore
-fp | --fixperm Fixes permissions
-l | --logging Disables logging for this run
-w | --wifi Restores wifi settings
-z | --zipalign Zipaligns all apks
-h | --help This help
Install location options:
-location Shows current install location.
-a2sd Installs apps to external storage
-auto System decides where apps will be installed
-internal Installs apps to internal storage
Always specify options as separate words
e.g. -r -c instead of -rc. Its required!
To restore specific apps type the partial
name of the app. Example: rstdroid pando
Some example uses:
Perform a complete backup:
Code:
bkdroid -c
Don't log output, don't prompt to remove old backups, backup apps but no data:
Code:
bkdroid -l -r -nd
Perform a complete restore:
Code:
rstdroid -c
restore wifi settings, install pandora & root explorer (if you have them backed up), zipalign all your apks, fix permissions:
Code:
rstdroid -w pand explor -z -fp
Donations are appreciated:
Last edited: