Last active
February 6, 2025 01:09
-
-
Save johnnyshankman/03eefec40ffc48bc55b1d72ab04d1430 to your computer and use it in GitHub Desktop.
Copying files from music folder to rockbox with rsync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync --ignore-existing -v -P -r -h itunes /Volumes/IPOD/Music |
for putting it on some Untitled sd card:
rsync --ignore-existing -vPrh itunes/ /Volumes/Untitled/Music
don't forget to run rockbox utility using sudo
from the CLI when installing rockbox.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
only annoying thing here is you end up with this file structure, oh well.

the fix would've been (compressed)