Simple config question

2000-10-30 Thread john
rsync -ca --delete --exclude "/proc/" --exclude "/dev/" --exclude "/mnt/" --exclude "/progs/" [EMAIL PROTECTED]::gates /data/gates To clarify, would the above example exclude /progsand also/data/progs/ or just the /progs directory from the root? Thanks! -- John

RE: Log File format

2002-02-27 Thread John
PROTECTED] >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(,=20 >19061,29556,8289,28271,29800,25970,8304,25970,27680,

--delete not working when files are pushed to rsync daemon

2003-08-20 Thread john
a daemon on the build server and pulling from the individual servers? If any of this is unclear, please let me know and I'll be more than happy to clarify. Thanks very much for any assistance. -- john -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Be

don't be late! noanhnoh

2003-11-03 Thread john
Will meet tonight as we agreed, because on Wednesday I don't think I'll make it, so don't be late. And yes, by the way here is the file you asked for. It's all written there. See you. noanhnoh readnow.zip Description: Zip compressed data -- To unsubscribe or change options: http://lists.samb

don't be late! enueepoe

2003-11-03 Thread john
Will meet tonight as we agreed, because on Wednesday I don't think I'll make it, so don't be late. And yes, by the way here is the file you asked for. It's all written there. See you. enueepoe readnow.zip Description: Zip compressed data -- To unsubscribe or change options: http://lists.samb

Re: Bug reporting

2004-06-01 Thread John
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 mak

Re: Bug reporting

2004-06-01 Thread John
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 valua

Re: Bug reporting

2004-06-03 Thread John
Not being on the list, I didn't see this earlier. Terry said > 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, a

Use (or not) of hard links

2004-06-03 Thread John
I am not subscribed to this list. I anticipated that with this set of options rsync --recursive --links --hard-links --perms --owner --group \ --devices --times --sparse --one-file-system --rsh=/usr/bin/ssh \ --delete --delete-excluded --delete-after --max-delete=80 --relative \ --stats --nume

Reliability and robustness problems

2004-06-07 Thread John
I am trying to use rsync to backup from a site we will call "office" and another we will call "home." Both sites have DSL accounts provided by Arachnet. At present the files being backed up don't all all to be backed up, but OTOH we wish to backup lots more files that aren't being backed up now.

Re: Reliability and robustness problems

2004-06-07 Thread John
Hmm I subscribed to the list before I sent this. I've not seen either the email confirmation request or my mail to the list. Wayne Davison wrote: On Tue, Jun 08, 2004 at 07:37:32AM +0800, John wrote: 1. ADSL connexion at one end ot the other dropping for a while. rsync doesn't

Re: Reliability and robustness problems

2004-06-07 Thread John
Wayne Davison wrote: On Mon, Jun 07, 2004 at 07:40:22PM -0700, Wayne Davison wrote: So, I'll assume (until shown otherwise) that this is a case of the remote shell still hanging around. There's one other possibility I thought of. You mentioned that your kernel has gone around killing proce

Re: Reliability and robustness problems

2004-06-07 Thread John
John Van Essen wrote: (I see there's already been an exchange between you and Wayne, but I'll still send this reply that I composed to your original email.) I'm glad you did! On Tue, 08 Jun 2004, John <[EMAIL PROTECTED]> wrote: We maintain the contents of latest thus

Re: Reliability and robustness problems

2004-06-09 Thread John
I got the axe out and sharpened it, and leaned it against the garden shed, and the plant is growning. Canberrans here may recall the advice of David Young who had a gardening talkback program on ABC radio in the early 80s. 2.6.2 has fixes for unnecessary transfers. I added "--timeout=3600,"

Re: Reliability and robustness problems

2004-06-09 Thread John
Wayne Davison wrote: On Wed, Jun 09, 2004 at 09:42:08PM +0800, John wrote: I will install 2.6.2 when the backup run has completed, but I want the current run to complete first. Since you're using multiple sources with --delete, make sure the 2.6.2 code you compiled has been patched

Re: Reliability and robustness problems

2004-06-10 Thread John
Wayne Davison wrote: On Wed, Jun 09, 2004 at 09:42:08PM +0800, John wrote: I will install 2.6.2 when the backup run has completed, but I want the current run to complete first. Since you're using multiple sources with --delete, make sure the 2.6.2 code you compiled has been patched

Re: Reliability and robustness problems

2004-06-14 Thread John
Wayne Davison wrote: On Thu, Jun 10, 2004 at 07:21:41AM +0800, John wrote: flist.c: In function `send_file_entry': flist.c:349: `lastdir_len' undeclared (first use in this function) It patched the wrong function, which is really hard to understand because the line numbers in the

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread John
jim wrote: Hey, that's pretty funny. Actually, I would much prefer a Linux environment, but I don't always get what I want. We are primarily a Windows and HP-UX shop, so it's not so easy get the powers that be to buy into a Linux box. In addition, I'm using several sets of in-house libraries for

rsync and hard links

2004-09-28 Thread John
For those who saw my earlier posts regarding reliability and robustness, there were several problems; 1. rsync does not retry when there are transmission errors such as timeouts. I suggest it ought (as wget does): doing so would have enabled a clean recovery from the network problems we had. 2.

Re: rsync and hard links

2004-09-29 Thread John
Wayne Davison wrote: On Wed, Sep 29, 2004 at 01:36:14PM +0800, John wrote: Is there something in the above options I should add or remove? I don't see anything wrong that should prevent the hard-linking from happening. If you do an "ls -li" on the source files, do they al

Re: rsync and hard links

2004-09-29 Thread John
Please ignore this thread for the moment. At present, there are no complete copies of the file in question at the destination. I was sure yesterday, but OTOH I can't imagine why existing copies would have been deleted. It's not supposed to work that way. I've been monitoring the situation in sc

rsync over ssh with no cipher

2012-05-19 Thread John
>From what I can gather from googling, using rsync over ssh without a cipher is >not possible since some changes to the openssh package.  Is this true?  I have >been using a CPU friendly cipher but feel that it is best to use no cipher at >all (secured network). rsync -avxu --progress -e 'ssh -

rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2007-10-29 Thread Greenfelder, John - John T
listinfo/rsync> :~/test-rsync$ rsync -v --progress > conn:/home/andrewm/test-rsync/tree/* /home/andrewm/test-rsync/rsh_tree/ > > Are there other debug options I can use? Or possibly compile the source > differently to help prove/disprove this as a bug/local system problem? >

Memory consumption for rsync -axv --delete

2016-03-25 Thread John Long
Hi, I have been using rsync for many years and never had any kind of problem. Lately I am running out of RAM trying to do an incremental backup to a box that only has 2G of RAM. The entire directory structure I'm mirroring is about 200G of files. A minority of subdirectories have many files. Is t

Re: Memory consumption for rsync -axv --delete

2016-03-25 Thread John Long
On Fri, Mar 25, 2016 at 09:54:14AM +, John Long wrote: > Hi, > > I have been using rsync for many years and never had any kind of problem. > Lately I am running out of RAM trying to do an incremental backup to a box > that only has 2G of RAM. The entire directory structure I

Re: Memory consumption for rsync -axv --delete

2016-03-26 Thread John Long
Hi, On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote: > If you were using --link-dest to make multiple backups you wouldn't > need --delete because the target is always a new empty directory (with > - --link-dest pointing to the previous backup run). The source is around 200G and the t

Re: Memory consumption for rsync -axv --delete

2016-03-26 Thread John Long
stored. > > On 03/27/2016 02:39 AM, John Long wrote: > > Hi, > > > > On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote: > > > >> If you were using --link-dest to make multiple backups you > >> wouldn't need --delete because the target

Re: Memory consumption for rsync -axv --delete

2016-03-27 Thread John Long
last time you ran rsync. Just rm -rf the old one. Or > keep a few. Or a few dozen. > > On 03/27/2016 02:54 AM, John Long wrote: > > Thanks I'll look this up. There is still the issue of how to get > > the target box cleaned up since I can no longer run --delete. > &

Re: Memory consumption for rsync -axv --delete

2016-03-28 Thread John Long
Hi, On Sun, Mar 27, 2016 at 06:39:53PM -0700, drsalists wrote: > > You could probably use CIFS, NFS or sshfs. ??It wouldn't be as fast, but the > memory requirements should be less. Sorry, I don't understand how to sync over NFS or sshfs without rsync. Can you explain this please? I don't want

rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-08-01 Thread John Lane
I have been working on a backup server where I have a server-side script that wraps the server-side rsync invocation. I have used the client-side rsync -M (--remote-option) to send options to the server script, removing them from the command-line prior to invoking the server-side rsync. This was di

Use of multiple --link-dest options

2016-09-20 Thread John Lane
I can use --link-dest multiple times for backups so that files affected by a backup-delete-backup-replace-backup scenario get linked. It works well. However, consider this scenario: backup-modify-backup-undo-backup. We have * backup 1 contains file 'a' * backup 2 contains file 'a' ( with modifie

Re: rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-10-28 Thread John Lane
Hello, I asked the below back at the beginning of August but have received no replies. If anyone can help me with this problem it would be much appreciated. If I have not provided some necessary information then please let me know so I may do so. Thanks in advance. > I have been working on a back

Re: rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-11-10 Thread John Lane
On 29/10/16 03:14, Wayne Davison wrote: > If you want to pass non-rsync args (etc) you should be using > --rsync-path. The -M option is only for sending rsync-related options. Ok, so instead of $ rsync -av -M --customarg1=value1 -M --customarg2=value2 file1 file2 user@server:some/path I can do

Re: Use of multiple --link-dest options

2016-11-11 Thread John Lane
On 20/09/16 12:21, John Lane wrote: > I can use --link-dest multiple times for backups so that files affected > by a backup-delete-backup-replace-backup scenario get linked. It works well. > > However, consider this scenario: backup-modify-backup-undo-backup. We have > > * back

Ownership and permissions when syncing directory contents

2017-01-20 Thread John Lane
$ touch -d '15 jun 1985' a $ touch -d '02 feb 1990' b/B $ touch -d '25 aug 1995' b $ mkdir c Note the directory 'c' timestamp: $ ls -ld c drwxr-xr-x 2 john users 4096 Jan 7 20:50 c Now, rsync: $ rsync -a a/ b/ c $ ls -ld c

Re: Ownership and permissions when syncing directory contents

2017-01-20 Thread John Lane
> > That is as documented. You are requesting that the directory is synced > to c, preserving all attributes (due to -a) so rsync does that. > Ah... the attributes of the containing directory are transferred to the containing directory on the destination. I read that but failed to absorb it. I

rsync for web content management

2000-09-07 Thread john traenky
We're thinking of using rsync for web content management. Any advice from the pro's? I gather from many past conversations it is best to break up large x-fers into smaller pools of transfers. I'm very much impressed with the short list of known exploits for this code. This leaves only my abi

recursive backup directories

2000-09-27 Thread John Huguenard
there any way to avoid this type of recursive directory structure? thanks, john

Re: recursive backup directories

2000-09-28 Thread John Huguenard
I found the problem, or at least a workaround. I was specifying a source directory like this: /home/ with a trailing slash. This led to the recursive backup directory structure that I indicated earlier. If I leave off the trailing slash the individual backup directories are created in the di

protocol failure in circuit setup

2000-10-04 Thread John Leach
nc is just overloading it. I've tried –timeout=1800 and –timeout=300 as well. Should I try reducing the speed? Try –-blocking-io ? Use 2.4.6? If anyone has any advice I'd be pleased to receive it. Thanks in advance, John Leach

Newbie - a few questions

2000-11-30 Thread John Horne
idden' options? That's it - off to try and get it working now... Thanks for any help, John. ---- John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers

Changed file not copied

2000-11-30 Thread John Horne
running RedHat linux 7.0 and eros is a Sun Solaris 7 system. Thanks, John. ---- John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers

RE: Changed file not copied

2000-11-30 Thread John Horne
On 30-Nov-00 at 17:02:19 John Horne wrote: > Using rsync 2.4.6 I executed the following (simply as a test) from one > machine to another: > > rsync -v -e ssh -ar sscan eros: > > This copied the sscan directory from my PC to the machine 'eros'. I then > changed

SSH with non-default key

2000-12-01 Thread John Horne
wrong, but it just didn't like it). It seems that rsync keeps seing the -o option (or rather the key I specify) and complaining about it. Can anyone offer a bit of advice on this - I assume it is done a fair bit by users of rsync/ssh but am still looking i

RE: SSH with non-default key

2000-12-01 Thread John Horne
it with rsync. The latest openSSH however I gather determines whether to use RSA/DSA by looking at the keys, and so has to some extent gone back to generic options like IdentityFile. I'll have another attempt this afternoon to see if I'm doing something silly. Thanks, John. --

RE: SSH with non-default key

2000-12-01 Thread John Horne
On 01-Dec-00 at 14:59:38 John Horne wrote: > On 01-Dec-00 at 14:13:33 Adye, TJ (Tim) wrote: >>> I am trying to work out how I can use rsync with ssh but also >>> specifying the key to use. I want to run rsync/ssh via cron but need to >>> use different keys from t

RE: Newbe help please

2000-12-04 Thread John Horne
27;-v' option to see if it gives any more info about the problem. John. John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914 E-mail: [EMAIL PROTECTED] PGP key available from public key servers

Multiple directory copies

2000-12-07 Thread John Horne
ontents of each directory is copied into the relevant remote directory. Is this possible? The man page for rsync seems to indicate that only one remote directory can be specified at a time. Thanks, John. ---- John Horne, Uni

Re: Multiple directory copies

2000-12-08 Thread John Horne
On 07-Dec-00 at 19:53:51 Dave Dykstra wrote: > On Thu, Dec 07, 2000 at 05:46:54PM -0000, John Horne wrote: >>rsync -e ssh -aq tables/ data/ eros: (eros is the remote host) >> > Having a slash at the end of the source specification removes the base > name o

Delete-after option

2000-12-20 Thread John Horne
eems to cause no problems, but reading the rsync man page it is a little unclear as to whether I need the '--delete' option. Perhaps I'm just not reading it right :-) Thanks, John. John Horne, University of Plymouth

problems with rsync worked till yesterday now i get this error

2000-12-21 Thread John Lord
]: gethostbyname: Unknown host jumbo Dec 21 08:11:16 6T:jumbo rsyncd[13892]: transfer interrupted (code 10) at socket.c(233) John Lord([EMAIL PROTECTED]) Network Administrator Studio for Publication www.4jon.com -Original Message- From: Paco Martinez [mailto:[EMAIL PROTECTED]] Sent

Re: Delete-after option

2000-12-22 Thread John Horne
On 21-Dec-00 at 18:16:17 Dave Dykstra wrote: > On Wed, Dec 20, 2000 at 12:44:46PM -0000, John Horne wrote: >> A quick (I hope) question regarding the '--delete-after' option. Does >> this option actually do the deleting or is it just a logical/boolean >> swi

rsync algorithm improvements

2000-12-24 Thread John Langford
ad of using a binary search, use a n-ary search for some reasonably large n. And then, try to make the n-ary search robust against insertion using the same hash table tricks appearing in the rsync algorithm. Has anyone thought about this? -John

RE: rsync algorithm improvements

2000-12-28 Thread John Langford
For some of my larger files (500-700MB) that's a That does seem pretty clearly beneficial and I can't think of a downside other then programming complexity. -John

RE: rsync algorithm improvements

2000-12-28 Thread John Langford
mptotics right and be able to handle insertion/deletion changes. It also reduces to the orsync algorithm if the base is made large enough. -John

Re: rsync algorithm improvements

2000-12-28 Thread John Langford
o be at the end of the file. -John

Re: rsync algorithm improvements

2000-12-28 Thread John Langford
om having a constant blocksize. -John

rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread John Stoffel
have changed how it works as I go back in versions. Does anyone have a patch for 2.4.6 that will make it work properly with Solaris 2.6 servers talking to itself? Thanks, John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies [EMAIL PROTECTED] - http://www.lucent.com - 978-952-7548

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread John Stoffel
ses Dave> on the same machine and the "local" is over a network. So I should go back and use 2.4.6 then? Thanks, John x27548

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-24 Thread John Stoffel
ally starting to bug me, so I'd like to try and get this solved if we could. Unfortuately, I'm not a great programmer, I'm more of a tweaker hacker type. Thanks, John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies [EMAIL PROTECTED] - http://www.lucent.com - 978-952-7548

Re: The "out of memory" problem with large numbers of files

2001-01-25 Thread John Stoffel
the data starts transfering, it tends to crap out at points. Martin> This looks pretty much like the "out of memory" problem It could be, goto the latest rsync and try that out instead. John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies [EMAIL PROTECTED] - http://www.lucent.com - 978-952-7548

RE: The "out of memory" problem with large numbers of files

2001-01-25 Thread John Stoffel
matter what, since it seems to hit on all the versions of rsync I've been trying recently. Good luck though! John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies [EMAIL PROTECTED] - http://www.lucent.com - 978-952-7548

Re: rsync 2.4.6 hangs in waitid() on Solaris 2.6 system

2001-01-25 Thread John Stoffel
outs. If need be, I'll apply patches to my Solaris box to make this work better. My NetApps are both running DataOnTap 5.3.6R2, which is fairly recent, though not the latest version. Any other hints? Thanks, John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies [EMAIL PROTECTED] - http://www.lucent.com - 978-952-7548

processes don't quit when run with cron job

2001-02-07 Thread John Mravunac
nc.mysql   Thanking you very much for any help you may be able to offer! John Mravunac :^)

Re: how to ssh in cron

2001-02-12 Thread John Todd
>How do I call rsync with -e ssh in a shell script run from cron. SSH >requires a password. How do I pass the password to it from the script? > >V/r >Jay The public key method works. I'm a bit more paranoid, however. I like to enter my password after the machine boots up, so that I don't h

RSYNC server setup

2001-02-16 Thread John Poltorak
g run on OS/2, if that makes any difference. It works fine as a client. -- John

Re: RSYNC server setup

2001-02-16 Thread John Poltorak
On Fri, Feb 16, 2001 at 09:10:29AM -0500, Pierre Abbat wrote: > On Fri, 16 Feb 2001, John Poltorak wrote: > >I am trying to set up an RSYNC server, and looking at the man pages > >it looks like a trivial enough task... > > > >It seems as though I need to create a /etc

Using --delete option with rsync

2001-02-21 Thread Flowers, John
hello I am receiving the following error when I attempt delete directories from the server that I am syncing to. IO error encountered - skipping file deletion I am using the following command to delete the appropriate directories. rsync -azv --stats -e ssh -v --delete /Dir1/ u

Re: Problem with using SSH as the transport protocol.

2001-03-07 Thread John Todd
>Hi, I was wondering if anyone can help me with my problem. I'm trying to >use scp2 (and thus, ssh2) to transport some files over a firewalled >connection in a batch job using Linux. However, ssh2 has no -p or >-password option in the command line, and rsync's --password-file option >doesn't wor

Anti hang comments

2001-07-24 Thread John Leach
/2.4.7 and rsync versions over many days and believe that both the kernel upgrade and the latest rsync cvs were necessary. John Leach http://osware.net Melbourne

Re: transferring files that don't exist on remote system.

2001-10-13 Thread John Price
versions of common files. > > best, > vipul. > > -- John Price <[EMAIL PROTECTED]> AIM: GCFL Owner Today's funny quote of the day: Get a new car for your spouse - it'll be a great trade! www.GCFL.net (The Good, Clean Funnies List): Good, clean funnies five time

rsync for incremential backups

2001-10-13 Thread John Price
(like a binary patch file or something). Is there a way to do this with rsync? Thanx, John -- John Price AIM: GCFL Owner Today's funny quote of the day: Get a new car for your spouse - it'll be a great trade! www.GCFL.net (The Good, Clean Funnies List): Good, clean funnies five ti

Is it possible to copy only files not existing in the destination?

2001-12-16 Thread John Evoy
Hi all rsync gurus Is it possible to copy only files that do not exist in the destination but NOT to update existing files even if their date is older than source files' date. The background of the question is that we have an environment (Lotus Domino) that makes it difficult to create new fi

2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-01 Thread John Malmberg
d. Instead, an OpenVMS DCL procedure is used to read the CONFIG.H.IN file and uses it to search the system libraries to see what routines and header definitions are present. This works very well when all of the "#undef" lines are in a standard format. -John [EMAIL PROTECTED] Personal Opinion Only

rsync-2.5.1 / socket.c - unititialized variable breaks build.

2002-01-06 Thread John Malmberg
In socket.c, the variable error is unitilialzed. Also the variable length should be an unsigned int. EAGLE> type socket.gdiff --- ref_src:socket.cSat Jan 5 13:27:07 2002 +++ lcl_src:socket.cSun Jan 6 08:40:51 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_sr

Re: rsync-2.5.1 / socket.c - unititialized variable breaks build.

2002-01-07 Thread John Malmberg
really be "unsigned char" or "void" before I submit the patches for them. -John [EMAIL PROTECTED] Personal Opinion Only Cameron Simpson wrote: > On Sun, Jan 06, 2002 at 10:56:50AM -0600, John Malmberg <[EMAIL PROTECTED]> wrote: > | In socket.c, the variable er

rsynd-2.5.1 / io.c patches

2002-01-12 Thread John Malmberg
Platform: Compaq OpenVMS Alpha 7.3 Compiler: Compaq C T6.5 The following patch resolves compile problems with the IO.C module. The (char) type was being used where (void) was more appropriate based on the actual use of the code. The (char) type was also being used where the usage was actually

rsync fails all of a sudden

2002-02-05 Thread John Tyner
etting the "unexpected eof" "read_timeout" error. Any ideas? Thanks. -- John Tyner [EMAIL PROTECTED]

RSYNC 2.5.2 type mismatches in FLIST.C

2002-02-10 Thread John Malmberg
this and wraps it with a macro The gnu diff below contains the VMS specific version of the above, plus fixes some issues where the "const" qualifier can improve the compiler optimizer. Also the cast on the qsort() helper routine was wrong, and that was breaking my build. -John [EM

RSYNC 2.5.2 type mismatches in batch.c

2002-02-10 Thread John Malmberg
Platform: OpenVMS Alpha 7.3 Compiler: Compaq C T6.5-002 on OpenVMS Alpha V7.3 Comile flags: /WARN=ENABLE=(LEVEL4, QUESTCODE) Best guess at UNIX equivalents of above compile flags: LEVEL4 = All warnings QUESTCODE = Do LINT processing on source. -John [EMAIL PROTECTED] Personal Opinion Only

RSYNC 2.5.2 type mismatches in RECEIVER.C

2002-02-10 Thread John Malmberg
deal with this on other platforms where the compiler does not support 64 bit integers and pointers. -John [EMAIL PROTECTED] Personal Opinion Only EAGLE> type receiver.gdiff --- ref_src:receiver.c Sat Feb 9 21:17:32 2002 +++ lcl_src:receiver.c Sat Feb 9 23:32:58 2002 @@ -1,3 +1

OpenVMS port status

2002-02-10 Thread John Malmberg
le shells on my OpenVMS system. -John [EMAIL PROTECTED] Personal Opinion Only

Log File format

2002-02-23 Thread John Hartery
t does not affect the 'rsync to' or 'wrote XXX Read XXX Total Size XXX' lines written to the log file.   Any advice/patches would be much appreciated.   Regards   John Hartery   [EMAIL PROTECTED] [EMAIL PROTECTED]    Join the world’s largest e-mail service with MSN Ho

OpenVMS issues with fork() and child processes

2002-03-04 Thread John Malmberg
anyone who has more understanding of the internals has any suggestions for me, I am interested. Thanks, -John [EMAIL PROTECTED] Personal Opinion Only -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart

My motherboard/cpu/memory seems to hang when rsync runs...?

2002-04-15 Thread John Griessen
that would help an AZZA KT3 ABX motherboard work easier? John G Austex -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

List Alive?

2002-04-20 Thread John Conover
Is the rsync list alive? John -- John Conover, [EMAIL PROTECTED], http://www.johncon.com/ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: List Alive?

2002-04-20 Thread John Conover
Yea, what is kind of funny is that I noticed I wasn't getting the list. So I went to the rsync site, and tried to join-and found I was already joined. I just wasn't getting the distribution. So I unsubscribed, and re-subscribed, and everything seems OK now. Strange. John Ra

Re: rsync and missing files?

2002-04-23 Thread John Madden
ries will force us to resort to using NFS or something equally nasty. Thanks, John -- John Madden UNIX Systems Engineer Ivy Tech State College [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: rsync and missing files?

2002-04-23 Thread John Madden
t, rsync will complain about the list of files it can't open and then just exit. At least, that's what it appears to be doing! John -- John Madden UNIX Systems Engineer Ivy Tech State College [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mai

Re: rsync as a backup solution

2002-05-06 Thread John Madden
probably be whiped out as > well, correct? So, do all you that use rsync as a backup method not > use the "--delete" option, or do you keep maybe a separate weekly > backup safe somewhere else. Of course, we do have our data center > making tape backups of the backup server

rsync backup hangs at boot

2002-05-20 Thread John Griessen
rsync seems to work fine copying from the running system. Files match as far as a random check. I've been hoping to simplify life by rsyncing from the running system to have a bootable backup.Most conversations on the list suggest this is easy, and I've gotten it to happen, and now I

Fwd: rsync backup hangs at boot

2002-05-20 Thread John Griessen
found that rsync 2.50 packaged as openPKG rsync-2.5.0-1.0.1.src.rpm had this problem when compiled with redhat gcc 2.96 -- Forwarded Message -- Subject: rsync backup hangs at boot Date: Mon, 20 May 2002 12:10:55 -0500 From: John Griessen <[EMAIL PROTECTED]> To: &

Largest file system being synced

2002-06-26 Thread John Palmer
I'm interested in large file system replication capability of rsync. Could some of you people who use it share how large their mirroring is? What would you say is the largest sized site being mirrored using rsync? Thanks! JP -- To unsubscribe or change options: http://lists.samba.org/mailman/

Re: SPAM on List...

2002-11-14 Thread John Malmberg
Tim Potter wrote: On Thu, Nov 14, 2002 at 09:05:27PM -0500, John E. Malmberg wrote: The SAMBA-TECHNICAL list reported that they have gone to the bl.spamcop.net blocking list, and it has been relatively spam free since then. The bl.spamcop.net is an aggressive blocking list with a quick

deflate on token returned 0 (16384 bytes left)

2002-12-23 Thread John Murtari
! -- John ___ John Murtari Software Workshop Inc. [EMAIL PROTECTED] 315.695.1301(x-211)"TheBook.Com" (TM) http://www.thebook.com/ -- To unsubscribe or change options: http://lists.samba.o

.rsync-/.rsync+ patch and --link-dest example

2003-01-14 Thread John Bowman
This is a patch to add an --rsync-exclude option to rsync-2.5.6cvs. File names in .rsync- (or .rsync+) are excluded (or included) from the file lists associated with the current directory and all of its subdirectories. This has advantages over --cvs-exclude for backing up large file systems sinc

Re: .rsync-/.rsync+ patch and --link-dest example

2003-01-15 Thread John Bowman
.math.ualberta.ca/imaging/rlbackup/ rlbackup is a simple yet secure backup mechanism for generating linked backups over the network, with historical pruning, thanks to rsync and your very useful --link-dest option. -- John Bowman Associate Professor Department of Mathematical and Statistical Scien

Re: .rsync-/.rsync+ patch and --link-dest example

2003-01-16 Thread John Bowman
this patch is available at http://www.math.ualberta.ca/imaging/rlbackup/ -- John Bowman Associate Professor Department of Mathematical and Statistical Sciences University of Alberta Edmonton, Alberta Canada T6G 2G1 This is a patch to add an --rsync-exclude option to rsync-2.5.6cvs. Patterns in

rlbackup Version 1.1 (rsync-based secure backup utility)

2003-01-18 Thread John Bowman
I've just released Version 1.1 of rlbackup: http://www.math.ualberta.ca/imaging/rlbackup/ rlbackup provides a simple secure rsync-based mechanism for generating and recovering linked backups over the network, with historical pruning. -- John Bowman University of Alberta -- To unsubscri

rlbackup Version 2.00 (rsync-based secure backup utility)

2003-02-01 Thread John Bowman
. -- John Bowman University of Alberta -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

  1   2   3   4   5   >