Displaying 20 results from an estimated 22 matches for "leaw".
Did you mean:
lea
2002 Aug 12
3
--include option
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 to the destination
machine:
clock_speed
fub_layout
and they're contained in the file called files_included:
# cat
2002 Oct 27
3
rsync with large gzip files.
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
transferring a lists of large g-zipped files, rsync tends to take a much
longer time to transfer those files
2003 May 10
3
benchmarking rsync's -z compression utility
Hi,
Is there a way in which rsync's -z compression (zlib) utility can be
benchmarked?
I'm trying to compare the compression ratio between rsync and external
compression tools like gzip and bzip2.
Are there any advantages to using rsync's internal compression mechanism
specified with the -z option compared to solely applying external
compression i.e. bzip2 to the files and invoking
2002 May 20
1
Numeric ids
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 site B
-----------------------------------------------
usr_A usr_A
uid = 100 uid = 200
file1(usr_A)
2003 Jul 08
1
rsync's "value to large" error.
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_max_fullwarn.tcl.log: Value too large to be stored in data type
# du -sk wp_celtic_max.tcl.log
2003 Nov 20
1
copying pointed to links
HI,
I have a filesystem containing a symbolic link.
pglc0003> ls -l |grep TA
lrwxrwxrwx 1 cleaw adm 26 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/tempArea
to be updated in /tmp by just copying the symbolic link. During this process, I wish to...
2003 Jul 14
2
Rebuilding rsync to define HAVE_OFFSET64_T
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 ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in
2002 Jun 09
1
Rsync of filesystems with sym-links to other hosts
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_utils-> /fs12/m6.uecommon.1/utils/tool_utils
The filesystems being pointed to i.e
2012 Aug 10
1
[PATCH 4/4] Support sectors >512
...tor_cbios:
- divl -6(%bp) /* secpercyl */
+ divl -36(%bp) /* secpercyl */
shlb $6, %ah
movb %ah, %cl
movb %al, %ch
xchgw %dx, %ax
- divb -2(%bp) /* sectors */
+ divb -32(%bp) /* sectors */
movb %al, %dh
orb %ah, %cl
incw %cx /* Sectors are 1-based */
@@ -275,7 +291,7 @@ read_common:
leaw 16(%si), %sp /* Drop DAPA */
popal
jc disk_error
- addb $2, %bh /* bx += 512: point to the next buffer */
+ addb -5(%bp), %bh /* bx += sector size: point to the next buffer */
/* fall through and increment sector number */
--
1.7.5.4
2002 Jul 25
2
rsync with --exclude files
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 contains the following
directories and files to be excluded from /fs22/a/circuit_design :
2013 Feb 08
6
[PATCH] 4k_sector: Support dynamic sectors in GPT MBR
This patches add support for dynamic sectors to GPT MBR code.
First 3 patches are trick and optimizations to gain some space for the forth
patch.
I have a modified version of SeaBIOS, some code and some script o test it
I'll send on a different mail.
2017 Mar 21
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
.../* This also relies on %bx and %edx as set up above. */
read_sector_cbios:
divl (secpercyl)
shlb $6, %ah
movb %ah, %cl
movb %al, %ch
xchgw %dx, %ax
divb (sectors)
movb %al, %dh
orb %ah, %cl
incw %cx /* Sectors are 1-based */
movw $0x0201, %ax
read_common:
movb (driveno), %dl
int $0x13
leaw 16(%si), %sp /* Drop DAPA */
popal
ret
disk_error:
call print_string
.ascii "Operating system load error.\r\n"
jmp boot_failure
/*
* Prints char in al.
* Destroys AH. Possibly BP.
*/
wrchr:
push %bx
movb $0x0e, %ah
movb (BIOS_page), %bh
movb $0x07, %bl
int $0x10 /* May d...
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512.
Currently it fixes extlinux, MBR for GPT and ext partitions.
Other code is unaffected.
This set of patches has been tested on a read Dell machine running a beta
firmware.
2002 Jun 10
0
Filesystem Permission problems
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, by invoking
the rsync command on my host machine i.e host1:
# rsync -avzo
2003 Mar 24
0
rsync with multiple threads for transferring huge file
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.
2003 Mar 24
0
multi-threaded rsync for a single gzip file
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.
2003 Mar 24
0
rsync Digest, Vol 3, Issue 23
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.
2003 Mar 24
0
multi-threaded rsync with gzip file
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.
2003 Jul 20
0
Permission denied & readlink errors
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 does exists, however rsync complained of a "No such file or directory" error:
readlink
2003 Aug 05
0
long time taken in building file-list
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 transferring the sub-filesystems within each main filesystem, to speed up the transfer rate.
I'm using