I am currently trying to backup my Mac Pro (Early 2013) so it can be formatted and given to my son to use. I am trying to copy every file from the root down so I can see all the files on my desktop which is Windows, this includes my pararells and some things that I've put outside of my user profile (for development reasons)
I am currently using sudo cp -R -a / /Volumes/(name of drive) and all I get back is "invalid argument"
I am unsure on if the files are protect or not, I am the root administrator on the machine. I know that its possible to image a LINUX machine so it can be read by windows and since MacOS is LINUX based (well UNIX I guess) I assume there is that option?
Additional notes: The drive I am using to backup is literally brand new. I just bought a new one and its out of the box, its formatted to FAT32 from within Disk Utility on the Mac since its both Windows and Mac compatible for read/write.
I have tried using the cp on /Users/"my user" and it still doesn't work.
Cheers
I am currently using sudo cp -R -a / /Volumes/(name of drive) and all I get back is "invalid argument"
I am unsure on if the files are protect or not, I am the root administrator on the machine. I know that its possible to image a LINUX machine so it can be read by windows and since MacOS is LINUX based (well UNIX I guess) I assume there is that option?
Additional notes: The drive I am using to backup is literally brand new. I just bought a new one and its out of the box, its formatted to FAT32 from within Disk Utility on the Mac since its both Windows and Mac compatible for read/write.
I have tried using the cp on /Users/"my user" and it still doesn't work.
Cheers