b_o_b
Advanced Member
- Joined
- Sep 7, 2010
- Messages
- 1,493
I' ve been playing with my Pandora's a lot lately and want to have a solid and easy stand-alone back up strategy. I want to use my Pandora's only (so not with a PC) to back up and sync SD cards. The idea is to place the original card in slot 1 and transfer the files to slot 2 - and once every few weeks sync the back-up card.
Method for slackware (and maybe later try Letux-OS)
Start Pandora in SuperSaxxon (without SD cards) -> goto terminal -> rsync -avxHAX --progress /SLACK_1 /SLACK_2/
Works fine for Slackware (formatted EX2)
After that I want to keep both cards synced with -> rsync -avh --delete /SLACK_1 /SLACK_2/
Method for Pandora cards (with PND's)
Tried above for FAT32 Pandora cards and doesn't seem to work - files were not copied so tried
rsync -rv --progress /PANDA_1 /PANDA_2/
That worked but still not all files copied over. I was able to use PANDA_2 SD card though. I am wondering if the copy issues were the result of use of PND's. Once you place the SD card in the slot - the pandora will automatically scan for PND's. Not sure if the files are then 'in use' by the system and might result in write errors.
Other suggestions or comments welcome. Just looking for the easiest solution.
Method for slackware (and maybe later try Letux-OS)
Start Pandora in SuperSaxxon (without SD cards) -> goto terminal -> rsync -avxHAX --progress /SLACK_1 /SLACK_2/
Works fine for Slackware (formatted EX2)
After that I want to keep both cards synced with -> rsync -avh --delete /SLACK_1 /SLACK_2/
Method for Pandora cards (with PND's)
Tried above for FAT32 Pandora cards and doesn't seem to work - files were not copied so tried
rsync -rv --progress /PANDA_1 /PANDA_2/
That worked but still not all files copied over. I was able to use PANDA_2 SD card though. I am wondering if the copy issues were the result of use of PND's. Once you place the SD card in the slot - the pandora will automatically scan for PND's. Not sure if the files are then 'in use' by the system and might result in write errors.
Other suggestions or comments welcome. Just looking for the easiest solution.