search for: cvsnew

Displaying 1 result from an estimated 1 matches for "cvsnew".

Did you mean: cvsnet
2008 May 07
1
Rsync won't be quiet
...om cron if the transfer goes with no errors. Instead I get a message every time there is an update, with a line for each file transfered. On the server the rsync is initiated with a command like this: /usr/local/bin/rsync -aqzC --delete --password-file=/etc/rsync.pwd \ /path/to/cvs client.domain::cvsnew > /dev/null The connection is made with an rsync inet daemon on the client. I thought the -q option and the redirection to /dev/null would keep it quiet under normal circumstances. Apparently not. There's no rsyncd.conf on the server. On the client it looks like this: log file = /var/l...