Re: [gentoo-user] Backing up remote partitions

2005-05-05 Thread YoYo Siska
> > Can someone help me with this, how can I use dd over the network? > > eg: something like > > dd if=/dev/hda | ssh [EMAIL PROTECTED] "of=/ " > > something like that... is it possible? it is possible, if you dont give dd on of/if argument it uses stdin/stdout (just see the man page ;

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Ow Mun Heng
On Tue, 2005-05-03 at 14:41 +0200, Andreas Fredriksson wrote: > On 5/3/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > > Hi, > >Can anyone here think of a way to back up remote partitions before > > installing Gentoo? Is there some way to run a command like dd but pipe > ssh [EMAIL PROTECTED] '(c

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Ow Mun Heng
On Wed, 2005-05-04 at 13:32 +0800, Ow Mun Heng wrote: > On Tue, 2005-05-03 at 15:29 +0200, YoYo Siska wrote: > > when we did some backups of partitions from one computer to another > > (and > > then clone the partition to few other computers), we did it rougly in > > this way: > > > > first make t

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Ow Mun Heng
On Tue, 2005-05-03 at 15:29 +0200, YoYo Siska wrote: > when we did some backups of partitions from one computer to another > (and > then clone the partition to few other computers), we did it rougly in > this way: > > first make the free space easily compressible, for example zero-ing > it > ( dd

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Joey
Mark Knecht wrote: On 5/3/05, Jonathan Wright <[EMAIL PROTECTED]> wrote: :D Someday I need to find a good site for all these little thingies... Look no farther, we have that in Gentoo Forums. just issue this command: #emerge app-doc/all-time-favorite-tips Just kidding :) here is the link. Your

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Christoph Gysin
Jonathan Wright wrote: > Mark Knecht wrote: > >> Yeah, it's interesting although it felt a bit strange typing >> emerge -pv pv > > > I prefer emerge -av pv ;) That way you don't have to re-run the search > and everything if it's all OK! :D my favorite is emerge -avt pv. This will show you the d

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Mark Knecht
On 5/3/05, Jonathan Wright <[EMAIL PROTECTED]> wrote: :D Someday I need to find a good site for all these little thingies... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Jonathan Wright
Mark Knecht wrote: Yeah, it's interesting although it felt a bit strange typing emerge -pv pv I prefer emerge -av pv ;) That way you don't have to re-run the search and everything if it's all OK! :D -- Jonathan Wright Life has no meaning unless we can enjoy what we've been given -- Running o

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Mark Knecht
Yeah, it's interesting although it felt a bit strange typing emerge -pv pv ;-) On 5/3/05, Christoph Gysin <[EMAIL PROTECTED]> wrote: > YoYo Siska wrote: > > pv is a small utility like cat, but prints nice statistics to stderr > > (speed,...) > > Cool! Didn't knew this one before. Sounds like a

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Christoph Gysin
YoYo Siska wrote: pv is a small utility like cat, but prints nice statistics to stderr (speed,...) Cool! Didn't knew this one before. Sounds like a very handy commandline tool. Christoph -- echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Mark Knecht
Thanks Andreas. Those are the sorts of commands I had in my mind but was not capable of writing myself. It would seem that all of that is probably supported while an installation CD is in a remote machine. (I hope!) If gzip isn't there then I can try for bzip or not even zip it since the XBox has s

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread YoYo Siska
Mark Knecht wrote: > Hi, >Can anyone here think of a way to back up remote partitions before > installing Gentoo? Is there some way to run a command like dd but pipe > the output it back to my local machine? What other info might I need > to restore the remote machine later? I figure I'll save

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Mark Knecht
Hi, Thanks Allen. The remote machine is an XBox running (at the time I might try this) the GentooX installation CD. I don't have a clue yet whether NFS is even supported at that time. I'll give this a look later this morning. Thanks, Mark On 5/3/05, Allan Spagnol Comar <[EMAIL PROTECTED]>

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Matthew Cline
> > Hi, > >Can anyone here think of a way to back up remote partitions before > > installing Gentoo? Is there some way to run a command like dd but pipe > > the output it back to my local machine? What other info might I need > > to restore the remote machine later? I figure I'll save the parti

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Andreas Fredriksson
On 5/3/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > Hi, >Can anyone here think of a way to back up remote partitions before > installing Gentoo? Is there some way to run a command like dd but pipe > the output it back to my local machine? What other info might I need > to restore the remote mac

Re: [gentoo-user] Backing up remote partitions

2005-05-03 Thread Allan Spagnol Comar
Hi, you can share the folder on the remote machine with nfs, then you can mount the nfs on your local computer and use dd or anything you like. On 5/3/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > Hi, > Can anyone here think of a way to back up remote partitions before > installing Gentoo? Is th

[gentoo-user] Backing up remote partitions

2005-05-03 Thread Mark Knecht
Hi, Can anyone here think of a way to back up remote partitions before installing Gentoo? Is there some way to run a command like dd but pipe the output it back to my local machine? What other info might I need to restore the remote machine later? I figure I'll save the partition information fro