Displaying 20 results from an estimated 1000 matches similar to: "--dry-run won't say where the files are going to go"
2008 Sep 30
1
Transfer between windows and linux going wrong
Hi,
I am running rsync 2.6.9-2etch2 protocol version 29 in a Debian machine.
There is a Windows machine that I want to get the files from debian. For
that I'm using rsync for windows version 3.0.4 protocol version 30
"C:\Program Files\cwRsync\bin\rsync.exe" -Cavz root@10.1.100.45:/root/
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14)
2002 Oct 24
1
rsync error: partial transfer (code 23) at main.c(578)
Hi,
I am using a freebsd 4.5-stable system. I am using the latest "rsync
version 2.5.5 protocol version 26".
I tried to rsync my home directory to another machine:
rsync -Cavz /homes/yxw/ baggie.mit.edu:/disk1/ &> rsync.out&
However, I ran into the error:
www/wf-02.jpg
www/wf-03.jpg
www/www.c
www/www.tar
www/xiaowei.doc
www/xiaowei_dadmom.jpg
www/yxw-contact.txt
wrote
2003 Aug 20
1
including file from excluded directory
I'm trying to explicitly include a file that exists under a directory
that I otherwise want excluded. Here are my command and include list:
rsync -e ssh -Cavz --delete --update \
--include-from=$HOME/.rsync.laptop . $DEST:
where $DEST contains the remote machine name and this is being run
from the top of my home directory. My include list is:
+ /.addressbook
+ /.ICAClient
+
2008 Apr 12
1
Incorrect Total File Size
Greetings,
I am rsync'ing a file approximately 30-50MB in size. The source file
changes several times a day. rsync is launched on the destination host
every 1-2 minutes using the following command:
/usr/bin/rsync --stats --verbose --bwlimit=16 --delete -Cavz
${hostname}::grids ${localdir}
Since the file only changes several times a day, most of the rsync commands
do nothing. Most of the
2003 Mar 03
1
csum-length documentation
I was startled to find that the --csum-length option is not
implemented even though it is documented in the manpage.
Not a good thing.
Here's a patch that removes the manpage entry. I'd much
rather not see this option and actually have the csum_length
be per-file dynamic. Either way this patch should be
applied at least until the code changes.
The patch also brings rsync.1 and
2018 Jun 11
2
libGL error messages
# lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}
00:05.0 VGA compatible controller: NVIDIA Corporation C51G [GeForce 6100] (rev a2) (prog-if 00 [VGA controller])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 16, NUMA node 0
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable)
2018 Jun 13
2
libGL error messages
>>>>> "IM" == Ilia Mirkin <imirkin at alum.mit.edu> writes:
IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
IM> or downgrade. But don't use that release.
I did
[DOWNGRADE] libglapi-mesa:amd64 18.1.0-1 -> 18.0.5-1
[DOWNGRADE] libglx-mesa0:amd64 18.1.0-1 -> 18.0.5-1
and rebooted. Problem remains:
$ glxinfo > /dev/null
2018 Jun 19
1
ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
chromium prints thousands of
[1886:1886:0619/220640.036283:ERROR:gl_surface_presentation_helper.cc(115)] GetVSyncParametersIfAvailable() failed!
2008 May 28
0
bad error message? .. main.c code 23 .. caused by sgid on dir
This is to suggest a possible improvement in an error message.
On a recent rsync transfer I see a message like
> rsync: failed to set permissions on ".../somedir": Permission denied (13)
for several dirs that have the sgid bit set
There seems to be a retry pass, because all the messages are repeated.
And then there is (perhaps a summary) line
> rsync error: some files could not
2018 Dec 30
2
--partial does not "unhide" the files
Hi,
I used --partial to transfer files from my local computer (rsync 3.1.2,
Debian) to a remote computer (rsync 3.1.1 WD MyPassport Storage device)
The files get transferred, but after successful transfer, the files
are not renamed from .<tmpfile> to <file>.
Where to go next?
Here is the verbose output after transferring an empty file
heiko at blade:~/Pictures$ rsync
2003 Jan 30
2
[trivial patch] link overloaded
This is just a trivial documentation change. The word
"link" is overloaded. It refers to symlinks, hardlinks and
network links. When looking for references to file links in
the manpages the network references get in the way.
This patch changes when reasonable to do so the word "link"
to "connection" when referring to the network.
This is just a suggested
2001 Sep 30
0
Exclude sets generated with -C
Hi guys,
I recently stumbled across what I think is an rsync bug. The problem
was I was trying to rsync from one CVS checkout, to another, and was
using rsync -Cavz to do the job. In this CVS module, there happens to
be two sub-directories with the names of "core" and "tags"
respectively, which were ignored, since these names matched the
default CVS ignore list.
When rsync
2018 Apr 11
2
Unreasonably poor performance of replicated volumes
Hello everybody!
I have 3 gluster servers (*gluster 3.12.6, Centos 7.2*; those are actually
virtual machines located on 3 separate physical XenServer7.1 servers)
They are all connected via infiniband network. Iperf3 shows around *23
Gbit/s network bandwidth *between each 2 of them.
Each server has 3 HDD put into a *stripe*3 thin pool (LVM2) *with logical
volume created on top of it, formatted
2018 Apr 12
0
Unreasonably poor performance of replicated volumes
Guess you went through user lists and tried something like this already
http://lists.gluster.org/pipermail/gluster-users/2018-April/033811.html
I have a same exact setup and below is as far as it went after months of
trail and error.
We all have somewhat same setup and same issue with this - you can find
same post as yours on the daily basis.
On Wed, Apr 11, 2018 at 3:03 PM, Anastasia Belyaeva
2018 Dec 30
0
--partial does not "unhide" the files
I think --partial might be a red herring here. It only applies to what
happens when rsync is aborted in the middle of a file. What happens
without -P?
Also, it is worth trying with --inplace.
On 12/30/18 5:32 PM, Heiko Schlittermann via rsync wrote:
> Hi,
>
> I used --partial to transfer files from my local computer (rsync 3.1.2,
> Debian) to a remote computer (rsync 3.1.1 WD
2018 Apr 13
1
Unreasonably poor performance of replicated volumes
Thanks a lot for your reply!
You guessed it right though - mailing lists, various blogs, documentation,
videos and even source code at this point. Changing some off the options
does make performance slightly better, but nothing particularly
groundbreaking.
So, if I understand you correctly, no one has yet managed to get acceptable
performance (relative to underlying hardware capabilities) with
2009 May 15
1
rsync creates file twice
Hi,
I'm using rsnapshot 1.3.1 on a Synology Diskstation ds 107+.
# uname -a
Linux ds107 2.6.15 #832 Sat Mar 7 00:44:45 CST 2009 armv5tejl GNU/Linux
rsnpahot uses rsync, on my box there is:
# rsync --version
rsync version 3.0.6 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit
2006 Aug 04
4
DRY DRY DRY
Hello everyone!
Ive been on rails for the last month or so and really enjoyed this
framework.
However its very hard to find documentation on how to do things right!
For example every beginner after a while realizes that having similar
CRUD actions in every controller and views for them is not DRY at all!
Few days ago I found http://dereksivers.com/rails-shared-controller.html
I quite like his
2006 Feb 03
2
can asterisk to say chinese like say english
this is not just playback recorded voice. this is let asterisk say chinese.
how to do this.
there have any ideas?
--
Jeffery
iaxtel Num: 1-700-576-1311
fwdnet Num: 728150
2007 Sep 22
0
How to DRY up controller action spec with different params.
I tend to write a fresh description block for every change in the parameters
for that specific action, because I hate conditionals in the example
describtion, e.g.:
describe SomeController, "handling GET /path/with/param/3" do
it "should do this"
it "should not do this if"
it "should still do that in both cases"
end
Seperate description blocks keep