Killing a Plesk 11.5 backup process in Ubuntu

Posted by Klaaz on Ask Ubuntu See other posts from Ask Ubuntu or by Klaaz
Published on 2013-10-23T09:39:51Z Indexed on 2013/10/23 10:16 UTC
Read the original article Hit count: 264

Filed under:
|
|

I want to kill a backup process initiated by Plesk in Ubuntu but don't know which processes safely can be killed:

ps aux | grep backup

root     20505  0.0  0.0   4392   604 ?        Ss   01:43   0:00 /bin/sh -c [ -x /opt/psa/admin/sbin/backupmng ] && /opt/psa/admin/sbin/backupmng >/dev/null 2>&1
psaadm   20510  0.0  0.0  30884  1816 ?        S    01:43   0:00 /opt/psa/admin/sbin/backupmng
psaadm   20511  0.0  0.0  30884   644 ?        S    01:43   0:01 /opt/psa/admin/sbin/backupmng
psaadm   20512  0.0  0.6 270472 49356 ?        S    01:43   0:03 /usr/bin/sw-engine -c /opt/psa/admin/conf/php.ini /opt/psa/admin/plib/backup/scheduled_backup.php --dump 1
root     20517  0.0 14.9 1400124 1214696 ?     SN   01:43   0:27 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server --owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 --owner-type=server --dump-rotation=7 --backup-profile-name=serverXL_ --session-path=/opt/psa/PMM/sessions/2013-10-23-014303.864 --output-file=ftp://[email protected]//backup/serverXL/ --ftp-passive-mode
root     27423  0.0  0.0  13652   888 pts/2    S+   10:35   0:00 grep --color=auto backup
root     29103  1.0 14.8 1400124 1209760 ?     SN   02:16   5:21 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server --owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 --owner-type=server --dump-rotation=7 --backup-profile-name=serverXL_ --session-path=/opt/psa/PMM/sessions/2013-10-23-014303.864 --output-file=ftp://[email protected]//backup/serverXL/ --ftp-passive-mode
root     29106  0.0 14.8 1400404 1212456 ?     DN   02:16   0:07 /usr/bin/perl /opt/psa/admin/bin/plesk_agent_manager server --owner-uid=0bd9576c-f832-4362-b4f4-3c1afac22be2 --owner-type=server --dump-rotation=7 --backup-profile-name=serverXL_ --session-path=/opt/psa/PMM/sessions/2013-10-23-014303.864 --output-file=ftp://[email protected]//backup/serverXL/ --ftp-passive-mode

It seems the FTP process is the culprit?

© Ask Ubuntu or respective owner

Related posts about backup

Related posts about process