Skip to content

jeroendev-one/ps5-db-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS5 Backup payload

A payload to be sent to the ELF loader on port 9021.

This payload backups up several databases from /system_data/priv/mms to your USB. At the time of writing FPKG's from external drives are still on the system but lost from the homescreen after a forced rebuild of the database, in case you have a backup using this payload you can restore that. Internally installed FPKG's will be gone after a rebuild.

Requirements

Build

Only build:

export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk
make

Build & inject:

export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk
export PS5_HOST=192.168.1.175
export PS5_PORT=9021
make test

Or inject manually:

nc -q0 192.168.1.175 < backup.elf

About

PS5 DB backup payload for use with PS5-Payload-SDK

Resources

Stars

Watchers

Forks

Packages

No packages published