bucanero / apollo-ps3

Apollo Save Tool (PS3)
http://www.bucanero.com.ar/
GNU General Public License v3.0
358 stars 23 forks source link

Local backup (HDD to HDD) #22

Closed marysiamzawka closed 3 years ago

marysiamzawka commented 3 years ago

This is a thing I expected this tool to do out of the box.

Being able to make a local copy of a savefile would be useful in a case where your game has only one save slot, and would also eliminate a need for a USB drive (good for setups with all USB slots taken, like mine wink wink)

bucanero commented 3 years ago

a copy from HDD to HDD would mean that the save is hidden from the XMB, but if it's just for backup then it's still useful

I think I can just add an option to "export as .zip" and save a backup copy to the HDD (/dev_hdd0/tmp/ maybe?)

marysiamzawka commented 3 years ago

yeah that would do the trick

perhaps also being able to change the directory's name for easier management

bucanero commented 3 years ago

Added Zip savegame to HDD option in d718c5baac92bc7f99fc4bc05d108011d8027e4f

bucanero commented 3 years ago

v1.2.5 released