I am connecting to my rsync server as follows:
ssh -f -i ~/.ssh/id_dsa -C -l SOMEUSER -L 8730:localhost:873 SOMEHOST sleep 40rsync -av rsync://localhost:8730/module /dest
My LAN servers connect w/o incident or problems. However- I am trying to connect in a remote server and it is giving me some g
On Monday 20 December 2004 12:45 pm, John Van Essen wrote:
> Had you already run rsync before encountering that disk problem?
Thank You so much John, you clarified everything!
> Maybe the target has junk in it that you fixed/deleted on the source?
No, i did that a while ago (a month) and that old f
On Mon, Dec 20, 2004 at 10:18:12PM +0100, Pascal Perez wrote:
> but when the client tries to write I have:
> rsync: chgrp "/file/path/here" failed: Operation not permitted (a number)
There was a bug in older rsyncs where it would try to set groups that it
was not authorized to set. Either upgrade
Hi all,
I've installed rsync to synchronize my linux box and my PowerBook.
I have a server whose conf file looks like
[letters]
use chroot = yes
uid = www
gid = lha.utils
path = /var/hdb/letters
read only = no
list = yes
auth users = pascal,lha
secrets file = /etc/rsyncd.secret
but when the client
On Mon 20 Dec 2004, [EMAIL PROTECTED] wrote:
> I am running the following command to start the rsync server manually
> rsync --daemon
> Then I am getting the following error
> 2004/12/20 22:41:40 [3396] rsyncd version 2.5.7 starting, listening on
> port 873
> 2004/12/20 22:41:40 [3396] rsync: ope
On Sun, 19 Dec 2004, <[EMAIL PROTECTED]> wrote:
> source vs destination in bytes
> -
> a) 20480 vs 34922496
> b) 28672 vs 24576
> c) 61718528 vs 61714432
> d) 157790208 vs 157786112
>
> each directory consists of subdirectories of medical images in dicom format.
> Most inte
I am running the following command to start the rsync server manually
rsync --daemon
Then I am getting the following error
2004/12/20 22:41:40 [3396] rsyncd version 2.5.7 starting, listening on
port 873
2004/12/20 22:41:40 [3396] rsync: open inbound socket on port 873 failed:
Addres
s already in u
I have a remotebkp program which does rsync everyday to mirror the data
from a set of remotebkp machine.
This was happened for the past one year. and i have removed all the data
in my desitination directory of rsync. It transferring back the whole
which we don't want.
Please give a solution.
reg