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
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='.filezilla'
--include='.putty' \
--exclude='.*' --exclude='Desktop' --exc
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
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
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)
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) during a sync.
Manually going
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
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:$DST1`
RSYNC2=`rsync -caW -
8 matches
Mail list logo