It seems that with the archive manager plugin, i cant take the 'archivemanager' folder and put it on a seperate empty box, that does not have yetishare installed on it, and just simply run
php process_archive_queue.cron.php
because it seems to rely on yetishare being installed on the machine
define('LOCAL_DOC_ROOT', realpath(dirname(__FILE__) . '/../../../'));
include_once(LOCAL_DOC_ROOT . '/core/includes/master.inc.php');
stuff lik ethat
so it would be better if you could run it independently
php process_archive_queue.cron.php
because it seems to rely on yetishare being installed on the machine
define('LOCAL_DOC_ROOT', realpath(dirname(__FILE__) . '/../../../'));
include_once(LOCAL_DOC_ROOT . '/core/includes/master.inc.php');
stuff lik ethat
so it would be better if you could run it independently