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