Displaying 20 results from an estimated 1000 matches similar to: "Looking for WinNT rsync binary"
2002 Sep 25
4
pulling data from the server
Hi all,
I have started the rsync in deamon mode. When I use the following
command:
rsync --port 9876 u018::treeA
it seems to work fine but no files are copied from the server.
Using rsync without the deamon works fine.
I tried to debug it a little bit, but I am unable to figure out what's
wrong.
337:david@u050 /export/treeA> rsync -r -vvv --port 9876 u018::treeA
opening tcp
2002 Sep 24
2
off site backup with rsync
Can anyone help me with rsync. I'm trying to set up rsync on a windows nt
4.0 box so i can do off site backup with linux. I followed the
instruction from rsync.samba.org and i have rsync working on windows nt.
when i tried to use rsync with linux to connect to the windows box i get a
error invalid module. Is there anything i can do to get rsync to work so
i can do off site backup. thanks
2002 Nov 03
4
Rsync error: partial transfer (code 23) at main.c(926)
I don't use rsync on my server because all time what i use this message
appears:
zopedocs/GuideToDTML/roman-number.gif is uptodate
wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec
total size is 2211107296 speedup is 866.35
rsync error: partial transfer (code 23) at main.c(926)
I user this command:
rsync --progress -prtvv servertoconnect::tagonrsyncd.conf .
(The rsyncd.conf it's
2002 Nov 13
4
getaddrinfo: Host not found problem
Hello,
I am trying to use rsync (version 2.5.5) in a server client
model to distribute software files. When I kick off the
rsync client on an AIX 4.3.3 pwr3 platform, I get the
following error message. We are in a real bind to get this
protocol going; any help/insight/suggestions would be
"greatly" appreciated.
rsync: getaddrinfo: grp4c 873: Host not found
rsync error: error in
2002 Oct 29
1
configuration question.
Your users have rsh access to the machine, and are getting wherever they
want, using the server:/path syntax.
if they were using the server::module syntax, they would be restricted to
only what's provided by the modules. If you don't want them getting
everything all over the system, you will need to prevent shell access.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse
2002 Dec 17
3
rsync problem behind a router
I have used rsync on many systems, and never had a problem. I am
stumped on what to do with this.
I have a box behind a LinkSys router and I can not "push" or "pull" data
to or from it from anywhere.
When I try, it logs into the remote server, gets the file list and just
stops.
The remote server shows a process running until I control-c out of
it.when I do that, I get:
rsync
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
Tim,
I reported a protocol data stream error on 9/8/2002
Deatils are in my postes at that time
rsync still fails everytime I run it.
This time I added three v's as you just suggested and rsync just hung with
two tasks in execution thus:
root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00
/usr/bin/rsync -vvva --delete --exclude=root/snapsh
root 3179 0.0 0.6 1628 632 pts/1
2002 Dec 20
1
goodbye
Since I get so many direct inquiries, I feel obligated to mention that I
just got laid off, so am losing this address.
Bye.
Tim Conway
conway.tim@spilihp.com reorder name and reverse domain
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM
2002 Oct 10
2
multiple sessions to same destination
Hi All,
I had a look in archives but no joy.
I just want to know before i deploy - if there is any problem with having
multiple rsync sessions from many source locations all to same destination
server ( all copying to different file systems obviously ) ?? Its jusat that
i see on the destination machine a process rsync -server being called
whenever a client connects.
Thanks !
Laurence
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all.
I have a script which I call from cron. It basically does some stopping
of a few services, rsyncs all files to a remote server and then starts
the services again. However, rsync segfaults:
/share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client
If I run rsync from the command-line everything works as
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out.
Situation:
I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1
running Solaris 9.
I am trying to rsync a web site between the IPX and Ultra 1.
All boxes are running 2.5.5 rsync built from source.
Problem:
Can't get a a sync between the IPX -> Ultra.
IPX = kashmir
Ultra = vortac
Mac = archer
Assumptions:
a).
2002 Aug 23
3
Filenames with blanks
Command like this:
rsync -rxlupogtSvve ssh
$src_host:"/home/wss_disk/calendar.data/'Conference Calls'" $targ_dir
works fine with blanks embeded in the file name.
When I try to script it like this:
COM='`find '$src_dir' -mtime -'$days' -type f `'
rsync -rxlupogtSvve ssh $src_host:"$COM" $targ_dir
works fine on regular filenames,
2002 Sep 06
3
error starting client-server protocol (code 5)
I'm running FreeBSD 4.6.2 on two different machines. Both machines have
rync installed by way of the ports library, but one of them is running
it as a server. I followed the directions in the man pages for running
the server using inetd.
Here is what happens:
rsync rsync://myusername@10.0.0.8/
rsync: server sent "rysnc version 2.5.5 protocol version 26" rather than
2010 Apr 17
1
Problems with labels and scaling in star diagrams
I have the following small dataset:
> stardata
NS HE EB CW RW PW
1 0 0.000 0.000 0.042 0.006 0
2 0 0.006 0.000 0.013 0.005 0
3 0 0.000 0.011 0.000 0.000 0
I have plotted the star diagrams as follows:
stars(stardata,
key.labels = dimnames(stardata)[[2]],
labels = NULL,
key.loc = NULL,
draw.segments=TRUE,
col.segments="gray",
lty="blank")
I am
2002 Aug 12
1
rsync --password-file on cygwin
Hi.
As the man page explains, and this message
http://www.mail-archive.com/rsync@lists.samba.org/msg04069.html
summarizes from the different man pages
rsync will not use the password file if it is world readable. Now, if the
rsync team was so kind to add the "strict mode" option for the cygwin
platform to ignore if the file is world readable when running in daemon mode
why
2002 Aug 27
1
RSync and translation
Yeah or Nay...
I have a directory like this on box Y...
ALBERT
BRADLEY
CHARLEY
and I want rsync to transfer and translate this
into...
A/ALBERT
B\BRADLEY
C\CHARLEY
on box Z
Without altering the original directory. Can this be
done?
Thanks, Roger
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
2002 Sep 03
1
(no subject)
Dear all!
Ive got a problem with rsync on a w2k machine!
I run this
rsync -r "\\c/UTILS/" "unixmachine:/home/myuser"
The message I get from the machine is
unixmachine: remshd: Login incorrect.
rsh.exe: can't establish connection
read error: Connection reset by peer
The rsh command works fine with the actual configuration eg.
rsh unixmachine -l myuser ls
2002 Sep 17
1
Question about rsync
Hello All,
I've been getting an error using rsync that I've been trying to track
down the cause of, but haven't been able to solve yet. When I try to
connect to a remote rsync deamon, using a double colon address like
192.168.0.2::classes to copy files in either direction, I get this error
after a timeout.
@ERROR: chroot failed
rsync: connection unexpectedly closed (128 bytes
2002 Sep 17
1
Rsync error 23 /Partial transfer / workaround needed (fwd)
Hi, I posted a list of problems I was having with rsync 2.5.5 (on
Digital Unix 4.0f) which I've now been able to address thanks to some
kernel tuning but I still have one outstanding problem - I still have
situation where files which are added to the filelist for updating on
the remote end are deleted by the client systems' web software
before they are sent - at least I believe this is
2002 Aug 16
1
get working rsync
Hi,
I'm new to this list also I'm new to rsync.
I'm looking to get working rsync on my server to synchronize updating
rbl dns table.
For testing, I installed rsync on two sun boxes running solaris 8,
also on those boxes I'm running sshd2 ver.3.1.
Also I setup rshell an both and is working.
rsync is in search path.
When I tried to copy (update) files, I'm getting error messages: