Rsync over ssh rocks! I use it to keep a prd web site in sync with test system. verrrryyyyy niceeeeee On Wed, 12 Nov 2003 13:46:36 -0600 (CST), Jima <jima at beer.tclug.org> wrote: > On Wed, 12 Nov 2003, Daniel Taylor wrote: >> For the remote copying why not just use scp/rcp -R and copy the tree >> over that way? You might need a couple of other flags if you have links, >> but it should just work. > > Or take it one level further and use rsync over ssh? > > rsync -ave ssh ./ server1:/oracle2/ > > It only transfers files that have changed, too. > > Jima > rsync advocate > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > http://www.mn-linux.org tclug-list at mn-linux.org > https://mailman.real-time.com/mailman/listinfo/tclug-list _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list