Syncing files to VFAT USB drive with rsync

Originally, rsync would start over and over again when using it without VFAT-specific options. Luckily, I learned about those quickly.

To synchronize my music, only, I invoke as follows.

$ rsync --progress  --modify-window=1 --update --recursive --times   --exclude *.avi --exclude *.jpg juke /media/nick/STORE\ N\ GO/
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s