©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2018-04-10 09:22:16

Pete
Member
Registered: 2018-04-10
Posts: 3

Cancel Running Cron Job

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

#2 2018-04-10 16:42:27

admin
Administrator
Registered: 2017-04-21
Posts: 2,057

Re: Cancel Running Cron Job

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

Board footer