Come riassociare il backup di Time Machine con il computer

2

Stavo prendendo il backup della macchina del tempo su un'unità di rete in un'immagine sparsebundle. Per utilizzare un altro HDD USB (exfat) per fare il backup, ho eseguito i comandi spiegati qui: link

Ora la destinazione di backup precedente viene associata a Time Machine e quando ho aggiunto nuovamente questa destinazione (di rete) utilizzando il comando follwoing, inizia a eseguire il backup da zero (primo backup)

sudo tmutil setdestination -a  '/Volumes/MacBook-Backup/'

Qualcuno può dirmi come faccio a riassociare la rete sparsebundle sul mio Mac dato che ha l'ultimo backup.

    
posta user2963555 16.09.2017 - 17:23
fonte

1 risposta

3
sudo tmutil inheritbackup "/path/to/backup.sparsebundle"

Machine directories and sparsebundles are owned by one computer at a time, and are tracked by unique identifiers rather than computer name, host name, or ethernet address. The inheritbackup verb reassigns the identity of the specified item, reconfiguring it so the current host recognizes it during backups. When inheriting a sparsebundle, the machine directory within will also be claimed.

Esegue l'ereditarietà automatica dei backup del computer e del disco situati all'interno. Questo potrebbe non funzionare correttamente. In caso contrario, potrebbe essere necessario associare manualmente il disco all'interno del backup con il disco corrente.

sudo tmutil associatedisk -a "/" "/Volumes/backupdisk/Backups.backupdb/computername/Latest/localdiskname"

The -a option tells associatedisk to find all snapshot volumes in the same machine directory that match the identity of MyStuff, and then perform the association on all of them.

    
risposta data 16.09.2017 - 17:28
fonte

Leggi altre domande sui tag