Date: Sat, 17 Aug 2002 18:25:43 +0800 From: francisv@dagupan.com To: freebsd-isp@FreeBSD.ORG Subject: rsync questions Message-ID: <10F29E27A956D511B0940050DA8D86A985C572@mailserver.dagupan.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm testing rsync on two FreeBSD 4.6-STABLE systems: rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others One server is running rsync as a daemon (rsync --daemon) with the following configuration file: # # rsyncd.conf - Configuration file for rsync in daemon mode # # $Id$ syslog facility = syslog max connections = 4 pid file = /var/run/rsyncd.pid [target] path = /usr/local/backup/target comment = Backup directory for <hostname> auth users = <user> secrets file = /usr/local/etc/rsyncd.secrets read only = no rsyncd.secrets contain the username:password pair. But when I initiate a transfer from the client machine, I get this error: [francisv@host bin]$ rsync -vv *.sh francisv@server::target/ opening tcp connection to server port 873 Password: expand file_list to 4000 bytes, did move full-backup.sh full-dump.sh mkstemp .full-backup.sh.M0W7iA failed: Permission denied mkstemp .full-dump.sh.P4Q1le failed: Permission denied total: matches=0 tag_hits=0 false_alarms=0 data=1150 wrote 1364 bytes read 113 bytes 422.00 bytes/sec total size is 1150 speedup is 0.78 rsync error: partial transfer (code 23) at main.c(578) --- francis a. vidal [bitstop network services] | http://www.bitstop.ph streaming media + web hosting | http://www.keystone.ph v(02)330-2871,(02)330-2872; f(02)330-2873 | http://www.kuro.ph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10F29E27A956D511B0940050DA8D86A985C572>