pwney8oy / blacktree-secrets

Automatically exported from code.google.com/p/blacktree-secrets
0 stars 0 forks source link

"Slow Down Time Machine" Secret - Addition - Including Terminal Code #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Code:

sudo renice +5 -p `ps -axc | grep backupd | awk '{ print \$1 }'`

or:

function tmslow {
    echo “Reducing Time Machine priority…”
    sudo renice +5 -p `ps -axc | grep backupd | awk ‘{ print \$1 }’`
}

from:

http://ramin.firoozye.com/tag/time-machine/

Description:

Lowers time machine priority for older macs, reduces likelihood that Time 
Machine will slow 
down other macintosh processes.

Please add to Secrets for Time Machine.

Original issue reported on code.google.com by jmp...@gmail.com on 5 Jul 2009 at 8:59