From mboxrd@z Thu Jan 1 00:00:00 1970 References: From: Zdenek Kabelac Message-ID: Date: Wed, 28 Nov 2018 13:24:46 +0100 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] lvm.conf backup section Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Far Had Cc: linux-lvm@redhat.com Dne 28. 11. 18 v 13:18 Far Had napsal(a): > Thanks for the response, > but I still don't get the point. Assume that I use same names for my VGs, In > this case if I do for example: > /retain_days = 10/ > and > /retain_min = 15/ > in lvm.conf file, what is the system's behaviour when archiving backup files? > Please explain specifically. Hi Archive file should be kept for at least 10 days, and there should be kept at least 15 archive files. So in better example: If you have i.e. many files generated daily - this makes sure you should have files at least 10 days back as well (otherwise it could happen you could have backup only from last few recent commands) If you run lvm2 modifying commands very occasionally - you should still have at least 15 historical archives (otherwise it could happen you could have very few archives if any....) As you can see both are 'arming' at slightly different work flow. Regards Zdenek