<div dir="ltr">I need to update you on what my problem was with BackInTime. It turns out that I just needed to change the user of the external backup drive to that of the new user, with chown. The user names were the same, but apparently, the user id was different than from the old system. I think I also needed to ensure that I was not overwriting my BackinTime preference file with the one from the old machine during the restore. Not positive on the last issue, but it might have thrown things off. So, it seems to have been a permission thing after all. I had to change the name of the external computer in BackInTime&#39;s preferences, so that it would pick up the backups on the former machine. Other than that, it was a fairly easy restore. One thing that I did not figure out, was how to select multiple files/folders at a time, when selecting what to restore. I didn&#39;t want to restore the entire home folder, just the contents and *some* of the hidden files. I&#39;m not sure if that was user error or if the program interface itself was lacking. BackInTime is pretty much just a graphical user interface to rsync. It hard-links to files that have not changed since the last backup. It also has the ability to clean out older backups at a predetermined rate/time. You&#39;d have to manually do this, if you used rsync.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 28, 2013 at 10:23 AM, Ted Wood <span dir="ltr">&lt;<a href="mailto:wood@gatech.edu" target="_blank">wood@gatech.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I keep a spare ext4 formatted USB hard drive around just for this<br>
purpose. Before re-imaging a machine I use &quot;rsync -a&quot; to make sure I<br>
grab everything, including dot files. If you&#39;re migrating to a newer<br>
version of the OS or a different flavor, you may also consider including<br>
&quot;--exclude .gvfs .ICEauthority .thumbnails .config&quot; (to name a few).<br>
This makes the restoration a little more efficient since excluding<br>
certain dot directories /should/ allow you to just &quot;rsync -a -u&quot;<br>
everything back into the new system&#39;s home directory.<br>
<div class="HOEnZb"><div class="h5"><br>
On 05/28/2013 09:02 AM, Bugs wrote:<br>
&gt; Ron,<br>
&gt;<br>
&gt; Read up on rsync and don&#39;t use NTFS.<br>
&gt; If you have no other place to put it, use tar to make a single file that<br>
&gt; preserves UNIX modes and owner info.<br>
&gt;<br>
&gt; Examples:<br>
&gt; rsync -x -H -a -v --stats -P /home/myuser/<br>
&gt; /path/to/my/Linux/formatted/drive/homedir/<br>
&gt; #reinstall your dist<br>
&gt; rsync -x -H -a -v --stats -P /path/to/my/Linux/formatted/drive/homedir/<br>
&gt; /home/myuser/<br>
&gt;<br>
&gt; tar -c -v -j -f /path/to/my/windows/drive/home.tar /home/myuser/<br>
&gt; #reinstall your dist<br>
&gt; cd / ; tar -jxvf /path/to/my/windows/drive/home.tar<br>
&gt;<br>
&gt; On 05/26/2013 10:19 AM, Ron Frazier (ALE) wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; I just had a frustrating experience and want to learn how to avoid it<br>
&gt;&gt; next time.<br>
&gt;&gt;<br>
&gt;&gt; Previously, I had set up all my machines to dual boot with ubuntu and<br>
&gt;&gt; windows.  I&#39;ve now decided to move to Mint since I&#39;m disenchanted with<br>
&gt;&gt; ubuntu.  Yes, I know they share the same core.<br>
&gt;&gt;<br>
&gt;&gt; The hdd in question had an ext4 partition which was ubuntu and an ntfs<br>
&gt;&gt; partition which I use for data.  I booted a mint live cd, mounted the<br>
&gt;&gt; ubuntu file system by clicking it within the file browser, and copied<br>
&gt;&gt; my ron folder to the ntfs partition.  It complained about some files<br>
&gt;&gt; being inaccessible, but still copied about 43 MB of data, which looked<br>
&gt;&gt; like the right number.<br>
&gt;&gt;<br>
&gt;&gt; I then proceeded to install mint in the ext4 partition.  When I<br>
&gt;&gt; started the installer, I selected the option to erase ubuntu and<br>
&gt;&gt; install mint.  I eventually got mint booting and working the way I<br>
&gt;&gt; wanted.  Then, I went back into the file browser and told it to copy<br>
&gt;&gt; the files back from the ntfs partition to the new mint home directory<br>
&gt;&gt; and merge any duplicate folders.  I made the mistake of using a move<br>
&gt;&gt; command rather than a copy command.  At some point, it generated<br>
&gt;&gt; another error saying it couldn&#39;t copy some files.  I cannot remember<br>
&gt;&gt; the exact message.  I clicked skip all.  The net result is that about<br>
&gt;&gt; 43 MB of data was copied to my new home folder and about 387 MB of<br>
&gt;&gt; data wasn&#39;t copied.  Unfortunately, the files were removed from the<br>
&gt;&gt; ntfs folder even though they were skipped, which I think is a design<br>
&gt;&gt; flaw.<br>
&gt;&gt;<br>
&gt;&gt; The net result is that I lost about 9/10 of what was in my original<br>
&gt;&gt; ubuntu home folder unless I can find a backup somewhere.  I don&#39;t<br>
&gt;&gt; think there was anything too critical, but who knows.<br>
&gt;&gt;<br>
&gt;&gt; So, can anyone please tell me the proper procedure to move the<br>
&gt;&gt; contents of my home folder from a ubuntu install to a mint install so<br>
&gt;&gt; this doesn&#39;t happen next time I install mint on another computer?<br>
&gt;&gt;<br>
&gt;&gt; Any help is appreciated and thanks in advance.<br>
&gt;&gt;<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Ron<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Ted Wood &lt;<a href="mailto:wood@gatech.edu">wood@gatech.edu</a>&gt;<br>
<br>
--<br>
Ted Wood &lt;<a href="mailto:wood@gatech.edu">wood@gatech.edu</a>&gt;<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br></div>