When I create a cpmove of a large account Apache seems to become unavailable.
/scripts/pkgacct [account]
Is there a better way to do so?
I have always thought that pkgacct runs at low priority but is that true or should I change that command to ionice -c 3 nice -n 19 /cpmove.sh ?
I know nice already lowers io priority, but as we're talking about a background backup it should be as low as posible. Does the order of nice / ionice matter (does nice override ionice in any order)?
The account is 65GB at this moment.
/scripts/pkgacct [account]
Is there a better way to do so?
I have always thought that pkgacct runs at low priority but is that true or should I change that command to ionice -c 3 nice -n 19 /cpmove.sh ?
I know nice already lowers io priority, but as we're talking about a background backup it should be as low as posible. Does the order of nice / ionice matter (does nice override ionice in any order)?
The account is 65GB at this moment.