Synchronize a flash memory

Post date: 01-May-2009 22:03:45

Suppose you want to synchronize your flash memory (mounted in say /media/FLASH), with your Documents folder.

[> rsync -av ~/Documents /media/FLASH

This will do the job!