Take a look at debsums to find changed files.&nbsp; As to new files...<br><br>(for i in `dpkg --get-selections | cut -f1`; do dpkg -L $i; done;)&nbsp; | sort | uniq<br><br>will get a list of files.<br><br>find can be used (ie: find / | sort ) to get a list, then you could use diff to figure out whats different between the two files.&nbsp; A regular expression grep could be used to figure out just the additions or subtractions between the two files.<br>
<br><div class="gmail_quote">On Tue, Dec 30, 2008 at 11:13 AM, Jeremy <span dir="ltr">&lt;<a href="mailto:tclug@lizakowski.com">tclug@lizakowski.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
How can I find all the files which are not in packages in ubuntu?<br>
<br>
I&#39;m doing some backups, and want to only back up my data, not parts of the OS.<br>
I think I can just backup /home and /etc, but I want to make sure I didn&#39;t<br>
miss anything. &nbsp;I&#39;m also curious about the results.<br>
<br>
I googled it, and found a solution for redhat/rpm:<br>
 &nbsp; rpmfind --unknown<br>
<br>
What would be the apt equivalent? &nbsp;Pun intended.<br>
<br>
<br>
Jeremy<br>
<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Scott Dier &lt;<a href="mailto:scott@dier.name">scott@dier.name</a>&gt;<br>