Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Apr 2003 15:29:09 -0500 (EST)
From:      Andy Harrison <ah54@httpsite.com>
To:        freebsd <freebsd-questions@FreeBSD.ORG>
Subject:   Re: rdist vs rsync
Message-ID:  <XFMail.20030403152909.ah54@httpsite.com>
In-Reply-To: <OE46nI1tXZ2dqogeIN800016a31@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On 03-Apr-2003, Brian Henning wrote message "rdist vs rsync"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Greetings,
>  what are the major differences between rdist and rsync? is one of them
> better
> to use?
> I have a directory that i am backing up with a crontab and the backup dir is
> on
> the same machine.
> 

rdist can be run through ssh, which is useful.  (i have no clue if rsync can or
can't)

Here's my little wrapper:

bin/sdist:
#!/bin/sh
/usr/local/bin/rdist6 -P /usr/bin/ssh \
        -p /usr/local/bin/rdistd \
        $@

rdistd is the path to rdistd on the remote box.

~~ 
Andy Harrison
ah##@httpsite.com
ICQ: 123472  AIM/Y!: AHinMaine
[full headers for details]

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQCVAwUBPoyZlFPEkLgodAWVAQGtzAP/Qu0pYaIVKST/Wybm1qCu4JJMsBNnE2x+
o4x8FR0OTN7r3/YzkyGQwxUhXqbUS5mdA+aHRW2/+ppY/vB5XXmW9SFSPCrQQgff
AzRHu/fCKeiegd/0ZBcIVTC4fwagXnQVb0hzeDPjXeQ0T54V/vsxE47JNEZeLR2a
ePGd6bTGuns=
=idkp
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20030403152909.ah54>