Assuming we have a flash drive mounted at the path /mnt/FlashDrive/Music/, we
can sync up our own music directory to the flash drive using rsync as follows:
rsync --recursive --delete ~/Music/ /mnt/FlashDrive/Music/Note that the trailing slashes on the folders are very important!