Suggest Rsync Performance Improvements

2002-09-11 Thread Damon Atkins
1. Large 1 MB I/O, all reads and write to file systems 1MB (can use setvbuf to do this with out coding) e.g a awk programme doing 8K I/O to read 2GB file took 16 min, a perl programme doing 1MB I/O took 16 seconds. 2. When doing rsync -a /dir1/dir2 /dir3/dir4 Do not use pipe's, as they

Image (clone) of hard drive using rsync

2002-09-11 Thread Theo van der Merwe
Is it possible to make a complete image (or clone) of your hard drive (FAT or NTFS) using rsync? Is it possible to make incremental backups of the image (without having to duplicate the source files)? When restored to a new hard drive it should be bootable again and should be an exact copy

Re: Image (clone) of hard drive using rsync

2002-09-11 Thread jw schultz
On Wed, Sep 11, 2002 at 07:35:04AM +, Theo van der Merwe wrote: Is it possible to make a complete image (or clone) of your hard drive (FAT or NTFS) using rsync? No. rsync will copy the files and directory structure. It doesn't copy the filesystem/partition. Further, rsync runs under

Re: Image (clone) of hard drive using rsync

2002-09-11 Thread bart . coninckx
The only way to go about this, is to make a local imagefile first and transfer this later in Windows environment with rsync. Rgds, Bart Coninckx Network Administrator CNE, ASE * Watco ICT Services Lilsedijk 19 B-2340 Beerse e-mail: [EMAIL PROTECTED] Tel: +

limit of 256 characters in pathname

2002-09-11 Thread bart . coninckx
Hi, We use rsync on NT (server and client) and we get errors on filenames with a path that has in total more than 256 characters. This seems to be caused by a limit in rsync, not in NT. Is there a way to break this limit withuo having to manually shorten all this filenames? Thx already! Rgds,

Strange Hang over ssh

2002-09-11 Thread Jason Giglio
rsync-2.4.6-1 RPM on receiving side on Red Hat 7.3 rsync-2.4.6-13 Red Hat 7.2 RPM on sending side Trying to do a pull from sender over ssh, rsync hangs after transferring very little data, usually on the first or second file. strace rsync -avzur --bwlimit=35 -e ssh user@remote:/directory

Re: Rsync and trying to mirror Linux user areas

2002-09-11 Thread Lachlan Cranswick
Yo, Just a word of the bleeding obvious on the following problem I reported previously: (if someone else did reply - it got lost in the few 100 spam Emails I get a day) In the /etc/rsync.conf - under the relevant module area - it was a matter of setting the uid and gid to root. uid = root