Displaying 1 result from an estimated 1 matches for "miscusersfil".
Did you mean:
miscusersfiles
2007 Sep 22
1
Using rsync with the iriver T60
...the player myself, then
manually drag the files onto it, one at a time, in the correct order, they
play in the correct order. This, of course, is a PITA.
So, I was thinking can I use rsync to do the job for me? Here is the command
I've used:-
rsync -rvtW --delay-updates --modify-window=1 /MiscUsersFiles/Music/Dave/T60/ /media/disk/Music/
I was hoping that the -W parameter might cause it to do the job, but no.
The --delay-updates seems to be the proper magical incantation.
The T60 now appears as disk in /media/ since I managed to foul it up properly
and did a reformat (I'll see if I can s...