I installed the plesk backup utilities for PSA5 and used nighthawk's how-to on making this work.
http://forum.rackshack.net/showthread.php?...&threadid=19421
I made the script that he says to, and put it in the cron.daily folder, named zzbackuip.sh as he said. It is not backing anything up on a daily basis though.
I am completely new to cron jobs and this is the first thing I have tried to do with it. Does anyone know why this is not functioning?
Do I need to do something else to activate the cron job?
this is what happens if I execute zzbackup.sh manually from root.
------------------------------------------------------------------------------------
[root@slush cron.daily]# ./zzbackup.sh
===============================================================================
Some errors can be occured during restoration hosting directories or mailnames
because --tar-ignore-failed_read and --nostop keys was used at the same time.
/home/httpd/vhosts/.skel/. ... done
/home/httpd/vhosts/default/. ... done
/usr/local/psa/admin/htdocs//skins/Standard_1/. ... done
/usr/local/psa/admin/htdocs//skins/Standard_2/. ... done
database test ... done
database geosters ... done
database geoster ... done
database main ... done
database billing ... done
/home/httpd/vhosts/celebrateholliston.com/. ... done
/home/httpd/vhosts/lcauction.com/. ... done
/home/httpd/vhosts/lilfolkfarm.com/. ... done
/home/httpd/vhosts/ambianceandspirits.com/. ... done
/home/httpd/vhosts/mangin.org/. ... done
/home/httpd/vhosts/mstrobert.com/. ... done
/home/httpd/vhosts/vwgames.net/. ... done
/home/httpd/vhosts/vwgames.com/. ... done
/home/httpd/vhosts/jaredweb.com/. ... done
/home/httpd/vhosts/musicofdismal.com/. ... done
/home/httpd/vhosts/waveplatesinc.com/. ... done
/home/httpd/vhosts/slushpro.com/. ... done
/home/httpd/vhosts/geosters.com/. ... done
/home/httpd/vhosts/barefootsailingclub.com/. ... done
/home/httpd/vhosts/johniscool.com/. ... done
/home/httpd/vhosts/college4me.com/. ... done
/home/httpd/vhosts/paycompanion.com/. ... done
/home/httpd/vhosts/sorcre.geosters.com/. ... done
/home/httpd/vhosts/logoperfect.com/. ... done
/home/httpd/vhosts/greenchicken.co.uk/. ... done
/var/qmail/mailnames/lilfolkfarm.com/info/. ... done
/var/qmail/mailnames/mstrobert.com/robert/. ... done
/var/qmail/mailnames/mangin.org/janice/. ... done
/var/qmail/mailnames/mangin.org/robert/. ... done
/var/qmail/mailnames/lcauction.com/sales/. ... done
/var/qmail/mailnames/vwgames.net/robert/. ... done
/var/qmail/mailnames/vwgames.com/robert/. ... done
/var/qmail/mailnames/celebrateholliston.com/contact/. ... done
/var/qmail/mailnames/musicofdismal.com/band/. ... done
/var/qmail/mailnames/waveplatesinc.com/contact/. ... done
/var/qmail/mailnames/jaredweb.com/sales/. ... done
/var/qmail/mailnames/vwgames.com/test/. ... done
/var/qmail/mailnames/barefootsailingclub.com/rory/. ... done
/var/qmail/mailnames/college4me.com/rory/. ... done
/var/qmail/mailnames/geosters.com/geosters/. ... done
/var/qmail/mailnames/johniscool.com/john/. ... done
/var/qmail/mailnames/sorcre.geosters.com/sorcre/. ... done
/var/qmail/mailnames/sorcre.geosters.com/SychosisDragon/. ... done
/var/qmail/mailnames/sorcre.geosters.com/ben/. ... done
/var/qmail/mailnames/logoperfect.com/sales/. ... done
/var/qmail/mailnames/geosters.com/billing/. ... done
/var/qmail/mailnames/ambianceandspirits.com/martina/. ... done
/var/qmail/mailnames/ambianceandspirits.com/robert/. ... done
===============================================================================
Some errors can be occured during restoration hosting directories or mailnames
because --tar-ignore-failed_read and --nostop keys was used at the same time.
===============================================================================
[root@slush cron.daily]#
--------------------------------------------------------------------------------
Maybe that can help... thanks