znek / iTunesFS

http://www.mulle-kybernetik.com/software/iTunesFS/
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

How to rsync between /Volumes/iTunesFS/ and your USB MP3 player #5

Open porg opened 2 years ago

porg commented 2 years ago

rsync --recursive --verbose --itemize-changes --modify-window=2 --exclude "PlaylistsTrackFormat.txt" --delete /Volumes/iTunesFS/Playlists/By-Device/mp3-player/ /Volumes/MP3-PLAYER-VOLUME/My-Playlist/

Explanations

Closing Words

@users: I hope this hints may be handy for you.

@znek : Feel free to integrate this to Readme.me or the projects's website's FAQ.

porg commented 2 years ago

As I learned and positively tested meanwhile:

porg commented 2 years ago