|
#1
| ||||
| ||||
| I've got an older iBook G4 with Leopard. I've always had an (at least perceived) need to alter the nice values of various processes to tune my system's performance. Now, after looking through the output of `ps ax` and seeing no obviously dedicated process (like TimeMachineAgent or something similar), I was wondering, what process owns Time Machine ? I hope it's not, but suspect that it is, Finder. Anyone attend the latest WWDC and might know the answer? ![]()
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
|
#2
| ||||
| ||||
| I'm pretty sure Time Machine is it's own program.
__________________ MacBook 2.0 GHz , 120 GB, 2 GB, OS 10.5.5 (someone stepped on my MacBook and crushed 250 GB HD :[ .) PowerMac G5 Dual 2.3 GHz, 750 GB, 1 GB, OS 10.5.5 Server iPod Classic Black 120 GB |
|
#3
| ||||
| ||||
| I should have been more specific in my initial post. I was referring to the backup process, not the application that you use to restore things (which is likely its own application, I agree). I just assumed that the backup agent must be owned by a super process since there is no process called Time Machine running right now, but a backup process will be invoked within the next 60 minutes, so something has to be waiting to run it...
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
|
#4
| ||||
| ||||
| From what I've read, Time Machine uses components already in the system to compile a list of file system changes and backup the necessary components. It doesn't need to do anything until the backup, because the list is already constructed. You can read a more knowledgeable explanation here: http://grep.ro/blog/2007/12/deconstructing_time_machine
__________________ Power to Burn. At speeds of up to 733MHz, The most powerful Mac in history burns CDs, burns DVDs, and burns Pentiums - apple website, oct 4, 1999. advertisement for the powermac g4 |
|
#5
| ||||
| ||||
| Cool, thank you !
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
|
#6
| ||||
| ||||
| I have noticed three processes that use a lot of CPU when Time Machine is doing its thing: backupd, mdworker, and mds. I know mds is related to Spotlight. It's been around since Tiger. mdworker is new to me, though, and I don't know what it does. backupd has a pretty clear name, so I assume it's doing the actual work. However, it is not always loaded, so something else must trigger it. Maybe a cron job? Just a guess. If you do find out how to tweak it, please post how. I think I'd rather Time Machine only did its thing a few times a day instead of every hour. I don't like it causing my backing disk to spin up so frequently, and it does take its toll on performance. |
|
#7
| ||||
| ||||
| Thanks for the tip. Speaking of cron, where did that go, anyway? I was looking for it last night, to answer my question, only Code: ps ax | grep cron | grep -v grep As for tweaking, if I were you I'd have a look for the plist file associated with whatever runs the backup routine. Apple has been good in past with having lots of neat options in plist files that aren't accessible to the user, especially in the initial release of a new piece of software. For example, in my short rant about losing windows off Spaces (in the common Leopard experiences thread), I had to edit Finder's plist to move the copyprogresswindow co-ordinates back onto the screen...
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |
|
#8
| ||||
| ||||
| I seem to have your answer, and perhaps mine, here http://irumors.wordpress.com/2007/11...-backup-times/ It looks like it is indeed owned by backupd.
__________________ michaelsanford.com Blog Twitter Tumblr LinkedIn iMac Aluminum 24" | MacOS X 10.5-current | 3.06 GHz Intel Core Duo | 4 GB RAM | 1 TB HDD iBook G4 1.42 GHz | MacOS X 10.5-current | 1 GB RAM, 100 GB HDD AMD Athlon64 3500+ | Slackware 12 (2.6.21.5-smp) | 2 GB RAM, 2120 GB RAID 1, 2500 GB RAID 0 |