I need to copy a very large directory from a linux server to a windows machine; the directory is very large and contains directories that go as deep as having 50+ subdirectories. So as you could probably imagine, Windows errors out when trying to copy the files over.
Is their any sort of script or existing program which could rename or move all the folders and subfolders withinin the main directory to something within 255 character limit as well as output a text file mapping the new names to the old?
rsync(1)yet? Neat tool. – sarnold Mar 14 '12 at 23:49