Duplicate Directories and Files
Hi all,
I have to copy multiple directories and files from a EXT4 drive to a NTFS one. To do this, the standard function "duplicate" fails because there are problems with the parameter "-r".
The right command to use (tried in putty) is "cp --no-preserve=all -r -f". How can I applied it to multiple directories and files selected in the right panel, specifing the destination directory?
Thanks a lot.
I have to copy multiple directories and files from a EXT4 drive to a NTFS one. To do this, the standard function "duplicate" fails because there are problems with the parameter "-r".
The right command to use (tried in putty) is "cp --no-preserve=all -r -f". How can I applied it to multiple directories and files selected in the right panel, specifing the destination directory?
Thanks a lot.