<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 4/22/2014 11:35 AM, Paul Cartwright
      wrote:<br>
    </div>
    <blockquote cite="mid:53569A69.6070509@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 04/22/2014 11:17 AM, Preston
        wrote:<br>
      </div>
      <blockquote cite="mid:53568809.4030308@gmail.com" type="cite"><font
          face="DejaVu Sans"><br>
          and fsarchiver to back up everything else on my running
          system:<br>
          <br>
          &nbsp;&nbsp;&nbsp; fsarchiver -A -a -v -j2 -o savefs /&lt;backup
          directory&gt;/system-backup-`date +%Y-%m-%d`.fsa /dev/sda1<br>
          <br>
          My switches tell fsarchiver to:<br>
          &nbsp;&nbsp;&nbsp; -A &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do a live backup of a mounted system<br>
          &nbsp;&nbsp;&nbsp; -a&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; don't worry if the partition is mounted
          without acl/xattr options<br>
          &nbsp;&nbsp;&nbsp; -v&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; be verbose (sometimes don't use this)<br>
          &nbsp;&nbsp;&nbsp; -j#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use multi-core cpu (i use 2 cores)<br>
          &nbsp;&nbsp;&nbsp; -o&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; overwrite the archive if it exists instead
          of failing<br>
          <br>
          I use the date command to keep track of when the backup has
          run.<br>
          <br>
          I really like how fsarchiver "doesn't care" about the size of
          the disk you are putting it back onto when I do a recovery.&nbsp;
          As long as it fits, you're good (in my experience).<br>
        </font></blockquote>
      <br>
      I just installed fsarchiver, I'll have to play with that.. in your
      case you are backing up /dev/sda1, right?<br>
      <pre class="moz-signature" cols="72">-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587</pre>
    </blockquote>
    <br>
    correct.&nbsp; so just change it to which one you need.&nbsp; if you want to
    archive several partitions just list them like so:<br>
    <br>
    <font face="DejaVu Sans">&nbsp;&nbsp;&nbsp; fsarchiver -A -a -v -j2 -o savefs
      /&lt;backup directory&gt;/system-backup-`date +%Y-%m-%d`.fsa
      /dev/sda1</font> /dev/sda2 /dev/sdb1 <br>
    <br>
    it will put them in the single .fsa archive.<br>
    <br>
    Preston<br>
    <pre class="moz-signature" cols="72">-- 
Be who you are and say what you feel, because those who mind don&#8217;t matter and those who matter don&#8217;t mind.
-Dr. Seuss
</pre>
  </body>
</html>