Displaying 20 results from an estimated 1100 matches similar to: "small problem that I'm having..."
2003 Jan 23
2
how to send only the diff ?
Hi,
I'm trying to do so that rsync does not send a file that exists but is
different on the remote. I want rsync to send only the difference to the
remote. I prefer to send the difference of a 500 MB file than sending
the whole file over.
I use AIX and rsync version
rsync version 2.4.5 protocol version 24
Oh and my command is :
rsync --stats --progress --delete --partial --timeout=60
2000 Jun 14
4
need help with compiling openssh
hi,
I'm trying to compile OpenSSH, latest version on my Linux box.
I know that it requires openssl and I've installed the 0.9.5a and it's
working just fine.
Now when I'm trying to ./configure the openssh with the options
./configure --prefix=/usr/local/bin/openssh/ --without-pam --without-shadow
--with-tcp-wrappers
It's giving me
checking for openssl directory... configure:
2006 Mar 06
4
rails internals?
Is there a list for discussing Rails internals or is that kind of one
of those jealously guarded secret things?
Also, I seem to be being a bit of a prat today, but if you read this closely:
http://www.rubyonrails.org/images/headlines/community.gif
Bit of a grammatical error there. (Sorry!)
Giles
2002 Nov 21
1
Oplocks problem
Hi,
I use version 2.2.2 of Samba on Solaris 8 and I have the following problem:
2008 Jul 25
3
IO error encountered -- skipping file deletion
Hi guys,
Wondering how i can trace to the problem....im backing up many servers
and on all of them im seeing this error.
Im backing up between centos machines
Thanx in advance!
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello,
I am trying to rsync folders/files hosted on a Windows machine to a
Linux machine. Many of the directory names have spaces in them.
How can I list them in a file so that the --include-from option use
them correctly?
Thanks!
Charles
--
Charles-E. Nadeau Ph.D
http://radio.weblogs.com/0111823/
2002 Aug 23
3
Filenames with blanks
Command like this:
rsync -rxlupogtSvve ssh
$src_host:"/home/wss_disk/calendar.data/'Conference Calls'" $targ_dir
works fine with blanks embeded in the file name.
When I try to script it like this:
COM='`find '$src_dir' -mtime -'$days' -type f `'
rsync -rxlupogtSvve ssh $src_host:"$COM" $targ_dir
works fine on regular filenames,
2010 Jul 27
2
Introductory statistics and introduction to R
Hi,
I have a bright, diligent second-year graduate student who wants to
learn statistics and R and will, in effect, be taking a tutorial from me
on these subjects. (If you've seen some of my questions on this list,
please don't laugh.) As an undergrad he majored in philosophy, so this
will be his first foray into computer programming and statistics.
I'm thinking of having him use
2005 Jul 23
2
link_stat
Hi there,
I set up my company's back up server using rsync.
And I've got a strange problem. I searched in the archives of this
list, but
none of them seems not giving me an idea to solve the problem.
If anyone can help, it would be grateful.
I'm using cron by a user (non wheel/admin) to rsync everyday during
the night.
The cron is set in the server to transfer the backing-up
1999 Sep 08
9
oplock_break problem
Hi,
I have referred to the archive and some of you were having the oplock_break
problem. Does anyone have any solution for this? Will reboot fix the problem?
Please advise.
regards,
Bridget
2009 Aug 17
10
ssh failure due to local error
Readers,
I have tried the following command:
rsync -t *.txt ssh user at remote.machine:
and receive the following error:
rsync: link_stat "local/machinepath/ssh" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1031) [sender=3.0.2]
My understanding of the manual is that the text files on my local
machine should have been
2005 Jan 31
5
consultation
R people,
I need to know if is possible to make data mining with R. If so, is
there any manual or somewhere/one to consult about that.
Thank you very much
Adri?n
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync
gives me below error. Am I doing anything wrong?
#ls -l /tmp/test\ file
-rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file
# /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/
rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2)
Number of files: 0
Number of
2006 Mar 18
1
Search for the minimum of a fitted curve
Hi,
I have a function of the second grade, with 2 parameters:
y~A^2 + A + B^2 + B
The response y is a measurement for the precision of the analytical method, where A en B are method parameters. As its neccesary to keep the precision of the analytical methad as good as possible, its usefull to optimize A en B to keep y as low as possible.
But how can I do this with R?
I have searched the
2005 Sep 09
1
rsync failure - no such file or directory
Hi All,
Attempting to run rsync but getting "no such file or directory" message.
What looks like is happening is solaris 8 is removing the "space"
between .../db2_backup and db2inst1@enolagay... As a result rsync
creates a new dir on the same box with the files in it. Not sure what
to do. VERY new to unix and rsync.
bash-2.03$ rsync -e ssh -av
2003 Jun 17
1
books
Dear All,
using R is noticed that I would benefit by going back to the books and
"refresh" my linear algebra and calculus.
Has anybody suggestions on which books are better as reference on the two
these two topics?
I was thinking to get Lang's "A First Course in Calculus", but I I have no
idea what could be a good one for linear algebra. Something detailed and
clear
files not moved immediately to final destination from temp location after rsync returns with success
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
Hi,
I am using rsync version 3.0.7 on an arm linux based embedded device. The
device pulls data periodically from a rsync server and stores the files on
an SD card.
The partial, temp and final rsync destinations all reside on the SD card.
I came across an issue where it seems that the rsync call returned with a
success but the files that it pulled are not
moved immediately to its final
2006 May 19
2
rsync help
I'm attempting to do an rsync of a whole bunch of files from the machine
here to the remote machine. Both user directories have identical file
structure, except the remote machine is way behind on keeping up with
the local machine. When I tried to run the rsync command from the
current directory of "/home/rob/amet/versions/current/archinve/npa/R-
save" Below is the command and
2005 Apr 23
2
I already used --recursive
In /usr/share/doc/rsync/README.gz:
BUG REPORTS
-----------
If you have web access then please look at...
Well what if you don't have web access? You don't mention what to do
then. "Send bugs to rsync@lists.samba.org" probably. OK. Will do.
Here's one now:
$ rsync -avz debian.linux.org.tw:var/lib/apt/diet.lists var/lib/apt/diet.lists
receiving file list ...
2008 May 29
2
rsync using wildcard (*) character
We are using rsync version 2.6.3 and do not intend to upgrade to the latest
version. I am using the following command:-
rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb
I want to mention the file list in the "myfile" as follows:-
ABCD/cdef/xyz* (Considering there are more than one files existing with
names beginning with xyz)
Once I try to transfer files