Archive for Apple
Are Apple lying to me?
After looking through Console.app to find some logged errors, i found this:
The logged message is “SyncServer: Truth vacuumed”.
It appears that Apple are vacuuming Truth out of my machine.
Forcing a Time Machine backup
To force a Time Machine backup, there are several ways of doing this graphically. However, for some reason, you wanted to do this via the command line, there is a command you can run.
First of all open Terminal.app, and then run the command
/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper >/dev/null 2>&1 &
This will start the backup. You can then feel free to close Terminal.app.

