Re: [CentOS] RSync Problem

2014-02-14 Thread Tony Mountifield
In article <52fe23c4.50...@gmail.com>, Joseph Hesse wrote: > I use an external USB drive and rsync to back up everything in /home. > The USB drive has an entry in fstab and I mount it with "# mount /mnt" > The rsync command I use is: > > rsync -av --delete --include='.thunderbird' --include='.fil

Re: [CentOS] rsync problem

2008-09-03 Thread Bill Campbell
On Wed, Sep 03, 2008, Thomas Bleier wrote: > > Hi everybody, > after upgrading a few CentOS machines from 5.0 to 5.2, and during that > upgrading rsync from 3.0.0-1.el5.rf to 3.0.3-1.el5.rf (both from > rpmforge) rsync stopped working and bails out with a segfault after > some undetermini

Re: [CentOS] rsync problem

2008-09-03 Thread Robert Moskowitz
Thomas Bleier wrote: Hi everybody, after upgrading a few CentOS machines from 5.0 to 5.2, and during that upgrading rsync from 3.0.0-1.el5.rf to 3.0.3-1.el5.rf (both from rpmforge) rsync stopped working and bails out with a segfault after some undeterministic time (zero to a few seconds) duri

Re: [CentOS] rsync problem

2008-09-03 Thread Ralph Angenendt
Thomas Bleier wrote: > Hi everybody, > after upgrading a few CentOS machines from 5.0 to 5.2, and during that > upgrading rsync from 3.0.0-1.el5.rf to 3.0.3-1.el5.rf (both from rpmforge) > rsync stopped working and bails out with a segfault after some > undeterministic time (zero to a few seconds)

Re: [CentOS] rsync problem

2007-11-14 Thread Yiorgos Stamoulis
Scott Moseman wrote: I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST