Re: rsync exclude/include [FIDUCIAvirengeprüft - ohne Gewähr, daß alle bekanntenViren und deren Varianten erkannt wurden.]

2001-11-12 Thread Thomas Schweikle


Hi again!





Tomasz Ciolek [EMAIL PROTECTED] on 13.11.2001 01:21:27

An:   Thomas Schweikle [EMAIL PROTECTED]
Kopie:
Thema:Re: rsync exclude/include [FIDUCIA virengeprüft - ohne Gewähr,
  daß alle bekannten Viren und deren Varianten erkannt wurden.]


 Try dumoping the whole file list into a text file, prefix each one with
 minus for exclude and a + for include.

 Then run rsync like this:

 rsync -avz --exclude-from=exclude.list
ftp3.sourceforge.net::/netbsd/iso/ ./iso/

 have a look at the rsync man page for more information on
 the exact syntax of the unified include/exclude stuff
 Regards.

Done that. Result: rsync include/exclude matching is definitively wrong. If
... matching is done using shell filename matching ... this file should
work:

- /*
+ /iso/1.5.*/i386*

but doesn't. Looks like * is matched, but does not lead to a true
matched against /iso/1.5.1/i386cd.iso. Any way to debug this, making sure
how matches are really done?

--
Thomas







Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? allebekannten Viren und deren Varianten erkannt wurden.]

2001-11-12 Thread Thomas Schweikle







Tomasz Ciolek [EMAIL PROTECTED] on 13.11.2001 01:51:25

An:   Thomas Schweikle [EMAIL PROTECTED]
Kopie:Tomasz Ciolek tmc
Thema:Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr,
  da? alle bekannten Viren und deren Varianten erkannt wurden.]


 Umm  loose the spaces between the - and the pattern??

removing spaces changes matching to not match anything at all ---
transferring all files!
Really something wrong with these matching routines! Assuming sh or some
other shell the given paterns should only match some files...

With spaces:
- /**
+ /iso/1.5.*/i386*

rsync -avr --exclude-from=.getit.list ftp3.sourceforge.net::netbsd/iso/
receiving file list ... done
drwxrwxr-x4096 2001/09/25 08:44:02 .
wrote 103 bytes  read 567 bytes  446.67 bytes/sec
total size is 0  speedup is 0.00


without spaces:
-/**
+/iso/1.5.*/i386*

