search for: rsynclog

Displaying 12 results from an estimated 12 matches for "rsynclog".

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
2009 Apr 15
0
ssh authorized_keys rsync problem
...ut I know I'm missing a detail. I can ssh from the client to the server without a password no problem. I'm a bit confused as to what the authorized_keys file should contain on the server (aside from the key of course). I have this: command="rsync-3.0.4 --daemon --log-file=/var/log/rsynclog --config=/etc/rsyncd.conf </dev/null",no-pty,no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa <the key> The /etc/rsyncd.conf only contains: [test] path = /tmp/test The problem is that when I try to do something like: client # rsync -av --rsh=ssh server::test/...
2004 Jan 13
0
Rsync processes remain in sleep mode / don't terminate after sync hing
...ync version is 2.5.7 The command is running via a batch script, which looks like: .... D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub1 server::wwwroot1/ >> d:\batch\rsync\logs\rsynclog.txt 2>&1 D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub2 server::wwwroot1/ >> d:\batch\rsync\logs\rsynclog.txt 2>&1 .... (some more lines of that) Although rsy...
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
...BSD 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.000000 }) = 1 (0x1) 44755: 4492.369704537 0.000033806 read(4,"e\M...
2008 Jul 02
1
rsync: failed to set times on ***
Hello everybody I#m trying to rsync from 1 server to another with the following command: rsync -auzv --stats /cygdrive/d/path/to/dir/ CWsync@servername::dyndns --exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR% the dyndns directory is specified in the rsync.conf on the receiving server. The server where i'm executing the command is a windows 2003 server and the receiving server is a linux srver with red hat. on the windows server rsync version 2.6.3 protocol version 28 is in...
2010 Sep 25
2
"writefd_unbuffered failed to write 4092 bytes to socket"
...#39;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] Subsequent runs => [2] rsync: read error: Connecti...
2008 Apr 29
2
writefd_unbuffered failed to write 4 bytes
Hi All. On Mac OS10.4, using rsync 3.0, it stops during a transfer. I mount an SMB share, and then use the line: sudo rsync -avhi --delete --stats --timeout=360 --progress --log-file=/Volumes/backup/20080429/rsynclog.txt --exclude="*:*" /Volumes/RAID_One /Volumes/backup/20080429 There's a few terabytes of data, and it never finishes a complete run. It can stop at anywhere during the transfer, from 5mins, but usually a few hours into it. on the current issues and debugging section on the websit...
2010 Sep 15
2
Intermittent rsync Issues
...13:40:01 [7617] rsync error: error in > rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.7] > > The current version of the rsync command I'm using is: > > rsync --rsync-path="/usr/bin/rsync" --stats --compress --times --links > --log-file=/home/ubuntu/rsynclog.txt --exclude thatfile --recursive > xxx.xx.xxx.xx:/home/ubuntu/utility_scripts/ /home/ubuntu/utility_scripts & > > I previously had --verbose and --progress but removed them after reading on > another forum that someone had resolved some latency issues by removing > those option...
2009 Dec 30
3
rsync email notification on success and failure + Log
...from one drive to the other. I would like to know how I can make the script sending me an email after the script is run and be able to know if it was a success or not and also if possible to include the log file. This is my script: !/bin/bash rsync -av --delete --log-file=/home/duffed/RSyncLog/$(date +%Y%m%d)_rsync_Multimedia.log /media/Multimedia/ /media/MultimediaBackUp Thanks a lot! S?bastien -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20091230/8f0c5a33/attachment.html&...
2002 Feb 20
8
map_ptr warning
I am trying to finalize the use of rsync for updatiung a new nfs server before we take the old one offline. I keep getting the following warning during the rsync process: Warning: unexpected rad size of 0 in map_ptr Any ideas where this comes from and how to make it go away? I am using rsync 2.5.2 on Solaris 8 to pull data from rsync 2.5.2 on Solaris 7. Bob roconnor@vectorpartners.com
2005 Nov 01
3
error in rsync protocol data stream (code 12) at io.c(359)
Hi, I've been experiencing this error for 2 weeks now. I don't now ehat could be a reason. I've tried to update with latest sources, but the same result (I'm not sure for line number, but the rest is the same). rsync: connection unexpectedly closed (5881604 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(359) My synchronized
2011 Sep 26
8
[Bug 8483] New: rsync: chown failed: Permission denied (13)
...FPGACheckOut.MYD.DQayuj" failed: Permission denied (13) rsync: chownfailed: Permission denied (13) Were using the following cmds at present /usr/local/bin/rsync -vaHEu --delete-excluded --progress --stats /atlantic/fpga-gt/tools/ /east/volcombo_a1/fpga-gt/tools/ >> /east/migrationlogs/rsynclogs/fpga-gt-tools.log" -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.