// from an iTunes directory; it only copies the files into
// a directory called "mp3_flat"
find /[[yourpath]]/iTunes\ Music -iname "*.mp3" -exec cp {} /[[yourbackuppath]]/mp3_flat/ \;
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
find /[[yourpath]]/iTunes\ Music -iname "*.mp3" -exec cp {} /[[yourbackuppath]]/mp3_flat/ \;
You need to create an account or log in to post comments to this site.
» Copying JUST mp3 files in backup itunes mp3
» Mount Strongspace to a folde... in backup strongspace ubuntu fuse mount folder
» Backing up subversion reposi... in subversion backup
» Make a backup of all tables ... in mysql shell backup
» Upload your Flickr photos to... in ruby backup strongspace flickr
» Daily rotated backups to Str... in backup strongspace
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails