Have you tried SystemImager?
http://systemimager.sourceforge.net/
It's based on rsync and is designed to do just what you described.
-Brian
Thus spake Christian Boesch ([EMAIL PROTECTED]):
> i want to use rsync to maintain 30 linux workstations in a lab.
> therefore i have the rsync server r
> From: "Hoffman, Micah (NCI)" <[EMAIL PROTECTED]>
> Date: Wed, 06 Dec 2000 14:28:18 -0500
> Subject: First time post - cron error message - help needed
>
> I just began to run rsync on a couple of my servers (Solaris 7). I'm
> running the following as a cron job on server 2 every hour to sync s
I just began to run rsync on a couple of my servers (Solaris 7). I'm
running the following as a cron job on server 2 every hour to sync server 2
with server 1:
/usr/local/bin/rsync -vvaxuz --stats --progress --delete \
--rsh=/usr/local/bin/ssh server1:/share/* /share/ \
2>&1 >> /rsync_
does anyone know what this error message in the
rsync log file means:
transfer interrupted (code 11) at
main.c(278)
chris
i want to use rsync to maintain 30 linux
workstations in a lab.
therefore i have the rsync server running in daemon
mode
with this rsyncd.conf file:
[test]
uid=nobody
gid=nobody
path=/
exclude=/home /proc
use chroot=no
max connections=5
lock file=/etc/rsync/rsync.log
list=yes