Question: Using Terminal to copy home folder and the destination copy is much larger
All,
I am in recovery mode on a Mac that wont boot. I am using terminal to copy the entire home folder to an external drive. Total space used on internal drive is around 500GB.
Here is the rub - I have an 8TB drive connected and it is using 5.5TB of space so far on the copy and it isnt done yet. It has been copying for 24 hours! What gives?
Command used to copy home folder: cp -rv /Volumes/Macintosh\ HD/Users/<profile name> /Volumes/backup
I used the df-h command in a second terminal window to see how much space is used so far on the external and it far exceed the size of the data and even internal drive (1TB).
Any explanation as to what is happening? Is data being duplicated somehow?
TY in advance for any input.