rsync to Win 2000 machine

2002-02-08 Thread Kingsley Tech User
Hi Is it possible to rsync a RedHat Linux 7.1 machine across a 56K dialup to a Win2000 machine? Thanks Wadeegh

Rsync -> TAR

2002-02-08 Thread Anthony Rabaa
Hello, I have rsync doing a nightly backup of my work computer to my home.  It's a rather large backup that I would like to have save in a large tar.gz file.  I'm hoping this would save a lot of hard drive space which could be used more productively.  Is something like this feasible?  If so, h

Re: rsync to Win 2000 machine

2002-02-08 Thread Joseph Annino
I do this a lot using cygwin available at www.cygwin.com Its a UNIX environment that runs on top of windows. It can install an rsync and an ssh, among other things. I use it a lot and it works nicely. On 2/8/02 5:37 AM, "Kingsley Tech User" <[EMAIL PROTECTED]> wrote: > Hi > > Is it possible

Re: SIGUSR1 or SIGINT error

2002-02-08 Thread tim . conway
Well, it ran to completion this way, in about 7.5h, but i'm not certain i believe it. While i left --delete --force off (I have been horribly burned testing those on really big chunks before), I would expect that the destination would then end up with at least as much as the source. big and

Re: rsync to Win 2000 machine

2002-02-08 Thread tim . conway
yes Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970

Re: Rsync -> TAR

2002-02-08 Thread tim . conway
If you're planning to rsync it over, tar it up, and delete the directory tree, you should just tar|gzip it on the work system and catch that in a file on the other end. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80

Re: Rsync -> TAR

2002-02-08 Thread tim . conway
What you're talking about would require the ability to address a compressed tar the way you do a filesystem, with the ability to seek, insert, delete, overwrite. disk|partition|filesystem|file|compression|tar|foo the nature of stream compression doesn't allow insertions. you'd have to blow up t

Re: Rsync -> TAR

2002-02-08 Thread Anthony Rabaa
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED]"> What you're talking about would require the ability to address a compressed tar the way you do a filesystem, with the ability to seek, insert, delete, overwrite.disk|partition|filesystem|file|compression|tar|foo the nature of stream compression doe

Re: Rsync 2.5.2 -v too verbose?

2002-02-08 Thread Martin Pool
On 7 Feb 2002, Dave Dykstra <[EMAIL PROTECTED]> wrote: > I see a lot of messages have RSYNC_NAME ":" put on the beginning, including > FINFO messages. I really don't think they belong on FINFO messages at > all. I looked into it because I noticed it printing a symlink prefaced by > "rsync:" whi