copying pointed to links

2003-11-20 Thread Leaw, Chern Jian
HI, I have a filesystem containing a symbolic link. pglc0003> ls -l |grep TA lrwxrwxrwx1 cleawadm26 Nov 19 17:23 TA -> /pgadm1/adm/cleaw/tempArea I'd like to copy the symbolic link TA to the /tmp area, I'd also like to have the directory tempArea from /pgadm1/adm/cleaw/tempA

long time taken in building file-list

2003-08-05 Thread Leaw, Chern Jian
HI, I have a 68GB of filesystem to be synchronized from 1 filesystem to another. However, it is really taking more than 4 hours to just build the file-list, and it's still in the process of building the file-list as show below, together with my script. I broke-down the rsync process by transferr

Permission denied & readlink errors

2003-07-20 Thread Leaw, Chern Jian
HI, I encountered the following errors below when using rsync version 2.5.6, with the options: # rsync -avzo --delete /src /dest I invoked rsync as a root user. The source and destination filesystems (both reside on the NFS disks), have been exported with root privileges. 1) This file below do

Re: Rebuilding rsync to define HAVE_OFFSET64_T

2003-07-15 Thread Leaw, Chern Jian
HI JW, I tried building rsync version 2.5.6. However when transferring the file to another machine (also with a rsync 2.5.6 built), it still produced the error message "Value too large for defined data type" shown below: % du -sk bigFile3 2402348 bigFile3 % /pgadm1/adm/cleaw/rsync/rsync-2.5.6/

Rebuilding rsync to define HAVE_OFFSET64_T

2003-07-14 Thread Leaw, Chern Jian
HI, I'm currently using rsync version 2.4.4 protocol version 24 on a HP11.0, Solaris 8 and Redhat 7.1 platforms. In my earlier posting, I asked about the problem on "Value too large to be stored in data type" when transferring files which are >= 2GB in size., i.e. building file list ... globa

rsync's "value to large" error.

2003-07-08 Thread Leaw, Chern Jian
HI, I'm trying to transfer a list of files within a filesystem to another filesystem. I've used the option: # rsync -avzol --progress /wp05/global/FCSI/WP_RLS05/rundir/ /nfs_proj/global/WP/ However, it had produced the error below: building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_ma

multi-threaded rsync with gzip file

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options:

RE: rsync Digest, Vol 3, Issue 23

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options:

multi-threaded rsync for a single gzip file

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change opt

rsync with multiple threads for transferring huge file

2003-03-24 Thread Leaw, Chern Jian
HI, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options: h

rsync with large gzip files.

2002-10-27 Thread Leaw, Chern Jian
Hi, I tried performing a complete copy of 17GB of filesystems over the WAN (0.8GB/hr) with the speed of 16Mbps. The filesystem consists of several large g-zipped files. These large g-zipped files have actually been zipped out of other sub-filesystems and directories. I noticed that while transferr

Rsync with multiple huge filesystems

2002-09-10 Thread Leaw, Chern Jian
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate NI

Rsync with multiple huge filesystems

2002-09-10 Thread Leaw, Chern Jian
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate NI

Recall:

2002-09-10 Thread Leaw, Chern Jian
Leaw, Chern Jian would like to recall the message, "". -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

(no subject)

2002-09-10 Thread Leaw, Chern Jian
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate NI

RE: --include option

2002-08-14 Thread Leaw, Chern Jian
k_speed > + /stor/circuit_design/fub_layout > - /* > AND > + /clock_speed > + /fub_layout > - /* Could you please help me out? Thanks. -Original Message- From: Nitin Agarwal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 3:49 PM To: Leaw, Chern Jian Cc: '

RE: --include option

2002-08-13 Thread Leaw, Chern Jian
vison [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:57 AM To: Leaw, Chern Jian Cc: '[EMAIL PROTECTED]' Subject: Re: --include option On Mon, 12 Aug 2002, Leaw, Chern Jian wrote: > # rsync -avz --include-from=files_included /stor/circuit_design/ > mickey

--include option

2002-08-12 Thread Leaw, Chern Jian
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2 subdirectories

rsync with --exclude files

2002-07-25 Thread Leaw, Chern Jian
> HI, > > I'm trying to exclude some files & directories from a filesystem which I > would like to copy to a different site. I did: > > # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt > /fs22/a/circuit_design mickey.willow.com:/cpu/store/design > > where file /fs21/tmp/perl_scr

rsync with --exclude files

2002-07-25 Thread Leaw, Chern Jian
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt

Filesystem Permission problems

2002-06-10 Thread Leaw, Chern Jian
HI, I would like to copy my file, i.e. test_file.cc on 1 host machine into another user's home directory i.e /usr/adm/ken_lee/ , on a different host machine. These 2 hosts machines, i.e host1 and host2 are on different NIS domains. I tried copying my file into the other user's home directory, b

Rsync of filesystems with sym-links to other hosts

2002-06-09 Thread Leaw, Chern Jian
HI, I have a scenario where a filesystem i.e /fs13/m6.uecommon.1/wmt8/utils is residing on a fileserver i.e. fs13. Contents of this filesystem are as follows: # ls -l /fs13/m6.uecommon.1/wmt8/utils lrwxrwxrwx include-> /fs12/m6.uecommon.1/utils/include lrwxrwxrwx tool_u

Numeric ids

2002-05-20 Thread Leaw, Chern Jian
HI, I had read from the rsync man page on transferring files using the user's numeric id and gid. I have a user which resides on 2 remote sites, having the same user names, but different uid and gid on both sites. I'm transferring the files as a root user. site A