From owner-freebsd-questions@freebsd.org Fri Aug 18 13:11:02 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34D34DE0A50 for ; Fri, 18 Aug 2017 13:11:02 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm16-vm3.bullet.mail.ne1.yahoo.com (nm16-vm3.bullet.mail.ne1.yahoo.com [98.138.91.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 081CF2E33 for ; Fri, 18 Aug 2017 13:11:01 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from [98.138.226.177] by nm16.bullet.mail.ne1.yahoo.com with NNFMP; 18 Aug 2017 13:08:52 -0000 Received: from [98.138.226.31] by tm12.bullet.mail.ne1.yahoo.com with NNFMP; 18 Aug 2017 13:08:52 -0000 Received: from [127.0.0.1] by smtp202.mail.ne1.yahoo.com with NNFMP; 18 Aug 2017 13:08:52 -0000 X-Yahoo-Newman-Id: 769331.17143.bm@smtp202.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: q7RVAFYVM1lPmq.Ku1oqxISrcaT1HHvgWyiPJpc2zy9yfBg P3miZNxvQis0U.vygLjyrs271U_GFnHknZ9UpQwbnd3sm_79x5HfsB.wgoQB hWbqGlUHooJr_HkhyGmJiTc5nYFd1irJ0DLYSvpKEQ_0Og4FdhTORpXm_3eg gqI_yEqrOIt6inzy3QiBAI6BaSqGX7eHZAuEUCZFsq_IbQMhPnC5qVO_uwsw 9iZkTMpxqmKP72p8zXtpepc5yr7cHad4UXLu1CvPdSUlHwo8g_loXf9T3b.O 1kF_NbxZFWWRH6cBs20.ACYpVYu0AHKcyuOgssHg.1.8YJJ58PF78AccJVuZ dtgwDF1_uBizb40QXJprgAi7c2goWJSCayy2VuVdQcAUy.FsRD7CplnPZJB8 p48sGSWs4LT97na0M8p99EWaxzwtIXKM5NdChubuyQ8pFcXiHvyUYB61Qwi. OQ1MDGzH1XAtJRwUAY98oqp9FZHKeMy6Y774MkIx7OxPSqMolIylbjFJbrQ- - X-Yahoo-SMTP: h3Xqg6.swBC0yI913RMMwp94grO_cg-- Subject: Re: Anything specific to keep in mind restoring from rsync ? (Re: Any reason to prefer 11.1 over 10.3 ?) To: freebsd-questions@freebsd.org References: <20170818221842.I98697@sola.nimnet.asn.au> From: Paul Pathiakis Message-ID: <02739ca6-75ff-a70d-9bc9-030c3b6ab70d@yahoo.com> Date: Fri, 18 Aug 2017 09:08:51 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170818221842.I98697@sola.nimnet.asn.au> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 13:11:02 -0000 Hi, I've gone another route. Try backuppc. It's a little harder to get rolling with, but it's a viable OSS backup solution. It handles any *nix via rsync. Also, rsync can handle just about all types of files including links. *shrug* Just saying.... P. On 08/18/2017 08:59, Ian Smith wrote: > In freebsd-questions Digest, Vol 689, Issue 5, Message: 14 > On Fri, 18 Aug 2017 10:07:35 +0000 Manish Jain wrote: > > On 08/18/17 13:19, Matt Smith wrote: > > > On Aug 18 07:35, Manish Jain wrote: > > >> Hi, > > >> > > >> I am going to have to install FreeBSD again on a box on which 10.3R > > >> works well. Is there any reason I should prefer 11.1R ? > > >> > > >> Thanks for any tips. > > >> Manish Jain > > > > > > The main reason for 11.1 would be the expected end of life date when > > > 10.3 will no longer be supported. As you can see from > > > https://www.freebsd.org/security/security.html#sup that is April 30, > > > 2018 whereas 11.1 will be 3 months after the release of 11.2. > > I see that 10.4 is due out in October. Unlikely to be an extended type > release, but I expect it will still use the old release model, so should > be good for a year or so .. but if anyone knows better, please say. > > > > Obviously you can upgrade from 10.3 to 10.4, or from 10.3 to 11.2, and > > > from 11.1 to 11.2 quite easily, but it's easier to start with 11 than it > > > is to start with 10 and do a major version upgrade. > > > > > > Unless there are any strange issues particular to your hardware 10 and > > > 11 should work identically really. > > > > > > > Hi Matt/Others, > > > > I decided that a fresh install would be too much effort considering the > > ease of rsync to back up existing data. > > rsync is great for 'user data', but I'm not sure whether it handles hard > links properly, which you'll want for system directories at least. > > Do you have some reason not to use the canonical dump(8) and restore(8)? > I see you're using the Linux-style 'all on /' approach, but dump(8) only > backs up used blocks and you can compress the output and pipe that back > into restore(8): see the handbook and/or wonkity.com for good recipes. > > > The primary reason I am in the current muddle is that the / partition > > has to be made bigger ( 30G -> 40G ). What I have done is rsynced (with > > some exclusions) / to /mnt/backup > > > > I have actually never restored data with rsync earlier. Precisely what > > should I be doing to return copy out /mnt/backup over / ? > > > > This is what I actually intend : if anyone spots something stupid, > > please chime in now : - ) > > > > 1) Install 10.3 again on the larger root partition > > > > 2) Reboot with the optical media and drop into a fixit shell > > > > 3) Mount the intended slash at /tmp and the partition holding the > > rsynced backup at /mnt > > If you're going with rsync, I strongly suggest not using /tmp; all sorts > of things may use that for, well, temporary files during the operation. > > Better perhaps using /media, /dist or some directory you make: /mnt2 ? > > > 4) rsync from /mnt to /tmp > > Or restore(8) from a dump on say /mnt to (eg) /mnt2 .. but then what? > > > Is the above a decent approach ? > > > > Thanks for any insight/suggestions. > > There are many ways :) I've always done well with dump/restore on UFS - > though I'm only assuming you're using UFS? ZFS needs a different story. > > cheers, Ian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"