Hi,
I thought this worked for me below, but it does not:
==============================
Cron:
php -q /home/username/public_html/unite/unite.phar settings.xml
in unite dir:
/unite/unite.phar
/unite/settings.xml
/unite/backupfile.jpa
==============================
THIS DOES WORK BELOW!!
==============================
What I had to do is goto "www.unphar.com" and convert it to a Zip format, download the zip file from this website, and extract it to a folder.
I uploaded all the files to the "unite" directory.
/unite/Command/*
/unite/Dispatcher/*
/unite/Engine/*
/unite/Utility/*
/unite/vendor/*
/unite/index.php
/unite/LICENSE.txt
/unite/myrestore.xml
/unite/myrestorefile.jpa
/unite/unite.php
/unite/version.php
My Cron job:
php -q /home/username/public_html/unite/unite.php myrestore.xml
I just wanted to post this so if anybody has problems with UNiTE 4.0.0 this may help them to get it working.
Thanks,
Mark
I thought this worked for me below, but it does not:
==============================
Cron:
php -q /home/username/public_html/unite/unite.phar settings.xml
in unite dir:
/unite/unite.phar
/unite/settings.xml
/unite/backupfile.jpa
==============================
THIS DOES WORK BELOW!!
==============================
What I had to do is goto "www.unphar.com" and convert it to a Zip format, download the zip file from this website, and extract it to a folder.
I uploaded all the files to the "unite" directory.
/unite/Command/*
/unite/Dispatcher/*
/unite/Engine/*
/unite/Utility/*
/unite/vendor/*
/unite/index.php
/unite/LICENSE.txt
/unite/myrestore.xml
/unite/myrestorefile.jpa
/unite/unite.php
/unite/version.php
My Cron job:
php -q /home/username/public_html/unite/unite.php myrestore.xml
I just wanted to post this so if anybody has problems with UNiTE 4.0.0 this may help them to get it working.
Thanks,
Mark
Thanks, Mark