I use xcopy to run a weekly backup of my files to a backup HDD. On the recent backup, it failed on a file with the following error message:
File creation error - The directory or file cannot be created.
Does anyone know what is the cause of this? How to fix it?
The filename which it fails on is:
2009_08_20090811-183728-dmyan@cs_hku_hk-Re_[cgal-discuss]_Using_cgal_in_C-1.eml
The source [path + filename] is 117 characters long. The destination [path + filename] is 81 characters long.
The source disk is formatted to NTFS and the destination disk is FAT32.