Question [SOLVED] How to backup persist partition on Pixel 7 Pro

Search This thread

bartito

Inactive Recognized Developer
Dec 1, 2005
3,962
1,800
Hello,
Do you know what's the command to backup persist partition on the Pixel 7 Pro? (already rooted)
Thanks
 

yurishouse

Senior Member
under this thread
There's a script that helps you save the persist partition
 

bartito

Inactive Recognized Developer
Dec 1, 2005
3,962
1,800
under this thread
There's a script that helps you save the persist partition
Appreciate but I prefer to run the command
 

yurishouse

Senior Member
Appreciate but I prefer to run the command
Not meant to be rude but...
Code:
dd if=/dev/block/by-name/persist of=/sdcard/persist.img
Or the one the earlier guy already gave you.
Seems to be the easiest thing you can do either on phone or via adb root shell.
dd is a native command. So if This is not what you're looking for then I have no idea what else does.
 

bartito

Inactive Recognized Developer
Dec 1, 2005
3,962
1,800
Not meant to be rude but...
Code:
dd if=/dev/block/by-name/persist of=/sdcard/persist.img
Or the one the earlier guy already gave you.
Seems to be the easiest thing you can do either on phone or via adb root shell.
dd is a native command. So if This is not what you're looking for then I have no idea what else does.
Yes, the "dd" command was exactly the one I'm finding for.
Appreciate all answers but I do not need anymore due the correct answer was found.
 

Top Liked Posts