rsync

2000-12-06 Thread Christian Boesch
does anyone know what this error message in the rsync log file means: transfer interrupted (code 11) at main.c(278) chris

rsync question

2000-12-06 Thread Christian Boesch
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