Index: sources/storage/FileHandler.cpp =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -rb7649e74aeebe1545ba0db9aabe2b41f0a28baec --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision b7649e74aeebe1545ba0db9aabe2b41f0a28baec) @@ -148,6 +148,8 @@ { // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually since currently it is the only place it has been used. + + // cp without --link or --dereference will not follow symlinks by default when copying with -r QString cmd = "cp"; QStringList arguments; arguments << "-r" << vSource << vDestination;