<div dir="ltr"><div><div><div><div>haha ok - hard to convey cheekiness in text...<br><br></div>My home setup on this machine is more simple.  A flat 240GB SSD, the auto Ubuntu install I guess did 8 or 16GB swap so 220GB on /<br>


<br></div>On splitting /home and /.  There is overlap with a lot of config in home directory which relates to installed packages on / so I want to keep them together.  Furthermore, its a gaming machine so I use wine a bit, which increases the important configs in home directory.  And being a gaming, not so much work and more things like documents going to Google Drive, it will be fine backed only on the install or removal of each game.  Almost as if it was a LAN centre config, which you could deploy to many PCs.  Finally downloaded audio / video / media are done on another system so no backup needed for that.<br>


<br></div>So far, my installed setup is 75GB.  It will prob grow to 100GB and that will include most of what I want installed.  So I could backup to the same drive, which would make recovery really quick.  That solves the Unity breaking itself problem.  I have another Ubuntu machine networked with HDDs in it - we could rsync or scp to that for occasional full backup to mitigate SSD failure.<br>


<br></div>cheers<br><div><div><div><br><br><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 August 2013 19:00, Brad Campbell <span dir="ltr"><<a href="mailto:brad@fnarfbargle.com" target="_blank">brad@fnarfbargle.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 13/08/13 12:11, Shanon Loughton wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Brad thanks for the offer, Id love you to help setup my backup system,<br>
thanks!<br>
<br>
</blockquote>
<br></div>
Ok, Shannon. Let's make this a public process.<br>
<br>
I've done this quite a few times for myself, but it has recently been pointed out to me that things I take for granted and feel are obvious, are not necessarily so for other people. Therefore I don't tend to run a process, I just jump from the question to the answer. If we make this a process, you are more likely to get what you need rather than what I blindly assume will work best (ie, what I know). Plus, doing it this way will give us (you and I) both the opportunity to learn from those that know this stuff better than we do.<br>



<br>
Lets start with what we know you have.<br>
A) A machine with Ubuntu 13.04 on it.<br>
<br>
How is the disk set up? For example, a df -h on my desktop gives me :<br>
<br>
brad@bkmac:~/config$ df -h<br>
Filesystem            Size Used Avail Use% Mounted on<br>
/dev/sdb5              55G   30G   23G  57% /<br>
none                  7.9G  4.8M  7.9G   1% /dev<br>
none                  7.9G   30M  7.8G   1% /tmp<br>
none                  1.6G  128K  1.6G   1% /run<br>
none                  5.0M     0  5.0M   0% /run/lock<br>
none                  7.9G  112K  7.9G   1% /run/shm<br>
srv:/s/work           550G  314G  209G  61% /media/work<br>
srv:/s/src             19T   13T  5.3T  72% /media/src<br>
/dev/mapper/home      459G  150G  287G  35% /home<br>
<br>
Root is on sdb5 (bootcamp on an iMac). home is on /dev/mapper/home which in reality is a LUKS encrypted volume sitting on /dev/sda1 (which is a 500GB SSD that is double-sided taped in the back of the iMac).<br>
<br>
So when I back up, I back up / & home separately.<br>
<br>
What do you plan to back up to? I backup to a WD mybook live which is running Debian and has a LUKS encrypted data volume.<br>
<br>
I've also been known to back up to arbitrary machines over nfs, or USB hard disks.<br>
<br>
Given you want a full snapshot (at least one) your backup drive needs at *least* as much storage as the machine you are backing up.<br>
<br>
I backup my desktop, laptop, 2 co-lo boxes, a VDS, the root, home & business partitions of my server and a separate backup of all my VM's in under 2TB. My WD mybook has 60 days of rotating backups with plenty of space to spare. The media backups happen manually to a second machine that is basically a box of disks chained together and don't feature in any of this.<br>



<br>
Backup bandwidth is a real issue if you change big stuff daily, and also for the first backup. Because the mybook is encrypted and does not have hardware acceleration, I can get at best about 6MB/s into it. As long as I'm not backing up 30G virtual disk files, I can get all my backups done in less than a couple of hours at night.<br>



<br>
USB backups suffer the same bandwidth limitations (although I believe USB3 is supposed to be a bit better).<br>
<br>
<br>
</blockquote></div><br></div></div>