search for: avvv

Displaying 20 results from an estimated 26 matches for "avvv".

Did you mean: avv
2003 Sep 30
2
problem with batch mode:
Hi! I try to use batch mode to send only the difference between two packed CDs by email over a slow line. I create the diff with: rsync -avvv --write-batch=rs CD-ROM-V6.6.32.zip CD-ROM-V6.6.31.zip where alfred:/Auslieferung/CD # l -n -rw-r--r-- 1 0 0 453248121 Sep 2 16:22 CD-ROM-V6.6.31.zip -rw-r--r-- 1 0 0 407416499 Sep 29 13:39 CD-ROM-V6.6.32.zip resulting in: -rwx------ 1 0 0 5...
2015 Mar 16
8
[Bug 11166] New: running with -vvv causes a hang
https://bugzilla.samba.org/show_bug.cgi?id=11166 Bug ID: 11166 Summary: running with -vvv causes a hang Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: pskocik at
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello, I've got rsync --daemon running on an OSX machine, and I have it exporting the entire hard disk as [rootpath]. On my Linux machine, I run this: rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox I redirect the output from that command to a file (nohup.out), and then tail the file, and I see that it never gets beyond the recv_file_name() stage. In about 4 hours, the nohup.out file is 4.2GB (yes, gigabytes), and the rsync proc...
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
Hello, i386 Platform; FreeBSD v. 7.2 O/S I am experiencing repeated rsync failures, rsyncing from a remote site to which I have no access. >From the client side I can run truss to collect system calls truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200 --port=33444 ftp.wwwxxx.org::ftp . >> rsynclog & >From truss.out => 44755: 4492.350089813 0.000022629 read(4,"\M-4\M-4(\M-^\M-j\M^F\^\$\M^]\M^[\M-O2)TX]rbX\^]\M-{\M^B\M-sT"...,4092) = 932 (0x3a4) 44755: 4492.369490252 0.019248456 select(5,{4},{},0x0,{60...
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
...es, it fails on this large file (see log below). I'm already trying to help rsync using "-P" to indicate 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-4K...
2010 Sep 25
2
"writefd_unbuffered failed to write 4092 bytes to socket"
I'm attempting to maintain a mirror of a remote database, ~ 66Gb on a FreeBSD platform. I do not have direct access to the database except by rsync, anon. ftp etc. I'm running rsync nightly from crontab, with the cmd /usr/local/bin/rsync -avvv --port=33444 ftp.filesource.org::ftp . >> rsynclog generated the following in the cron report First error [1] rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(562) [receiver=3.0.7]rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(562) [generator=3.0.7...
2004 May 02
1
ssh+rsync to Windows
...remote shell program and is not running as root; in that case, the default name is rsyncd.conf in the current directory on the remote com- puter (typically $HOME). So I copy /etc/rsyncd.conf to /home/Administrator on XP >From the rh9 box I ran: [root@rh9 root]# rsync -n -avvv --rsh ssh Administrator@xp:util/ xxx/ opening connection using ssh -l Administrator xp rsync --server --sender -vvvnlogDtpr . util/ receiving file list ... server_sender starting pid=2864 link_stat "/home/Administrator/util/." failed: No such file or directory received 0 names done recv_...
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
...nnect) to a share of the clients rsyncd I get different errors: rsync -e "ssh -C -l backup -p 10021" -av /srv/Service/Installs/autosshpatch.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! @ @@@@@@@@@@@@@@...
2001 Nov 08
4
win2k + >2GB files problem
...abilities: 64-bit files, socketpairs, hard links, symlinks It can DOWNload >2gb files from my linux box (with rsync reporting negative file sizes during download :), but I want to use rsync to back up the win2k host so I need to UPload my soo-large files which does not work. c:\rsync>rsync -avvv big.file otherhost::whatever building file list ... make_file(3,big.file) done send_file_list done send_files starting send_files(0,big.file) send_files mapped big.file of size -1692471296 calling match_sums big.file big.file sending file_sum false_alarms=0 tag_hits=0 matches=0 sender finished bi...
2003 Oct 01
0
AW: problem with batch mode:
...38 Sep 29 12:31 new.bak -rw-r--r-- 1 jos staff 498783 Sep 29 12:29 old.zip drwxr-xr-x 2 jos staff 512 Sep 29 12:38 rs lizzy:~/src/rsync-cvs/obj/test/rs% ls -l total 1 -rw-r--r-- 1 jos staff 180 Sep 29 12:37 x lizzy:~/src/rsync-cvs/obj/test/rs% cat x cp ../new.bak ../new.zip ../../rsync -avvv --write-batch=rs ../old.zip ../new.zip cp ../new.bak ../new.zip ../../rsync -avvv --read-batch=rs ../new.zip cmp ../old.zip ../new.zip lizzy:~/src/rsync-cvs/obj/test/rs% sh x building file list ... make_file(old.zip,*,2) expand file_list to 4000 bytes, did move done send_file_list done send_files...
2013 Aug 24
2
Potential incompatibilities between '--delete' and --copy-unsafe-symlinks' ???
...ory for rsync is also hard-linked to other directories (past daily/etc snapshots), so a typical "new" rsnapshot invocation on my system (to create the more recent 'daily.0' snapshot) has the following two key steps: /bin/cp -al /backup/daily.0 /backup/daily.1 /usr/bin/rsync -avvv --delete --numeric-ids --relative --delete-excluded \ --copy-unsafe-links --exclude=*/.*~ --exclude=*/*~ \ --exclude=/home/lost+found <... more excludes ...> \ /home /backup/daily.0/<hostname>/ In this above case, files that were deleted on '/home' between the ...
2002 Aug 31
0
Crash with Cygwin version
...d on the unix box the latest version from debian's "woody" distribtion. The debian version: rsync version 2.5.4 protocol version 26 The cygwin version: rsync version 2.5.5 protocol version 26 If I run the below, I get the following consistently just before it crashes. rsync -avvv --delete -e ssh ./accounts \ nyc.livingwork.com:/home/peterk/pcbackup >... >recv_generator(accounts/quickenw/whatsnew.wri,281) >accounts/quickenw/whatsnew.wri is uptodate >recv_generator(accounts/quickenw/~QW~LINK.QDT,282) >accounts/quickenw/~QW~LINK.QDT is uptodate >recv_g...
2004 Jun 24
0
rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": Broken pipe
...te 32768 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(836) rsync: writefd_unbuffered failed to write 69 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(836) Tried by avvv ... recv_generator(DWCOF02.DAT,420) send_files(420, /prod1/DW/DATA/DWCOF02.DAT) send_files mapped /prod1/DW/DATA/DWCOF02.DAT of size 2225391444 calling match_sums /prod1/DW/DATA/DWCOF02.DAT DWCOF02.DAT rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown": Broken pipe rsy...
2005 May 09
2
Rsync: select: Bad file number
Hello list! I want to 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)...
2003 Feb 28
1
Newbie Question
Hi, This is a very simple question I realise, but I hope maybe someone can just help me out. I am trying to do a very simple thing, just transfer a file from machine 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: rsyn...
2004 Jul 22
2
Strange behaviour rsync pull from sun to ppc linux, Integer overflow - attempted 64 bit offset
Hi, I am running rsync on an embedded linux (ppc) like this: rsync -avvv sun::file-system/ /rsyncexperiment Where sun is a solaris machine that has rsync: rsync version 2.5.7 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 64...
2011 Feb 18
3
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959 Summary: erro occoure ! rsync can't auto exit Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: 490779618 at qq.com
2019 Feb 02
2
linux rsync <-> SSHDroid has started becoming unreliable after an upgrade of Fedora 28 to 29
...te happily to send / retrieve files to / from SSHDroid Pro but recently I have started having a problem when transferring large numbers of file - I am pretty sure it started after upgrading from Fedora x86_64 28 to 29 - but I am not 100% sure. Below is the tail end of the output of: rsync -avvv root at 192.168.1.100:/storage . > err.txt 2>&2 . . sending file_sum got file_sum set modtime of storage/emulated/0/Android/data/com.google.android.youtube/cache/exo/.19.60878.1538877264113.v3.exo.lj1voL to (1538877264) Sun Oct 7 12:54:24 2018 renaming storage/emulated/0/Android/data...
2004 Jul 28
3
only 1.3 of 12 GB will transfer from OSX to Linux
...client:/tmp/server/Users]# ls -R1a|grep [[:graph:]]|grep -vE "/|^.$|^..$"|wc 561 639 10926 [client:/tmp/server/Users]# du -sh 1.3G . Also, if I re-run the rsync command once it's already been done, it gives me this single IO error: [client:/tmp/server/Users]# rsync -avvv --delete server::user_docs/ /tmp/server/Users/ ... recv_file_name(Shared/vida_blue/vb011231i_10_crowd.mp3) received 568 names done recv_file_list done get_local_name count=568 /tmp/server/Users/ IO error encountered - skipping file deletion generator starting pid=4384 count=568 delta transmission...
2006 Oct 11
6
DO NOT REPLY [Bug 4163] New: Checksum Error using "ssh key authentication"
...tw QAContact: rsync-qa@samba.org Rsync works quite well with password entering in ssh. However, if the option -e "ssh -i $HOME/.ssh/rsync_rsa" is used, the error message "Invalid checksum length xxxxx [sender]" will be reported. The other options used here is "-avvv --delete". The last few lines of the messages are as follows: send_file_list done send_files starting deleting i386/.listing_old send_files(1, /cygdrive/d/suse/i386) i386/ send_files(2, /cygdrive/d/suse/i386/.listing) _exit_cleanup(code=2, file=/home/lapo/packaging/tmp/rsync-2.6.6/io.c, line=...