I have to sync out content to two web sites. Updates are delivered to a staging server from the content management system. I then need to sync that content out to two or more web servers. FullSync appears to do all I need, however the publication needs to be automated rather than manual. The content management system can call a script on the staging server on completion of an update. I would like to use that script to trigger a FullSync profile or profiles to push the changes out to the web servers. Is that possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Steve,
your usecase sounds like you want to use https://linux.die.net/man/1/rsync
I'm assuming here that your CMS runs on a Linux / Usnix server where rsync is easily available.
HTH Christoph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have to sync out content to two web sites. Updates are delivered to a staging server from the content management system. I then need to sync that content out to two or more web servers. FullSync appears to do all I need, however the publication needs to be automated rather than manual. The content management system can call a script on the staging server on completion of an update. I would like to use that script to trigger a FullSync profile or profiles to push the changes out to the web servers. Is that possible?
Hi Steve,
your usecase sounds like you want to use https://linux.die.net/man/1/rsync
I'm assuming here that your CMS runs on a Linux / Usnix server where rsync is easily available.
HTH Christoph