I got a new Mac, and a new external drive for Time Machine. Everything is backed up with a fresh NEW_DRIVE/Backups.backupdb folder automatically. I then tried to copy my old Time Machine files to a separate directory using finder:
OLD_DRIVE/Backups.backupdb/USER -> NEW_DRIVE/OLD/Backups.backupdb/USER
Unfortunately, finder doesn't preserve any hardlinks that saved space in the original, and instead makes multiple copies of the same files. Thus, causing 280GB of files to grow to 1590GB. This is bad, and I'd like to copy everything in the original space-saving form.
What utility or program can I use to accomplish this? I'm proficient in coding/terminal etc. if that provides any options.
OLD_DRIVE/Backups.backupdb/USER -> NEW_DRIVE/OLD/Backups.backupdb/USER
Unfortunately, finder doesn't preserve any hardlinks that saved space in the original, and instead makes multiple copies of the same files. Thus, causing 280GB of files to grow to 1590GB. This is bad, and I'd like to copy everything in the original space-saving form.
What utility or program can I use to accomplish this? I'm proficient in coding/terminal etc. if that provides any options.