Don't forget to back up your Amazon MP3 downloads

Soldato
Joined
25 Mar 2004
Posts
16,010
Location
Fareham
My machine died the other week and I lost them all. Amazon officially only let you download them the once when you buy them, I explained the situation to them and they let me download them again without any hassle.

Since then I setup a Robocopy scheduled task to back them up to another folder. This was very simple to do but will definitely help if the PC ever crashes again.

1. Create a new folder where you want to backup the folder structure.
2. Create a new text file and then rename it to a .bat extension
3. In this text file put a command like this, replace my parameters with your own:

robocopy "C:\Users\Username\Music\Amazon MP3" "E:\Amazon MP3 Backup" /E /MT:8

4. This will copy in all folders and items from the source directory to the target directory.
5. Create a scheduled task and point it to this .bat file, setup the schedule (i.e. how often to run). Robocopy won't copy over duplicate files so it will basically do an incremental copy on any new items that come up.
6. ???
7. Profit!
 
You could also try using 7Digital! 320Kbps MP3 (instead of Amazon's 256Kbps) and a digital locker with all your purchases to allow you to download again.
 
You could also try using 7Digital! 320Kbps MP3 (instead of Amazon's 256Kbps) and a digital locker with all your purchases to allow you to download again.

Indeed. Even iTunes allows multiple downloads of the same file.
 
Good shout on 7 Digital by the way. If there is not much in the price I will probably use them from now on. Amazon are good at being quite cheap generally though! :)
 
I like Amazon MP3 too. I use Microsoft Synctoy to keep everything backed up to my nas (Synology DS212). That in turn is running Raid 1 for redundancy.
 
Back
Top Bottom