rsync -avr --exclude-from=.getit.list ftp3.sourceforge.net::netbsd/iso/
receiving file list ... done
drwxrwxr-x4096 2001/09/25 08:44:02 .
drwxrwxr-x4096 2001/06/22 15:52:58 1.5
drwxrwxr-x4096 2001/09/10 02:03:23 1.5.1
-rw-r--r-- 590 2001/08/06 11:14:17 1.5.1/.message
-rw-r--r--  78 2001/09/10 02:02:49 1.5.1/BSDSUM
-rw-r--r-- 100 2001/09/10 02:02:49 1.5.1/CKSUM
-rw-r--r-- 162 2001/09/10 02:02:49 1.5.1/MD5
-r--r--r--1306 2001/07/18 12:48:00 1.5.1/README
-rw-r--r--3753 2001/07/14 18:52:59 1.5.1/README.i386pkg
-rw-r--r--  81 2001/09/10 02:02:49 1.5.1/SYSVSUM
-r--r--r--83132416 2001/07/18 10:49:00 1.5.1/alphacd.iso
-r--r--r--59506688 2001/07/18 10:50:00 1.5.1/amigacd.iso
-r--r--r--63569920 2001/07/18 10:52:00 1.5.1/arccd.iso
-r--r--r--79036416 2001/07/18 10:53:00 1.5.1/arm32cd.iso
-r--r--r--60653568 2001/07/18 10:55:00 1.5.1/cobaltcd.iso
-r--r--r--56197120 2001/07/18 10:56:00 1.5.1/hp300cd.iso
-r--r--r--68157440 2001/07/18 10:57:00 1.5.1/hpcmipscd.iso
-r--r--r--99549184 2001/07/18 11:54:00 1.5.1/i386cd.iso
-rw-r--r--   642969600 2001/06/22 23:35:26 1.5.1/i386pkg1.iso
-rw-r--r--   643368960 2001/06/23 02:35:08 1.5.1/i386pkg2.iso
-rw-r--r--   641138688 2001/06/23 05:35:02 1.5.1/i386pkg3.iso
-r--r--r--61702144 2001/07/18 12:01:00 1.5.1/mac68kcd.iso
-r--r--r--68780032 2001/07/18 11:00:00 1.5.1/macppccd.iso
-r--r--r--57671680 2001/07/18 11:02:00 1.5.1/mvme68kcd.iso
-r--r--r--57114624 2001/07/18 11:04:00 1.5.1/news68kcd.iso
-r--r--r--53379072 2001/07/18 11:05:00 1.5.1/next68kcd.iso
-r--r--r--68288512 2001/07/18 11:07:00 1.5.1/pmaxcd.iso
-r--r--r--64684032 2001/07/18 11:10:00 1.5.1/sparc64cd.iso
-r--r--r--80936960 2001/07/18 11:58:00 1.5.1/sparccd.iso
-r--r--r--63930368 2001/07/18 11:12:00 1.5.1/sun3cd.iso
-r--r--r--56000512 2001/07/18 11:14:00 1.5.1/vaxcd.iso
drwxrwxr-x4096 2001/09/22 06:33:55 1.5.2
-rw-r--r-- 561 2001/09/22 06:32:45 1.5.2/BSDSUM
-rw-r--r-- 743 2001/09/22 06:32:45 1.5.2/CKSUM
-rw-r--r--1227 2001/09/22 06:32:03 1.5.2/MD5
-rw-r--r-- 946 2001/09/22 06:33:44 1.5.2/README
lrwxrwxrwx  23 2001/11/02 18:57:33 1.5.2/README.i386pkg -
../1.5.1/README.i386pkg
-rw-r--r-- 584 2001/09/22 06:32:41 1.5.2/SYSVSUM
-rw-r--r--84017152 2001/09/22 03:43:53 1.5.2/alphacd.iso
-rw-r--r--60227584 2001/09/22 03:46:22 1.5.2/amigacd.iso
-rw-r--r--64323584 2001/09/22 03:48:52 1.5.2/arccd.iso
-rw-r--r--79626240 2001/09/22 03:52:09 1.5.2/arm32cd.iso
-rw-r--r--65306624 2001/09/22 03:55:15 1.5.2/ataricd.iso
-rw-r--r--61079552 2001/09/22 03:58:16 1.5.2/cobaltcd.iso
-rw-r--r--56721408 2001/09/22 04:01:11 1.5.2/hp300cd.iso
-rw-r--r--68911104 2001/09/22 04:04:44 1.5.2/hpcmipscd.iso
-rw-r--r--99778560 2001/09/22 04:09:59 1.5.2/i386cd.iso
lrwxrwxrwx  21 2001/11/02 18:57:33 1.5.2/i386pkg1.iso -
../1.5.1/i386pkg1.iso
lrwxrwxrwx  21 2001/11/02 18:57:33 1.5.2/i386pkg2.iso -
../1.5.1/i386pkg2.iso
lrwxrwxrwx  21 2001/11/02 18:57:33 1.5.2/i386pkg3.iso -
../1.5.1/i386pkg3.iso
-rw-r--r--62849024 2001/09/22 04:13:11 1.5.2/mac68kcd.iso
-rw-r--r--69992448 2001/09/22 04:16:39 1.5.2/macppccd.iso
-rw-r--r--58195968 2001/09/22 04:19:32 1.5.2/mvme68kcd.iso
-rw-r--r--56655872 2001/09/22 04:22:07 1.5.2/news68kcd.iso
-rw-r--r--53903360 2001/09/22 04:24:28 1.5.2/next68kcd.iso
-rw-r--r--68714496 2001/09/22 04:27:48 1.5.2/pmaxcd.iso
-rw-r--r--65470464 2001/09/22 04:31:18 1.5.2/sparc64cd.iso
-rw-r--r--71761920 2001/09/22 04:35:01 1.5.2/sparccd.iso
-rw-r--r--64356352 2001/09/22 04:39:10 1.5.2/sun3cd.iso
-rw-r--r--56688640 2001/09/22 04:42:32 1.5.2/vaxcd.iso
-rw-r--r--65667072 2001/09/22 04:46:23 1.5.2/x68kcd.iso
-rw-rw-r-- 479 2000/12/14 16:24:25 1.5/BSDSUM
-rw-rw-r-- 642 2000/12/14 17:56:39 1.5/CKSUM
-rw-rw-r--1174 2001/01/10 04:40:21 1.5/MD5
-rw-rw-r-- 593 2001/01/19 02:53:34 1.5/README
-rw-r--r--5822 2001/01/26 13:24:24 1.5/README.i386pkg
-rw-rw-r-- 501 2000

Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? allebekannten Viren und deren Varianten erkannt wurden.]

2001-11-13 Thread Thomas Schweikle







Tomasz Ciolek [EMAIL PROTECTED] on 13.11.2001 06:29:35

An:   Thomas Schweikle [EMAIL PROTECTED]
Kopie:
Thema:Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr,
  da? alle bekannten Viren und deren Varianten erkannt wurden.]

 so perhaps dropping the leading slash after the - or + will help?

No. Tryied that and others. Matching just doesn't work. Same results as
before. Bad. Any debug mode for matching telling exactly what rsync is
dooing?









rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
Hi!

How can I find out what files wheren't transferred If I have error:

   rsync error: some files could not be transferred (code 23) at 
main.c(1045)

running rsync?

I've tried rsync -v[v][v] but had no success. It wasn't possible to make 
sure what where the files producing the error. Any idea?

rsync is version 2.5.7

-- 
Thomas

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
 On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] 
wrote:
 Hi!

 How can I find out what files wheren't transferred If I
 have error:

rsync error: some files could not be transferred
(code 23) at main.c(1045)

 running rsync?

 I've tried rsync -v[v][v] but had no success. It wasn't
 possible to make sure what where the files producing the
 error. Any idea?

 rsync is version 2.5.7

 You might try capturing stderr.

Tried that too, but without success. The only message I see is
IO error encountered - skipping file deletion
rsync error: some files could not be transferred (code 23) at main.c(1045)

May the file-list is getting a bit to big for rsync?

If I splitt the transfer using

for i in *; do
  rsync -avv --delete --delete-excluded server::public/$i dest/
done

it works seamlessly. The file list is about 50 files long.

-- 
Thomas


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html