[Zope] ZSyncer questions??
Andy McKay
andy@agmweb.ca
Fri, 17 Jan 2003 15:16:56 -0800
> 1. How do I automate the stuff so that I can cron-ize it using wget, if
> I have to approve of and select the objects to be synced everytime. (
> the approval checkbox in the zsyncer props is off - dunno if that has
> any bearing on this at all).
Look at the Zsyncer code and you will see its just a matter of calling a
function (i think its manage_sync with the appropriate objects). Either
write a long url to do that or a script python object that does this and
call that.
> 2. The moment it syncs it marks the curent stuff as out of date. I KNOW
> its not but why??
The date checking is a little wonky. If you do not have the latest
version (0.4.6) its not using GMT times so gets confused by time zones.
Cheers.
--
Andy McKay