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
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
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
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/
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
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
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:
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:
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
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
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
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
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
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
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
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: '
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
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
> 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
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
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
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
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
23 matches
Mail list logo