robocopy /FAT option
ROBOCOPY /FAT command.. | windows 7 - Copy files with original folder structure, but to 8.3 format - Super User : http://superuser.com/questions/439787/copy-files-with-original-folder-structure-but-to-8-3-format/742316 | |
Robocopy will then wait for a sharename to be created by retrying on error 67. Previous versions would always quit on this error.Force creation of short file names. Specify /FAT on the command line to tell Robocopy to create destination files with names that conform to the traditional 8.3 file name format | Robo copy2 : http://www.slideshare.net/oudaye/robo-copy2 | |
Robocopy: /FFT : Assume FAT File Times (2-second date/time granularity). So what this does is force Robocopy to use FAT style time stamps which are 2-second granularity. It allows enough flexibility to account for the way the time is recorded when doing a file copy from NTFS to another file system. This is needed when going between and NTFS and Linux/Unix/FAT or emulated file system | Robocopy Incorrectly Detects Files as Newer When Copying Between Different File Systems | CoNetrix : http://conetrix.com/blog/robocopy-incorrectly-detects-files-as-newer-when-copying-between-different-file-systems | |
Robocopy: /FFT : Assume FAT File Times (2-second date/time granularity). So what this does is force Robocopy to use FAT style time stamps which are 2-second granularity. It allows enough flexibility to account for the way the time is recorded when doing a file copy from NTFS to another file system. This is needed when going between and NTFS and Linux/Unix/FAT or emulated file system. NTFS to FAT copying Now | Robocopy | Sasecurity Wiki | FANDOM powered by Wikia : http://sasecurity.wikia.com/wiki/Robocopy |