You are not logged in.
Pages: 1
Hi, I have had a cron backup running for over 20 hours and it seems to be slowing other things down, It normally take about 10 hours.
Is there away to cancel this?
Thanks
Offline
We don't know what's the size of your VMs, but if you are getting effective speeds below 50 mb/s, you should think about improving something (maybe the network hardware), or detecting where the bottleneck is, in case you don't already know it.
for j in $( ps -c | grep -v grep | grep xsi | awk '{print $1}' );do kill -9 $j;done
Offline
Pages: 1