search for: vvvlogdtpr

Displaying 10 results from an estimated 10 matches for "vvvlogdtpr".

2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
...te that rsync should reuse the current copy and not trying to create a copy on the /tmp parition of the NAS. Any hints what might be the problem? Thanks - Ben myhost:~# rsync -avvv /srv/storage rsync at naspy::Backups -P opening tcp connection to naspy port 873 sending daemon args: --server -vvvlogDtpre.iLsf --partial . Backups/ sending incremental file list [sender] make_file(storage,*,0) send_file_list done [sender] make_file(storage/7N-ZDGtCZq01gFJQEd8eqPuiGbumCWtPoje-4KMVfzIFs1,*,2) [sender] make_file(storage/PmjyreYXD0Istwvp-8D6PWA5zeZP1DdbboxuS3xGZphQe1,*,2) [sender] make_file(storage/JKs...
2003 May 28
0
OSX zero file length problem
...th sides is version 2.5.5. when i try to rsync a directory, all files get overwritten on the server side with 0 file length. here is an example (server is .5): [beldridg@rover]$ rsync -a -vvv -e ssh tool-etc/ 192.168.3.5:/home/beldridg/tmp/ opening connection using ssh 192.168.3.5 rsync --server -vvvlogDtpr . /home/beldridg/tmp/ on the client side: recv_files(576) starting set modtime of X11 to (1049338547) Wed Apr 2 18:55:47 2003 X11/ recv_generator(X11/XF86Config-4,2) X11/XF86Config-4 -> /etc/X11/XF86Config-4.novm recv_generator(X11/XF86Config-4.novm,3) send_files(3,tool-etc/X11...
2004 Jul 16
0
[Bug 1529] New: 32bit rollover problem rsyncing files greater than 4GB in size
...ransfer of all data past 4gig in a single run, rsync will never be able to complete this transfer. A verbose output of the start of a test rsync that makes the problem apparent follows: > rsync -avvvP --bwlimit=30 test2:bigtestfile ./ opening connection using ssh test2 rsync --server --sender -vvvlogDtpr --bwlimit=30 --partial . "bigtestfile" receiving file list ... server_sender starting pid=22545 [sender] make_file(bigtestfile,*,2) [sender] expand file_list to 131072 bytes, did move recv_file_name(bigtestfile) received 1 names 1 file to consider recv_file_list done get_local_name count=...
2005 May 09
2
Rsync: select: Bad file number
...try to sync files from one SUN box to another. Both running rsync version 2.5.5 protocol version 26 whenever I try to run the command: [root@server1:/qdmsfs]# rsync -avvv -e ssh /qdmsfs/test/ server2:/ qdmsfs/test I receive the messages: opening connection using ssh server2t rsync --server -vvvlogDtpr . / qdmsfs/test sh: select: Bad file number rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) _exit_cleanup(code=12, file=io.c, line=150): about to call exit(12) Unfortunately I cannot find any answer to the "s...
2003 Feb 28
1
Newbie Question
...ne A to machine B using rsync with ssh. This is what i'm typing: bash-2.03# rsync -avvv --rsh="ssh -l tdf" tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html This is what I get: opening connection using ssh -l tdf machine.niss.ac.uk -l tdf rsync --server --sender -vvvlogDtpr . /export/home/tdf/demofile.html tdf@machine.niss.ac.uk's password: bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) _exit_cleanup(code=12, file=io.c, line=150): about to call exit(...
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
...tosshpatch.bin backup@localhost:/BACKUP Seems to work. But it did not connect to the share BACKUP but copy the autosshpatch.bin in a file called BACKUP rsync -avvv /srv/Service/Installs/autosshpatch.bin backup@localhost:12345/BACKUP opening connection using: ssh -l backup localhost rsync --server -vvvlogDtpre.iL . 12345/BACKUP @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right no...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello, I'm running HP-UX 11i on an rp74xx. It's 64-bit. C compiler is as follows: B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3913DB C.03.30.02 HP aC++ Compiler (S800) /usr/bin/cc: LINT B.11.11.02 CXREF B.11.11.02 HP92453-01 B.11.11.02 HP C Compiler $ Sep 8 2000 23:13:51 $ I have successfully compiled rsync 2.6.2 and it
2007 Nov 15
1
Problem with rsync recent file logic ?
...s: 2007-11-15 12:35:06.000000000 +0200 Modify: 2007-11-15 12:24:37.000000000 +0200 Change: 2007-11-15 12:24:37.000000000 +0200 [root@rnd-dev2 test_rsync]# rsync --timeout 20 -avvvr /tmp/test_rsync/ -e ssh root@rnd-dev1:/tmp/test_rsync/ opening connection using ssh -l root rnd-dev1 rsync --server -vvvlogDtpr --timeout=20 . /tmp/test_rsync/ building file list ... [sender] make_file(.,*,2) [sender] expand file_list to 131072 bytes, did move [sender] make_file(maxim_file.dat,*,2) [sender] popping per-dir .cvsignore exclude list done send_file_list done send_files starting server_recv(2) starting pid=12320...
2002 Oct 11
4
Problem with checksum failing on large files
I'm having a problem with large files being rsync'd twice because of the checksum failing. The rsync appears to complete on the first pass, but then is done a second time (with second try successful). When some debug code was added to receiver.c, I saw that the checksum for the remote file & the temp file do not match on the first try, so (as expected) it repeats the rsync & the
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi, I'm trying to figure out why when I do an rsync (Solaris, version 2.6.4 on both sides) from a site on the West Coast of the US to a site on the East coast, I keep getting directories updated when I use the command like this: # rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \ src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/ And I get output like this,