]> git.parisson.com Git - tools.git/commitdiff
fix cloning
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 13 Dec 2010 16:24:21 +0000 (16:24 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 13 Dec 2010 16:24:21 +0000 (16:24 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@135 457c0346-1240-4656-8a5a-9edca8063506

tips/tips.html
tips/tips.txt

index 67e77c82462586bb11ade75e90f0098a64d670c3..aab2fcb5024cb114932698502142bed70506e761 100644 (file)
@@ -1167,20 +1167,19 @@ data 15 Go XFS
 root 5 Go XFS
 home 10 Go XFS
 </pre>
-<p>Master machine system /dev/sda to USB external Ghost /dev/sdb:</p>
-<pre class="literal-block">
-su
-mkdir /mnt/root
-mount /dev/sdb1 /mn
-mount /dev/sdb2 /mn
-
-rsync -a --delete -
-rsync -a --delete -
-sync
-
-umount /mnt/root/ho
-umount /mnt/root
-</pre>
+<p>Master machine system /dev/sda to USB external Ghost /dev/sdb::
+Check hdparm / sdparm before !</p>
+<blockquote>
+<p>su</p>
+<p>mkdir /mnt/root
+mount /dev/sdb1 /mnt/root
+mount /dev/sdb2 /mnt/root/home</p>
+<p>rsync -a --delete --one-file-system / /mnt/root/
+rsync -a --delete /home/ /mnt/root/home/
+sync</p>
+<p>umount /mnt/root/home
+umount /mnt/root</p>
+</blockquote>
 <p>Live Install ISO on USB Disk /dev/sdb BOOT</p>
 <p>Ghost on USB Disk /dev/sdc</p>
 <p>Destination SSD /dev/sda:</p>
@@ -1223,7 +1222,7 @@ root (hd0,1)
 setup (hd0)</dd>
 </dl>
 <div class="system-message">
-<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">tips.txt</tt>, line 1016)</p>
+<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">tips.txt</tt>, line 1018)</p>
 Definition list ends without a blank line; unexpected unindent.</div>
 <p class="last">quit</p>
 </dd>
@@ -1422,7 +1421,7 @@ So you have your sample loading working in a separate thread to your realtime au
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="tips.txt">View document source</a>.
-Generated on: 2010-12-04 00:06 UTC.
+Generated on: 2010-12-13 16:23 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>
index 587662e4f78b96d11164e4a95e27698c0ca6f474..6c7ee9cb0a1f372d943546263e477d08035b7ea5 100644 (file)
@@ -957,17 +957,19 @@ USB Disk on /dev/sdb::
     home 10 Go XFS
    
 Master machine system /dev/sda to USB external Ghost /dev/sdb::
+Check hdparm / sdparm before !
 
  su
+
  mkdir /mnt/root
- mount /dev/sdb1 /mn
- mount /dev/sdb2 /mn
+ mount /dev/sdb1 /mnt/root
+ mount /dev/sdb2 /mnt/root/home
 
- rsync -a --delete -
- rsync -a --delete -
+ rsync -a --delete --one-file-system / /mnt/root/ 
+ rsync -a --delete /home/ /mnt/root/home/
  sync
 
- umount /mnt/root/ho
+ umount /mnt/root/home
  umount /mnt/root
 
 Live Install ISO on USB Disk /dev/sdb BOOT