On Wednesday, Jul 16, 2003, at 13:17 US/Pacific, Barney Boisvert wrote: > We use rsync for doing all our installation and mirroring, be it code > or > data. Very nice, and works over an SSH connection for security. It's > native to *nix, but I believe there is a Windows port.
Yes, there is. And rsync is very nice indeed. > The one problem with it is that it touches > ALL the files, even if they haven't been updated, which means > recompiling > everything. There's probably a flag to avoid that, but it hasn't been > enough of an issue to go digging through the manpage. rsync -azv is what we use: -a is the 'archive' flag and preserves date / time stamps so that files that haven't changed, don't get copied across. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

