From christinemp217 at gmail.com Tue Feb 2 03:21:53 2021 From: christinemp217 at gmail.com (christine) Date: Mon, 1 Feb 2021 22:21:53 -0500 Subject: [Techtalk] Linode is Hiring! Message-ID: Hello all, My department are hiring for SysAdmin and Systems Engineering roles! I would love to have some more diversity on my team. If you have any questions, please let me know. And do let me know if you apply, I can be a reference! https://www.linode.com/company/careers/jobs/ All my best, Christine From c.daly at met.ie Tue Feb 2 10:18:49 2021 From: c.daly at met.ie (Conor Daly) Date: Tue, 2 Feb 2021 10:18:49 +0000 Subject: [Techtalk] seeking backup solution recommendations In-Reply-To: <001201d6c5af$33860c60$9a922520$@alwanza.com> References: <001201d6c5af$33860c60$9a922520$@alwanza.com> Message-ID: <20210202101849.GY11066@bofh.irmet.ie> Hi Meryll, I know it's a while ago now but I'm wondering did you get a solution? I have used unix Dump/Restore as a backup solution for production servers for many years. The advantage of dump over tar is that it does things like start a catalog at the beginning of the dump so you don't have to read the whole tape to see what's on it. It's also cross-server retrievable and it can do tape changes. I think it covers all your bases... Comments inline below Regards, Conor On Sat, Nov 28, 2020 at 09:52:11AM -0800 or thereabouts, Meryll Larkin wrote: > Hi Systers, > > > > I'm searching online too, but I thought emailing this list might help me as > some of you probably have experience with different backup solutions. > > > > The environment that I am backing up has the following features: > > 1. Only Linux servers in the LAN- no other OS. Yep, same here. > 2. Only ONE DIRECTORY really requires backup. That directory is 140 T > in size, but currently contains 25 T of data. That could double over the > next 4 years, not sooner. Sounds like lots of tapes. Does that have a decent sub-directory structure? Does it have an 'archive' area that does not change as well as an 'active' area where changes occur? This can affect how you backup. You could use a backup plan like: 1st of month: Full backup of 'archive' area. Might take a day or more to complete depending on drive speed. Friday: Full backup of 'active' area. This starts when everybody is gone for the weekend. Not too long as only 'active' are is backed up. Mon - Thu: Level 1 (incremental) backup of 'active' area. This is pretty quick as it only backs up changes since last full backup. > 3. Some of the files in that one directory are 20G in size, and they > could get larger. Is it the case that a file will be actively growing and can you schedule backups for when this is not happening? > 4. We have a tape drive - which we have been using to make backups > using "tar". That has reached its useful limit with those large files. > The tapes hold about 12T of uncompressed data, each. We have several tapes. > We have never gotten the "Autoloader" feature to work on the tape drive, but > we can move the tapes manually, remotely. I'm smart about selecting pieces > to backup that fit on each tape. dump has a '-F