Now I have two partitions for each computer to backup there. Backups from my mac book are always big (about one gigabyte minimum), backups from second machine are mostly small (rarely more than few megabytes). If I use one partition for both machines, how would it delete old backups, when there will not be enough space? Will it delete the oldest of all backups or oldest of backups of machine which is currently backuping?
feedback
|
|
The backups are only deleted from the current computer's backup collection. Since Time Machine is designed with the concept of being run on a regular basis, each machine would police it's own backups as disk space got tight. | |||
|
feedback
|
|
Time Machine does pre-backup thinning when it needs disk space to be able to start, and post-backup thinning to delete expired hourly and daily backups after successfully completing a new backup. This only affect the backups of the computer that is currently running Time Machine. However, when using sparse bundles (like on remote disks, not on local USB disks), then Time Machine will not reclaim disk space for things it has deleted from the sparse bundle — until Time Machine really needs it. So: it will only run something similar to
But: it does not compact after removing expired backups during post-backup thinning. And it will only reclaim space for the sparse bundle that belongs to the computer that is running the backup. Now, when the disk runs full when the computer with the small backups is running a backup, then it might have to delete a few of its own backups to get the required free space, even when unused space is still present in the other computer's sparse bundle. So, when using sparse bundles, then when you know that the disk is about to run out of space, manually compacting the sparse bundles might be a good idea. See How to reclaim all/most free space from a sparsebundle on OS X on Server Fault. | |||
|
feedback
|
|
By default, each backup resides in its own Technical note: The way backups are handled in Time Machine, one image of the drive is taken first, and every subsequent update has hard links to existing data if that data hasn't changed. Whenever it's time to evict old backups, the link counter for each file is decremented once for every backup removed — when it gets to 0, the space becomes free. The entire operation isn't very long, but multiple backups may be removed at once. Since the entire free disk space is considered when deleting backups, one machine may have more backups (going back further) stored than the other, depending on how often you backup. If you're only interested in the latest version of either machine, this doesn't matter, otherwise you may want to partition the backup drive and assign each machine to its own partition. | |||
|
feedback
|