Re: Back-up on remote machine

2004-08-05 Thread Steve Bertrand
> On Thu, Aug 05, 2004 at 05:58:24PM +0700, Roger Merritt wrote: >> One example I found on the WWW is: tar -czf - /some/file | \ >> ssh host.name tar -xzf - -C /destination. >> >> That's not quite what I want, because I don't see any need to untar >> everything at the far end, but I can't send a fi

Re: Back-up on remote machine

2004-08-05 Thread Jerry McAllister
Hi, > I've been playing with this for a while. I need to add a small (4 GB) hard > drive to one of my servers. Partly because I need more storage space, > partly because I think there's something wrong with the present hard drive > -- I get page faults while in kernel mode (fatal signal 12, I t

Re: Back-up on remote machine

2004-08-05 Thread Joost Bekkers
On Thu, Aug 05, 2004 at 05:58:24PM +0700, Roger Merritt wrote: > One example I found on the WWW is: tar -czf - /some/file | \ > ssh host.name tar -xzf - -C /destination. > > That's not quite what I want, because I don't see any need to untar > everything at the far end, but I can't send a file wi