S Sossity macrumors 65816 Original poster May 12, 2010 1,360 32 Dec 27, 2016 #1 I have a hard drive a that has time machine backups of two computers, I would like to copy one of the computers to anotherdrive b with a timemachine backup, can this be done?
I have a hard drive a that has time machine backups of two computers, I would like to copy one of the computers to anotherdrive b with a timemachine backup, can this be done?
K KALLT macrumors 603 Sep 23, 2008 5,384 3,427 Dec 27, 2016 #2 Easiest way is to clone the TM disk with Disk Utility and then remove the unneeded backup manually with the tmutil command-line program: Code: sudo tmutil delete "<path>" The path is the directory for the machine, e.g. /Volumes/Backup/Backups.backupdb/MacBook
Easiest way is to clone the TM disk with Disk Utility and then remove the unneeded backup manually with the tmutil command-line program: Code: sudo tmutil delete "<path>" The path is the directory for the machine, e.g. /Volumes/Backup/Backups.backupdb/MacBook