Synchronize FAT32 and rest-of-the-world directories with rsync


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # FAT32 (and apparently Samba Volumes) represent time with a 2-second resolution
  2. # --modify-window=1 allows times to differ up to one second
  3. # .DS_Store can be safely ignored on Mac OS X
  4. rsync -av --progress --modify-window=1 --exclude=.DS_Store SRC DST

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.