PDA

View Full Version : Execute an script when backup is done


bakon
12-04-2012, 09:00 AM
How could I execute a shell script when "pbackup" finish?

Thank you.

slava
12-05-2012, 09:21 AM
Hello,
the easiest way to run this - change command in crontab and add command such as
00 0 * * * /usr/local/ispmgr/sbin/pbackup backup 1 ; /root/script.sh

bakon
12-06-2012, 02:40 AM
Thank you.