I would like to copy my entire home directory to an external ssd. Happens to be a samsung. ..I get a wierd error that seems to be indicating that a given folder that I want to copy to doesn't exist. Of -course- it doesn't exist, it's a sub-folder, and I want you to create it! You will be creating possibly hundreds of them! It's a -file system-, has lots and lots of sub-folders!
..there must be a simple way of doing this..
..or is it actually super complicated? do I have to first re-create the folder structure, -then- copy all the files over?, arranging for all of them to go in the right folders, etc?
one way is the following: enter link description here
cp -r /path/to/directory /path/to/location/new-name
..what isn't clear, if this works, is why cntr-c, cntr-v doesn't work..
the problem with the recursive copy is that if you don't actually want -all- the directories, you would have to specify which ones to leave out, and this is much easier to do, I think, from the file-manager.
This is an ancient (dell latitude e7450) laptop running ubuntu.. probably 20.04..
Clarification: There are two questions here: 1) Why does copy-paste in the gui not work [is it possible that recursive copy-paste simply isn't implemented, and this is the first time I've attempted it? ..I can't believe that..], and 2) what is the simplest, most appropriate way of doing this (a suggestion with the command line is already in the comments)
