03-14-2016, 08:51 PM
I've added a tool msb_reloc that copies a msb backup set and changes the prefix of all path names in the database. The resultant backup set should be restorable in the new location.
Mike: Do you think anything else is needed?
https://github.com/sciurius/MSPro-Tools
As usual, use at your own risk.
Mike: Do you think anything else is needed?
Code:
msb_relocate.pl
This tool copies an MSPro backup set, changing path prefixes,
effectively relocating the backup set to be restored to a new
location.
Usage:
Copy the backup set from the tablet onto the PC.
perl script/msb_reloc.pl --src=/storage/sdcard1/ --dst=/storage/0123-4567/ MobileSheetsProBackup.msb
(Note: You may need to adjust the path to perl, the script and the
backup set if they are not accessible from the current directory.)
The new backup set will be called MobileSheetsProBackup_reloc.msb.
You can verify its contents with msb_unpack.
If the relocation is okay, copy the new backup set to the (new)
tablet and restore it.
https://github.com/sciurius/MSPro-Tools
As usual, use at your own risk.
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).