Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


tar backup scipt limit cpu usage
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

tar backup scipt limit cpu usage

corpuscorpus Member
edited September 2012 in General

hello
iam trying to create a file backup script using tar -cpzf command
the procedure eat a lot of cpu
i tried to use cpulimit and nice
with nice i use this
nice -n 19 tar cpzf .......
then when i am lookin at htop tar command performs ok but gzip takes load to 1.05

with cpulimit i tried this without luck

tar cpzf ....... & cpulimit -e tar -l 30 & cpulimit -e gzip -l 30

can anyone had same probles with cpu usage and wants to help ? Thanks

Comments

Sign In or Register to comment.