Displaying 2 results from an estimated 2 matches for "vacz".
Did you mean:
vac
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
Hi,
At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local
connections or I use -e rsh or -e ssh for remote connections, like:
(OK) ./rsync -vacz . /user
(OK) ./rsync -vacz -e rsh . user@10.4.2.199:user
(OK) ./rsync -vacz -e ssh . user@10.4.2.199:user
but with standart remote rsync without -e
(NOK) ./rsync -vacz . user@10.4.2.199::user
returns:
rsync: failed to connect to 10.4.2.199: Addr family not supported by
protocol
rsync error: er...
2002 Sep 16
2
rsync server-client users
Subject: rsync client-server users
Are you using rsync in a client-server
configuration?
If you are, and if you have set up your
cron or anacron tables to run an rsync
client, does the client ever just hang?
I am running one rsync server and two
rsync clients, both clients are under
control of anacron. And they both hang
on the rsync command, forever.
All three systems run Red Hat 7.1 and