Hacker News new | ask | show | jobs
by mikekij 2266 days ago
I wasn't aware that any non-OS service even had access to data and applications saved in Time Machine. This might be worthy of a bug bounty report to Apple.
3 comments

  $ ls /Volumes/YourTimeMachineBackup/Backups.backupdb/YourComputerName
But Time Machine is just a file system volume, mounted like any other? It has some unusual hard links in it, but it's just a regular file system mount.
There's at least one app for figuring out why every hourly backup takes half a gigabyte. It might require root privileges, but I doubt that.
Wait, is that not normal?
Hourly backups with rsnapshot - which serves more or less the same task but does it without a fancy UI - take no more than the size of the changed files plus some space for file system metadata. If Time Machine takes half a GB on a quiescent file system I'd say something is amiss...
... unless you are writing a half-gig every hour, why would that be remotely expected?
I would think that it's touching a bunch of log files slightly or something…
My guess so far is something like Firefox's history database.
If that is half a GB Firefox would be crawling. Here is is around 60MB on a well-used machine with an ancient FF profile.