Tim Conway wrote:
I personally have never used include/excludes, but I remember reading the
man page a few years ago, and though it was very well written, I've never
had a scenario where they were appropriate. From your specification, I
don't think you do either. Simplify.
the main use i've f
On Tue, 2004-06-01 at 17:44, Greger Cronquist wrote:
> Hi,
>
> Has anyone considered using the rsync algorithm for loading programs on
> embedded platforms? I.e. with low cpu power (say, 16-25 MHz ARM7) and
> low memory requirements (programs are < 128 KB, and the rsync algorithm
I've been doi
Run it this way:
/usr/local/bin/rsync -aHnuvvv serverX:/ / --exclude-from=/rsync.exclude
--rsync-path=/usr/local/bin/rsync --ignore-existing 2>&1 |tee
/tmp/rsync.debug
The extra verbosity will show you what transport you're using, and other
problems. It could be that you're sshing in, and the
/home/cnwt99/rsync-2.6.2>grep ' 24 ' errcode.h
#define RERR_VANISHED 24 /* file(s) vanished on sender side */
[EMAIL PROTECTED]
/home/cnwt99/rsync-2.6.2>
http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=vanished&x=0&y=0
Tim Conway
Unix System Administration
Contractor - IBM Globa
>From the local machine the following command is executed:
/usr/local/bin/rsync -aHnuv serverX:/ / --exclude-from=/rsync.exclude
--rsync-path=/usr/local/bin/rsync --ignore-existing > /var/tmp/rsync.stdout 2>
/var/tmp/rsync.stderr
I have never used the rsync command. The above command was used
rsync -a&otheroptions rsync://carroll.cac.psu.edu/openbsd/snapshots/i386
rsync://carroll.cac.psu.edu/openbsd/snapshots/ports.tar.gz
/some/destination/
/some/destination will look liks snapshots but with only i386 and
ports.tar.gz in it.
You did know that you can specify multiple sources, right
John wrote:
Possibly rsync can use ssh to forward a local port chosen the same way ftp
chooses a port fo active ftp. Then local rsync opens a connexion to
127.0.0.1:port at the local end, and ssh forwards the stream to rsync running
as a daemon (on another randomly-chosen port? a user-specified por
On Tue, 1 Jun 2004, Paul Haas wrote:
> On Tue, 1 Jun 2004, John wrote:
>
> > That may be so, but I don't think this is one of them. rsyncx is bound to have
> > all rsync's bugs. Qute possibly some will be fixed first there, and it may be
> > they will add valuable new features. One that I think w
On Tue, 1 Jun 2004, John wrote:
> That may be so, but I don't think this is one of them. rsyncx is bound to have
> all rsync's bugs. Qute possibly some will be fixed first there, and it may be
> they will add valuable new features. One that I think would be nice is an
> automatic retry: I keep get
Sorry, but it seems everytime I setup a different rsync operation
(client only) I end up here unraveling the include/exclude stuff I
need.
The documentation is quite good but I guess the subject is just quite
a bit to chew.
To cut to the chase:
I want to sync up my own snapshot repository of ope
Hi all,
While trying to mirror a filesystem from one machine to another (for
backup purposes) I get the following error:
[EMAIL PROTECTED] root]# /usr/bin/rsync -qavxzC --delete chandler:/var/
/bigdisk/backup/chandler/dev-md5-var/
[EMAIL PROTECTED]'s password:
rsync error: unexplained error (cod
Thanks Martin:
Sorry about the kernel omission: 2.6.6
The bugzilla application setup for the kernel had a seperate field for
the kernel version and I didn't add this information to the message I
sent tot he list.. The bugzilla application assigned my report bug
number: 2801
Dennis
Martin Pool w
On Tue, 1 Jun 2004, Martin Pool wrote:
> On 1 Jun 2004, John Summerfield <[EMAIL PROTECTED]> wrote:
> > The jitterbug link on http://rsync.samba.org/nobugs.html no longer works. I
> > suggest it either be fixed or removed.
>
> Thanks, fixed.
>
> > You make bug-reporting needlessly difficult, I
On 31 May 2004, Guo jing <[EMAIL PROTECTED]> wrote:
> hello,
> I am a student in China.I like the linux and usually use the rsync to
> backup my documents. Last week when I use it,I find a question I want to
> discuss with you.
>
> The condition is like this: The source file that I want to rs
On 30 May 2004, "Dennis R. Gesker" <[EMAIL PROTECTED]> wrote:
> Note: I don't know if this is a problem withe I20 drivers or Rsync so
> I'm submitting to both the Kernel Bugzilla and the Rsync mailing list. I
> couldn't find a bugzilla for Rsync. I hope this was the correct way to
> submit this
On 1 Jun 2004, John Summerfield <[EMAIL PROTECTED]> wrote:
> The jitterbug link on http://rsync.samba.org/nobugs.html no longer works. I
> suggest it either be fixed or removed.
Thanks, fixed.
> You make bug-reporting needlessly difficult, I think. I dislike the need to
> subscribe to a mailin
I have some problems when I read the code of the rsync.
There are many reference such as lp_log_file, lp_uid, lp_include_from,
etc. in the file clientserver.c and log.c . Who can tell what do they
mean? Are they functions? Where I can find the particular information
about them?
Than
Hi,
Has anyone considered using the rsync algorithm for loading programs on
embedded platforms? I.e. with low cpu power (say, 16-25 MHz ARM7) and
low memory requirements (programs are < 128 KB, and the rsync algorithm
must use little ROM and RAM). Or is it just not worth the effort?
I guess you
18 matches
Mail list logo