I am using the following command to mirror a directory between two Sun systems using rsync 2.5.5: /usr/local/bin/rsync --verbose --archive --delete --ignore-errors --exclude-from=$HOME/ems.exclude $SOURCE $DEST It appears that deletes and even transfers are being affected by the number of files. Here is a look at the directories: /data/EMS/data : 1 /data/EMS/hist : 0 /data/EMS/parameters : 6089 /data/EMS : 36 Files Found: 6126 As you can see, this is a relatively small number of files. As I understand it, each file accounts for 100 bytes (612,600 bytes) of memory. We have 2,048 Meg memory on these systems. When I remove the "/data/EMS/parameters" directory, things work fine. Can someone advise me on this? Thanks.
Is that a question? The sentence "When I remove the "/data/EMS/parameters" directory, things work fine." implies that if you don't, things don't work fine, but you don't say what that is. Could you supply a little more information please? 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.... Tim?" "Breedlove, Robert" <RBreedlove@caiso.com> Sent by: rsync-admin@lists.samba.org 05/15/2002 09:16 AM To: "'rsync@lists.samba.org'" <rsync@lists.samba.org> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Number of Files Processed? Classification: I am using the following command to mirror a directory between two Sun systems using rsync 2.5.5: /usr/local/bin/rsync --verbose --archive --delete --ignore-errors --exclude-from=$HOME/ems.exclude $SOURCE $DEST It appears that deletes and even transfers are being affected by the number of files. Here is a look at the directories: /data/EMS/data : 1 /data/EMS/hist : 0 /data/EMS/parameters : 6089 /data/EMS : 36 Files Found: 6126 As you can see, this is a relatively small number of files. As I understand it, each file accounts for 100 bytes (612,600 bytes) of memory. We have 2,048 Meg memory on these systems. When I remove the "/data/EMS/parameters" directory, things work fine. Can someone advise me on this? Thanks. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Yes, the process does not complete and deletes are not done. I believe the error is a code(13). -----Original Message----- From: tim.conway@philips.com [mailto:tim.conway@philips.com] Sent: Wednesday, May 15, 2002 9:57 AM To: Breedlove, Robert Cc: 'rsync@lists.samba.org'; r.figueroa@philips.com Subject: Re: Number of Files Processed? Is that a question? The sentence "When I remove the "/data/EMS/parameters" directory, things work fine." implies that if you don't, things don't work fine, but you don't say what that is. Could you supply a little more information please? 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.... Tim?" "Breedlove, Robert" <RBreedlove@caiso.com> Sent by: rsync-admin@lists.samba.org 05/15/2002 09:16 AM To: "'rsync@lists.samba.org'" <rsync@lists.samba.org> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Number of Files Processed? Classification: I am using the following command to mirror a directory between two Sun systems using rsync 2.5.5: /usr/local/bin/rsync --verbose --archive --delete --ignore-errors --exclude-from=$HOME/ems.exclude $SOURCE $DEST It appears that deletes and even transfers are being affected by the number of files. Here is a look at the directories: /data/EMS/data : 1 /data/EMS/hist : 0 /data/EMS/parameters : 6089 /data/EMS : 36 Files Found: 6126 As you can see, this is a relatively small number of files. As I understand it, each file accounts for 100 bytes (612,600 bytes) of memory. We have 2,048 Meg memory on these systems. When I remove the "/data/EMS/parameters" directory, things work fine. Can someone advise me on this? Thanks. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html