Displaying 20 results from an estimated 6000 matches similar to: "Deleting files from source after a successful rsync !"
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
Ok, I just setup the log file and this is what I see there:
rsync on cdrive/Temp/pix.log from admx (141.214.137.139)
transfer interrupted (code 3) at flist.c(812)
I had to change [cdrive] from path = "c:\" to path = c: to get rid of
'@ERROR: chdir failed' error.
I am getting close but still need some help. Thanks in advance.
Nishi
> -----Original Message-----
From:
2001 Dec 01
3
include/exclude ?
All,
Could someone please help me resolve this:
[admx:test] $ ls
ERR01 ah01 ah02 an01 an02 mp01 mp02
[admx:test] $ ls {an,mp,ERR}*
ERR01 an01 an02 mp01 mp02
I want to rsync only the "{an,mp,ERR}*" files across using the following
command but do not see the expected results.
[admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2001 Dec 18
2
--size-only ?
-I, --size-only
Normally rsync will skip any files that are already the
same length and have the same time-stamp. With the --
size-only option files will be skipped if they have the
same size, regardless of timestamp. This is useful when
starting to use rsync after using another mirroring
system which may not
2001 Nov 16
3
Secure connection to testor refused !
Here is a newbie question. Hope, you will not mind.
I am trying to backup a file from my NT machine onto AIX machine. Here
is the setup:
NT machine (testor): rsync is in c:\Rsync\rsync.exe and is running as a
daemon. (I created a service for Rsync first).
AIX machine (admx): rsync -v
rsync version 2.3.1 Copyright Andrew Tridgell and Paul Mackerras
admx::nkapoor> telnet testor 873
Trying...
2001 Dec 18
1
return status of rsync
Hello,
rsync returns zero if it is successful but a non-zero (2816) if it can
not find any file(s) to move across. Just curious if that should still
return zero ?
nkapoor> rsync -av * nk01::incoming
building file list ... * : No such file or directory
done
wrote 73 bytes read 337 bytes 820.00 bytes/sec
total size is 0 speedup is 0.00
I am trying to use this return status to determine if
2001 Nov 17
1
read error: Connection reset by peer
Hello,
This is my third posting in a day ! Many thanks to Tim Conway for
responding to my first one. However, since I am hard pressed against
time, I have been trying everything from the docs to get it to work but
looks like, I might take forever unless some expert help comes in. So
please, help if you can. Thanks.
I am trying to copy a file from testor/source to admx/destination. Here
is the
2004 Jan 05
0
No subject
see a copy of your rsyncd.conf?
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me....
2002 Jan 24
5
Moving files revisited
I'd like to revisit the topic of moving files from system to system
using rsync. I've just updated my patch from its 2.5.0 version to
2.5.1, and I'm curious what people think about getting it integrated
into rsync.
The patch comes in two parts. The first eliminates a potential hang
condition that can happen if the data channel from the receiver to the
generator gets clogged up.
2002 Feb 11
1
problem getting just a single dir !
I am trying to fetch a single dir using the following command but all I
get is a empty dir:
rsync -av www.myServer.com::myStuff --include=myDir --exclude=* .
Here is the rsync output:
receiving file list ... done
myDir/
./
wrote 119 bytes read 392 bytes 92.91 bytes/sec
total size is 0 speedup is 0.00
The command looks simple and straight forward but somehow I am not
getting the expected
2002 Aug 08
1
Can not access linux printer from windows
All,
I have a linux machine running Mandrake 8.2 and a windows machine
running Windows 2000. The printer (aprinter) is installed on the linux
machine and I am trying to access it from windows. I can access all the
linux directories and files from my windows machine and even setting
up 'Network Printer' on windows also went through fine but when I
try to print a test page, I get this
2002 Jan 05
2
rsync w/ openssh hangs on linux
Hello All:
I've having repeatable problems copying files between
linux machines using rsync-2.5.1 and various recent
flavors of openssh. The symptom when testing with a
single 2M file is that rsync hangs when when the file
is 97% transferred.
It seems from looking at various archives that this
problem may be non-trivial. I tried applying the
patch at
2002 Dec 09
1
rsync 2.4.6 hanging on HPUX11 only over firewall.
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode.
The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall (from SECURE zone to DMZ)
(The firewall port IS OPEN!!)
During a normal release where there are rougly
2001 Aug 06
5
rsync-2.4.7 NEWS file
I've gone through the CVS commit log and tried to get every
user-visible change since 2.4.6, so that we can make a proper
announcement for 2.4.7. Please let me know if anything is
missing/inaccurate.
At this stage I'm planning to release two 2.4.7pre tarballs, one with
the "large nohang patch" and one without. Some people inside VA will
be stress-testing both, and so we can
2001 Oct 31
2
Problem using -v within rsync transfer.
Hello,
We have used rsync on a mirroring application successfully for just over a
year. After our upgrade to 2.4.6, however, the process started failing
about 50% of the time. The nature of our failure was that the rsync
processes on the remote system would die with no error message, leaving the
local system processes hung. I have netstat and trace output for available
if needed, but I see
2001 Aug 06
3
rsync 2.4.7pre1 release
Well, here's rsync 2.4.7 preview 1:
rsync://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2
http://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2
You need bunzip2 to decompress these files:
http://freshmeat.net/projects/bzip2
The change list is below.
Please, do try this out and let us know either if it works for you or
if it does not. We need both kinds of
2001 Aug 15
2
open issue regarding local copies and -W
Martin,
I want to remind you that there's still an open issue regarding copies when
both source and destination are on the local machine (including over NFS):
I put a patch into the CVS to automatically imply the '-W' option in that
case, and somebody said he was concerned about that because he found that
with -W on local copies he had cases where rsync would lock up, and it
2016 Apr 25
1
copy of a share without path
Thank you for your message.
I was not sure if the example (from here
https://www.samba.org/samba/docs/using_samba/ch06.html) was incorrect or
if I was missing something.
Alexandre Klein
Tanuki Software, Ltd.
6-18-10-4F Nishi-Kasai, Edogawa-ku
Tokyo 134-0088 Japan
Tel: +81-3-3878-3211
Fax: +81-3-3878-0313
http://www.tanukisoftware.com
On Mon, Apr 25, 2016 at 5:34 PM, Rowland penny <rpenny
2018 Jan 07
2
SpreadLevelPlot for more than one factor
Dear All,
I want a transformation which will make the spread of the response at all
combinations
of 2 factors the same.
See for example :
boxplot(breaks ~ tension * wool, warpbreaks)
The closest I can do is :
spreadLevelPlot(breaks ~tension , warpbreaks)
spreadLevelPlot(breaks ~ wool , warpbreaks)
I want to do :
spreadLevelPlot(breaks ~tension * wool, warpbreaks)
But I get :
>
2009 Aug 16
2
challenge in using layout with r bind function
Hi
Can any one explain how i can divide the graphic window
into two rows and two columns -- allocate figure 1 all of row 1 and
allocate figure 2 the intersection of column 2 and row 2
Actually through above also want to understand the use of rbind() function
that is used in call to layout()
Thanks in advance for help and time
Regards
ravi
[[alternative HTML version deleted]]
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
Dear Olivier,
Many thanks for your reply.
Very cool.
You know what I thought ? I thought you had modified the A4 sheet size
to compute the paperheight and paperwidth ?
I wonder if that's another way of proceeding.
Best,
Ashim
On Sat, Nov 18, 2023 at 12:51?PM Olivier Crouzet
<olivier.crouzet at univ-nantes.fr> wrote:
>
> Dear Ashim,
>
> these are documented in the LaTeX