Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sine-nomine

macrumors regular
Original poster
I've been using CCC for years, but somehow I've only just now noticed that Get Info shows all three of my backups are about 780GB, while my backed-up hard drive is about 920GB. In all cases, "Backup Everything" was selected in the drop-down menu. Maybe I'm missing the obvious, but what's causing the discrepancy in these sizes? Thanks!
 
Maybe CCC is ignoring the cache folders, swap files, and other temporary type files/objects.
 
That's my hope, but I'm surprised at suck a massive difference in size! (Btw, Time Machine has been disabled for months, so local backups shouldn't still be there, right?)
 
You might ask assistance from Bombich (the company that produces CCC). I’ve found them to respond quickly and to be helpful whenever I’ve had questions. Good luck.
 
Have you tried booting from one of your CCC backups, and then "taking a look around" to assure yourself that "everything is there" ... ???
 
I have. Everything seems to be there, and oddly enough Get Info shows about 920GB used when I boot from a backup drive.
 
Its probably the difference in how OS X computes a gigabyte and how the application does. If you remember, apple changed what constituted a gigabyte a couple of versions ago
1 GB = 1000000000 bytes vs 1 GiB = 1073741824 bytes
 
Hmm, that doesn't seem capable of causing a 140GB discrepancy, though. Plus I'm using Get Info in OS X to determine the sizes of both the source and backup volumes.
 
That's my hope, but I'm surprised at suck a massive difference in size! (Btw, Time Machine has been disabled for months, so local backups shouldn't still be there, right?)

They should not, but sometimes they get stuck. Run the command below in Terminal to see if there is anything hanging around from TM local snapshots.

CCC does not copy caches and swap etc., but I can't see that accounting for the large difference you are noticing.

Code:
sudo du -hs /.MobileBackups
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.