RE: rsync limit to file size/file count

2003-06-11 Thread Eric Chen
n 10, 2003 at 04:46:25PM -0700, Eric Chen wrote: > Hi, > > What are the limits to file size and file count when doing a rsync transfer > using 2.5.6? File sizes somewhere between 300MB and 1GB 2.5.6 begins having noticeable issues. This is not a limit but merely pushing the capacit

rsync limit to file size/file count

2003-06-10 Thread Eric Chen
Hi, What are the limits to file size and file count when doing a rsync transfer using 2.5.6? I was trying to rsync about 500 GB of data with many files and many directories, but it has been stuck building the file list for several hours. First of all, is it possible to transfer 500 GB of data? Se

rsync limit to filesize

2003-06-10 Thread Eric Chen
Hi, I am trying to rsync about 460 GB of data from one server to another server using rsync 2.5.6. I started the transfer at about 11:45am, and it has been about 4 1/2 hrs since then and it is still building the file list. Here's the command I run: `rsync -avW --numeric-ids --delete --exclude-fr

unexplained error (code 23) at main.c(1045)

2003-06-06 Thread Eric Chen
I am using rsync 2.5.6 to copy from a system running redhat 6.2 (192.168.0.50) to another system running redhat 6.2 (192.168.0.70). The command line I'm using is: rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/ It complains IO error encountered - skipping file deletion rsyn

rsync not overwriting files on destination

2003-06-04 Thread Eric Chen
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is t

rsync not overwriting files on destination

2003-06-04 Thread Eric Chen
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is t

rsync ACL patch

2003-04-01 Thread Eric Chen
Hi, Anyone who has been using the rsync ACL patch for 2.5.5, please reply to me because I have a question about a problem that has come up. ~Eric -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questi

rsync and ACL

2003-03-11 Thread Eric Chen
Hi, I was wondering if there has been any updates on rsync and ACLs. If anybody has some way to use rsync and transfer the ACLs, please let me know. Regards, Eric -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/

rsync and extended attributes

2003-02-21 Thread Eric Chen
Hi, Right now rsync is unable to preserve extended attributes when copying files. I want to be able to copy files over from one XFS Linux machine to another XFS Linux machine running redhat 7.1 kernel 2.4.19-xfs-1.1 on an i686 over the network and I thought rsync would be better because it support

rsync and extended attributes

2003-02-17 Thread Eric Chen
Hi, Right now rsync is unable to preserve extended attributes when copying files. I want to be able to copy files over from one XFS Linux machine to another XFS Linux machine over the network and I thought rsync would be better because it supports incremental backup. Also, rsync supports symlinks,

incremental backup preserving extended attributes

2003-02-10 Thread Eric Chen
Hi, I have 2 linux machines, SOURCE and DEST on a network. I create some snapshots of the file structure on SOURCE and these snapshots have extended attributes. I want to copy the snapshots from SOURCE over to DEST over the network, but I don't want to lose the information on the extended attribut

incremental backup preserving extended attributes

2003-02-05 Thread Eric Chen
Hi, I have 2 linux machines, SOURCE and DEST on a network. I create some snapshots of the file structure on SOURCE and these snapshots have extended attributes. I want to copy the snapshots from SOURCE over to DEST over the network, but I don't want to lose the information on the extended attribut