Re: rsync and AIX 5.2

2004-12-13 Thread Wesley Joyce
{WBE} ** -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html Wesley Joyce, Network Administrator Information Technology University of the Virgin Islands #2 John Brewer

Re: BAD rsync, or is it bad me?

2003-12-30 Thread Wesley Joyce
Yep, your right! thanks. At 08:58 PM 12/30/2003, John Van Essen wrote: On Tue, 30 Dec 2003, Wesley Joyce <[EMAIL PROTECTED]> wrote: > Something very scary just happened to me while I was creating a ksh script > to rsync mulitple FS between two hosts. Here is the script, notice the

BAD rsync, or is it bad me?

2003-12-30 Thread Wesley Joyce
Something very scary just happened to me while I was creating a ksh script to rsync mulitple FS between two hosts. Here is the script, notice the 'i' at the end of rsync line, it got put there by mistake. You also see the contents of $FSLIST cat'd below the script. When I ran this, it started

Rsync 2.5.7 hangs after completion

2003-12-16 Thread Wesley Joyce
I am having a problem with rsync hanging after completion. The command I am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw for the syntax correction) There were 56 deletions on the destination and ~ 1380 files copied total (I gathered these stats by using grep and wc -l

Rsync 2.5.7 --delete not working!!!

2003-12-16 Thread Wesley Joyce
I am having a problem with rsync not deleting files on the destination that no longer exist on the source. The command I am using is: rsync -vaz --delete /bantemp/* backenp650:/bantemp Once the two trees are in sync, if I add a file to the source, run rsync again, it will copy over the one new