From 1b9ed4256e06a5e6903773047fe1e4173ff08660 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Thu, 3 Feb 2022 00:14:38 +0100 Subject: [PATCH] daily autocommit --- lvm/backup/system | 128 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 124 insertions(+), 4 deletions(-) diff --git a/lvm/backup/system b/lvm/backup/system index 455eac1f..8c63517e 100644 --- a/lvm/backup/system +++ b/lvm/backup/system @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.176(2) (2017-11-03): Wed Feb 2 00:07:58 2022 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Thu Feb 3 00:00:03 2022 contents = "Text Format Volume Group" version = 1 -description = "Created *after* executing '/sbin/lvremove -y /dev/system/var_backup'" +description = "Created *after* executing '/sbin/lvcreate -n var_backup -s /dev/system/var -L 10G'" creation_host = "homeserver" # Linux homeserver 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 -creation_time = 1643756878 # Wed Feb 2 00:07:58 2022 +creation_time = 1643842803 # Thu Feb 3 00:00:03 2022 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 286 + seqno = 292 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -129,6 +129,126 @@ system { ] } } + + root_backup { + id = "AjppLH-vYEB-dU2f-Pchp-3kgq-HLeF-2nJMo9" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1643842801 # 2022-02-03 00:00:01 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 41216 + ] + } + } + + home_backup { + id = "jePPsp-r3MV-8e0t-kHNY-wJEj-0544-yFcP3u" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1643842802 # 2022-02-03 00:00:02 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 43776 + ] + } + } + + var_backup { + id = "drv24F-oZK1-cjSz-MsLY-lSs4-ZN41-iQ2bou" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1643842802 # 2022-02-03 00:00:02 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 46336 + ] + } + } + + snapshot0 { + id = "hGk8Iv-nkZ3-ThBo-cuBd-cUoH-mV9s-h8gFi4" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1643842802 # 2022-02-03 00:00:02 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 6400 # 25 Gigabytes + + type = "snapshot" + chunk_size = 8 + origin = "root" + cow_store = "root_backup" + } + } + + snapshot1 { + id = "nGMnYc-Cj1D-Fcj2-N4D2-tBd2-gcsu-IPdHJD" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1643842802 # 2022-02-03 00:00:02 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 5120 # 20 Gigabytes + + type = "snapshot" + chunk_size = 8 + origin = "home" + cow_store = "home_backup" + } + } + + snapshot2 { + id = "Zo0Ir2-T6E1-feNP-bFek-mKmt-ffdA-HsNzRA" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1643842803 # 2022-02-03 00:00:03 +0100 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 25600 # 100 Gigabytes + + type = "snapshot" + chunk_size = 8 + origin = "var" + cow_store = "var_backup" + } + } } } -- 2.43.0