Okay, I fixed my USB problems discussed in another thread. Now I would like to back up some files. I bought a USB enclosure and a 2 TB SSD (I should have saved $50 and bought one without cache, but I bought the more expensive Samsung EVO 570 instead).
I seem to prefer Linux Mint, although I could probably use Microsoft Backup for Windows 7. I think it still exists. Here's what I did with Mint 18.3 tonight:
Code:
cp * -pR "/mnt/win7-drive/users/mike/My Pictures/" "/mnt/usb-enclosure/My Pictures"
and
Code:
cp * -pR "/mnt/iwn7-drive/users/mike/My
...
Comment