Does anyone know how to copy PSP savefiles from one memory stick to another while preserving the dates associated with them? I can't use Sony's Media Go software because I don't have access to a Windows PC. I don't want to use the PSP's Saved Data Utility because that only transfers one savefile at a time, which would take a long time. Copying the savefiles by hooking up my PSP to my Mac via USB and then dragging and dropping them changes all the dates of the savefiles to the current time. Zipping the savefiles, then copying the zips to the second memory stick and unzipping them there doesn't work either. Copying them using cp -p -R in Terminal doesn't work either. I even used
an app to change the creation and modification dates of the copied savefiles and their folders, and that still didn't produce the desired result. I'm copying some of the files from a larger memory stick to a smaller one, and the total contents of the larger stick is more than the smaller stick will hold, so I can't do a block level copy using Disk Utility. Well, that's what I've tried, is there anything else that might work?