Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
add ApplicationCache.dbs
  • Loading branch information
Tribb authored Dec 6, 2022
1 parent db77813 commit 2127e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ int _main(struct thread *td) {
copy_file("/system_data/priv/mms/app.db", "/mnt/usb1/PS4/Backup/app.db");
copy_file("/system_data/priv/mms/addcont.db", "/mnt/usb1/PS4/Backup/addcont.db");
copy_file("/system_data/priv/mms/av_content_bg.db", "/mnt/usb1/PS4/Backup/av_content_bg.db");
copy_file("/user/system/webkit/secure/appcache/ApplicationCache.db", "/mnt/usb1/PS4/Backup/ApplicationCache.dbsec");
copy_file("/user/system/webkit/webbrowser/appcache/ApplicationCache.db", "/mnt/usb1/PS4/Backup/ApplicationCache.db");
printf_notification("USB backup complete!");
}
} else {
Expand All @@ -61,6 +63,8 @@ int _main(struct thread *td) {
copy_file("/system_data/priv/mms/app.db", "/mnt/usb0/PS4/Backup/app.db");
copy_file("/system_data/priv/mms/addcont.db", "/mnt/usb0/PS4/Backup/addcont.db");
copy_file("/system_data/priv/mms/av_content_bg.db", "/mnt/usb0/PS4/Backup/av_content_bg.db");
copy_file("/user/system/webkit/secure/appcache/ApplicationCache.db", "/mnt/usb0/PS4/Backup/ApplicationCache.dbsec");
copy_file("/user/system/webkit/webbrowser/appcache/ApplicationCache.db", "/mnt/usb0/PS4/Backup/ApplicationCache.db");
printf_notification("USB backup complete!");
}

Expand Down

0 comments on commit 2127e2f

Please sign in to comment.