From the beginning ... I had a problem with my partitioning and I needed to clear my hard drive. I'm running Linux Mint 19 on Live-CD (USB) so I can copy the contents of my / home folder (which was on another partition - / dev / sda6 - and mounted on / mnt) to an external hard drive. For this, I used the command:
cp -r /mnt/user /media/mint/Samsung\ M3/BKP/Linux/home/user -v
.
Result: All files have been copied successfully. However, they did not come with the proper permissions, attributes, owners and so on.
How can I recover this information (copy only the attributes of the original files to those of the existing backup)?