Skip to content

Instantly share code, notes, and snippets.

@johnnyshankman
Last active February 6, 2025 01:09
Show Gist options
  • Save johnnyshankman/03eefec40ffc48bc55b1d72ab04d1430 to your computer and use it in GitHub Desktop.
Save johnnyshankman/03eefec40ffc48bc55b1d72ab04d1430 to your computer and use it in GitHub Desktop.
Copying files from music folder to rockbox with rsync
rsync --ignore-existing -v -P -r -h itunes /Volumes/IPOD/Music
@johnnyshankman
Copy link
Author

johnnyshankman commented Feb 6, 2025

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