Re: Cloning Hard Disk



Dan C wrote:
On Wed, 29 Mar 2006 11:19:31 +0800, Dan N wrote:

<snip>

Is there some way to clone what I've got on this disk onto a
replacement? I don't really want to install everything from scratch.


man dd


You can also use dd over ssh to clone to disks over the network, or the Internet, in a pinch, by dd'ing the disk to standard output, piping that to ssh and having ssh run dd from standard input on the remote machine to the drive. The reverse is also true. I've done this to restore machines which my friends own when I'm holding their backups for them off-site.

- Mike
.



Relevant Pages

  • Re: File system compression, not at the block layer
    ... absolutely no disk space left) holding 4 disks to our raid disks -- ... the only thing installed was ssh, with even rsh being a symlink to ssh ... so I could install rsh, but they didn't let me - it took them long ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Remote Execution Through FTP
    ... > I need to send some file from my local machine to a remote machine ... > generation mechanism in SSH. ... then you can script this quite easily using public key's to authenticate. ... Make sure the permissions on the .ssh directory and all the files in it are ...
    (comp.unix.admin)
  • Re: Is SSH worth it??
    ... > We would be using SSH and SCP. ... SCP for automated scripts. ... > client will not be prompted for a password. ... remote machine, but imho it is better to swap client+server and give ...
    (Security-Basics)
  • Re: OT: Hard disk mirror with Paragon on USB stick?
    ... at least two pages of intricate command line stuff. ... The password is only used when you want to backup to a remote machine ... via the network, using the ssh protocol. ... (e.g. with linux, ...
    (sci.electronics.design)
  • Re: getting ssh to work
    ... > I recently tried to ssh into my desktop from another machine, ... > The remote machine in question is running OpenSSH_3.6.1p2, ... try running ssh and/or sshd in debug mode. ... and then quit when the remote user logs ...
    (freebsd-questions)