Displaying 20 results from an estimated 10000 matches similar to: "--stats"
2006 Aug 01
1
Rsync --link-dest over ssh not working
Alright guys, you're my last hope.
Currently I am trying to create a rotating backup system. I have a remote server which I've patched to work with the -E option. Anyhow, the remote server has the backup and I'm trying to use --link-dest against it. Here is the command I'm running.
sudo rsync --dry-run -e 'ssh -l root' --delete -auE \
--link-dest=../backup.0 \
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
https://bugzilla.samba.org/show_bug.cgi?id=8666
Summary: --debug=all9 fail
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
QAContact: rsync-qa at
2015 Jul 02
8
[Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
https://bugzilla.samba.org/show_bug.cgi?id=11378
Bug ID: 11378
Summary: Please add a '--line-buffered' option to rsync to make
logging/output more friendly with pipes/syslog/CI
systems/etc.
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
2004 Jun 18
2
possible writefd_unbuffered error; what am I screwing up this time
I am trying to execute rsync manually at a "remote" server to test out --read-batch execution.
I created the batch files on another server and then rcp'ed them to the "remote" server. I had some issues of not having the
correct working directory on the remote system when I did an rsh "remote" rsync --read-batch ...... so I opened a telnet session
on the remote
2013 Oct 22
4
[Bug 10220] New: symlinks are not counted as files in --stats
https://bugzilla.samba.org/show_bug.cgi?id=10220
Summary: symlinks are not counted as files in --stats
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: zlobber at
2006 Mar 06
5
Malformed Address and Private IP issue
Hello all,
I've run out of of ideas as to why its not working. Below is my
configuration for hosts allow. Even when I have 'hosts allow' off, it
still doesn't work.
Rsync host
==========
rsync version 2.5.7 protocol version 26
/etc/rsyncd.conf
hosts allow = 10.17.44.84 10.17.44.85 localhost.localdomain
dev-01.foo.com e-lnx.foo.com
Server has 2 IP
eth0 = Inet IP
eth1 =
2007 Feb 28
2
backgroundrb 0.2.1 not supported on windows platform?
Hi all,
I want to execute certain ruby script periodically in
my rails application running on windows platform.
I wanted to try out backgroundrb, but it seems that
the support for Windows is deprecated with release
0.2.0 of BackgrounDRb.
The latest release is 0.2.1 & the plugin still doesnt
support windows platform. Can anyone throw more light
on this?
Also, can anyone suggest any
2013 Oct 04
1
[Bug 10181] New: --stats bug
https://bugzilla.samba.org/show_bug.cgi?id=10181
Summary: --stats bug
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: RutleCorps at gmail.com
QAContact: rsync-qa at
2014 May 01
4
[Bug 10580] New: Total file size reported wrong with --stats --info=progress2
https://bugzilla.samba.org/show_bug.cgi?id=10580
Summary: Total file size reported wrong with --stats
--info=progress2
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2007 Jan 18
4
problems testing a rails controller
I''m trying to test a rails controller, but my mock
isn''t working. Everything looks right to me. Can
someone take a look at it and see if I''m missing
something obvious
http://pastie.caboo.se/33883
Domain.should_receive(:find_domain).once.and_return(domain)
That line in the spec is failing but I don''t see why.
If I comment out that line the test passes so it is
2006 Oct 23
2
Digium vs. Sangoma
I don't mean to be a troll in any way shape or form. I was on IRC last night and I observed the following convo. below. What do you guys make of it ?
[02:14] <bkw__> Let me tell you how chidlish digium and Mark Spencer is. I walk into a restaurant with them all here at Astricon wearing my sangoma shirt and he asked me to leave.
[02:15] <Dovid> u serious ?
[02:15] *** mog
2004 Jun 03
5
question
hello
i looked in google , faq etc but didnt found a answer.
sorry if i overseen something.
how i can auth. via a hostkey without make a config in ~/.ssh
normaly ssh has support with ssh -i /keyfile is there any way to combine it
via rsync , with
rsync -e "ssh -i key" ..etc etc does not work
thx bye
2006 Nov 15
3
Set port to which Asterisk should send its answer
Hi,
I'm sending the following message from port X to port 5060 of another box running Asterisk, and it is answering back to port X from port 5060. Shouldn't Asterisk use the Via header to find out where to answer, and in this case send its answer to port 4000?
OPTIONS sip:192.168.0.103 SIP/2.0\r\n
Via: SIP/2.0/UDP 192.168.1.130:4000;branch=0.0\r\n
CSeq: 4711 OPTIONS\r\n\r\n
Thanks,
2008 Dec 16
6
logging mechanism in rsync
Hi Friends,
Does rsync V3 has the feature for logging the files which have not been
transferred? Its already logs the file which have been transfered.
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2006 May 09
2
is not working running through Cron
Since i upgraded rsync to the last version all the rsync running through cron are failing, running the same command through SSH is working ok.
Wondering how could i troubleshoot it.
The cron line is:
0 7 * * * root rsync -azH --stats --delete --partial --timeout=300 --exclude=/proc -e ssh root@xx.xx.xx.xx:/ /home/server7 > /var/log/backupserver7.log 2>&1
The error is:
rsync error:
2006 May 03
11
Curse words
Hello, I just had a problem with someone cusing on my rail app now is
there somthing like Red Cloth that I can use to disable ''dirty words''
--
Posted via http://www.ruby-forum.com/.
2009 May 29
2
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On Linux, when I run "make TEST=ipodbgopt" in
MultiSource/Applications/sqlite3 I get:
make[4]: Entering directory
`/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3'
Compiling shell.c to Output/shell.bc
/home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl
make[4]: execvp:
2007 Oct 05
6
Rsync 3.0.0pre1 released
I've just released rsync 3.0.0pre1, the first pre-release version for
the upcoming 3.0.0 release. The version number is getting such a large
bump due to the addition of an incremental recursion scan (which helps
a lot with large transfers) and the official arrival of several other
new features, including ACL support, extended attribute support, file-
name character-set conversion, etc.
2007 Oct 05
6
Rsync 3.0.0pre1 released
I've just released rsync 3.0.0pre1, the first pre-release version for
the upcoming 3.0.0 release. The version number is getting such a large
bump due to the addition of an incremental recursion scan (which helps
a lot with large transfers) and the official arrival of several other
new features, including ACL support, extended attribute support, file-
name character-set conversion, etc.
2009 Aug 05
2
XML issue
Debian Lenny, latest Wine.
I just installed a program that my WOW guild is raving about. Had to install
.NET 2 to get it to run. Only problem so far is that I can't open a saved
profile. It saves in XML format. That part seems ok, but I can't open it
again. The process hangs on the first of three steps, locks up, and I have
to force quit the app. I can open and read the file with a web