<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi TG,<br>
    You can keep an up-to-date copy of the files/folders/pipes/etc. in
    the 100GB space using rsync, but not a true clone of the partition.<br>
    To get a true clone of the boot partition, you'd need to boot from a
    rescue CD, mount the other machine's 100GB space and dd the boot
    partition device to a file on the 100GB space.<br>
    You'd also probably want to get the Master Boot Record by grabbing
    the first 2K of the raw boot device into a separate file...<br>
    i.e. something like:<br>
    dd bs=512 if=/dev/sda1 of=/mnt/u/backup/jessie_sda1<br>
    dd bs=512 count=4 if=/dev/sda of=/mnt/u/backup/jessie_mbr_sda<br>
    The device names might be different - the mount folder may be
    different - etc...<br>
    But the idea works. - With a new, blank drive, you could recreate
    the partitions using fdisk, reverse the dd commands, boot and then
    work on getting the second partition back up and running.<br>
    <pre class="moz-signature" cols="72">-- 
Larry Irwin
</pre>
    <div class="moz-cite-prefix">On 07/17/2015 01:40 PM, Thierry Granier
      wrote:<br>
    </div>
    <blockquote cite="mid:55A93E15.9040200@free.fr" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Hello<br>
      i have a machine A with 2 disks 1 et 2 running Debian Jessie<br>
      on 1 is the system and the boot and the swap<br>
      on 2 different partitions like /home /opt ETC.....<br>
      <br>
      i have a machine B with 1 disk running kali-linux and <b>100G
        free</b><br>
      <br>
      Can i clone the disk 1 of machine A on the 100G free on machine B
      with rsync?<br>
      <br>
      If it is possible, how to do that?<br>
      Many thanks<br>
      TG<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>