muksuluuri wrote: 
> My LMS resides on my linux mint box.

Hi,
source is your Music store
dest is your backupdisk

to only copy files larger than 1MB ->

find *source* -type f -size +1024k -exec cp {} *dest* \;

if you have jpg in the folders you should run a
find *source* -type f -name '*.jpg' -exec cp {} *dest* \;
afterwards

But dont delete the old sourcefiles !

I do own much stuff thats under 1MB in size and these files are just
shorter tracks / Intros outros ....


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to