Hi Joachim, everyone.<br><br>You could always use clonezilla to create an image of your computer, then just regularly update the image, thats what I do most of the time.<br><br>Another idea, and its a quick way to backup a list of all the packages installed into an Ubuntu / Debian machine would be<br>
<i><br>dpkg --get-selections &gt; FILENAME.txt</i><br><br>This command will run dpkg and using standard output, generate a list of all the packages installed on your computer.<br><br>To restore, you need to run the command<br>
<i><br>dpkg --set-selection &lt; FILENAME.txt &amp;&amp; apt-get update &amp;&amp; apt-get upgrade</i><br><br>This will then install all of your packages, upade the repo, and upgrade your box to the latest versions. <br><br>
All the best<br><br>Les Pounder<br>Blackpool LUG<br><br><div class="gmail_quote">On Thu, Mar 31, 2011 at 12:12 PM, Joachim <span dir="ltr">&lt;<a href="mailto:joachim.jahn@yahoo.co.uk">joachim.jahn@yahoo.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
I don&#39;t think we should have separate user groups but I do agree there should be maybe a meeting in the south lakes i.e Barrow area (pure self interest ;-) only ) and one in the North Lakes i.e. Carlisle or Penrith.<br>

<br>
Simon - Thanks for the offer for the lift to the ManLUG, I might take you up on this in the future. At the moment the miss is complaining that I spent to much time on the computer and I don&#39;t think she would be too happy me leaving her for a full day for a Linux meeting.<br>

<br>
Does anyone know a good way to backup your system, mainly packages installed and settings? i back up my files already to a SD card and additionally to dropbox. I just want to know a way of quickly recovering my system if I bugger it up again. Not Linux fault usually my fault changing some settings or something.<br>

<br>
Nice to get some activity on here.<br>
<br>
Joachim<br>
<br>
<br>
_______________________________________________<br>
Cumbria mailing list<br>
<a href="mailto:Cumbria@mailman.lug.org.uk" target="_blank">Cumbria@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/cumbria" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/cumbria</a><br>
<a href="http://www.cumbria.lug.org.uk" target="_blank">http://www.cumbria.lug.org.uk</a><br>
</blockquote></div><br>