Displaying 3 results from an estimated 3 matches for "vvva".
Did you mean:
vvv
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
...tocol 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 S 09:57 0:00
/usr/bin/rsync -vvva --delete --exclude=root/snapsh
and the last data rsync put out was:
make_file(4,var/adm/fillup-templates/i4l.templ)
make_file(4,var/adm/fillup-templates/i4l_b1.templ)
make_file(4,var/...
2003 Jan 24
2
opendir(somedir/somefile): Not enough space -- why?
...locks Used Available Use% Mounted on
/dev/tcvg1/tcvol1 1007898916 33408 956667148 1% /vol1
I have "apps" configured properly as a service in the rsyncd.conf file.
I started rsync in daemon mode on the HP-UX server, and from the Linux
server I invoked:
rsync --numeric-ids -vvva root@hpuxsrv::apps /vol1/asic_apps/
The file list get transferred, but then I just get repeated lines of errors:
recv_file_name(some_dir/fm_v200209)
opendir(some_dir/fm_v200209): Not enough space
I have tried with --blocking-io and --no-blocking-io, with --bwlimitXXX.
Same problem each time.
Any...
2004 Nov 18
1
Rsync Hangs when syncing two Windows Drives Locally..?
I am trying to keep two hard drives mirrored on a local machine. They
are both 120 GB and I want to run rsync 3 times a day. I don't have an
rsync server running and am only using the rsync.exe with a current
cygwin1.dll. the command I use to sync the drives is:
rsync -vvva --delete /cygdrive/d /cygdrive/e
What do you guys think is the issue here? The command will start and I
will see (make-file)4,"path to the file" continuously and then all of a
sudden everything stops. It normally stops on the same file. What is the
correct way for me to sync two windo...