RE: CVS - Secure way to deploy content to web server
"Travis Wissink" <travis-Mj/XWMzl2LRWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
Sounds like you could use some file replication software, software that deploys content out to a cluster of servers. If you are on linux / unix have you thought about rsync (downloadable from rsync.samba.org under GPLv2)? For additionally security, you could use rsync using RSA/SSL certificate. -Travis