From 472c3869e9d35290e4979b64689af9640ba81367 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Fri, 18 Mar 2022 00:13:13 +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 060cc836..72f563c2 100644 --- a/lvm/backup/system +++ b/lvm/backup/system @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.176(2) (2017-11-03): Thu Mar 17 00:23:08 2022 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Fri Mar 18 00:00:02 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 = 1647472988 # Thu Mar 17 00:23:08 2022 +creation_time = 1647558002 # Fri Mar 18 00:00:02 2022 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 802 + seqno = 808 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -129,6 +129,126 @@ system { ] } } + + root_backup { + id = "1UWArR-x7Gu-D2Mm-r1Jh-vG7H-7ZJh-eCd6cD" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1647558001 # 2022-03-18 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 = "LhJajm-B6Qj-LNVn-O1Vs-ij8R-o29O-eJ8nOh" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1647558002 # 2022-03-18 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 = "fXbNEM-460X-e2Pu-DVWg-aaBW-nH8g-bJMurv" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1647558002 # 2022-03-18 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 = "AcVj2Q-D4dm-mFjD-lRKP-OqYi-pSQa-3pPIjw" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1647558001 # 2022-03-18 00:00:01 +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 = "fbMqiP-R4hZ-bGPw-Zq4U-q2eN-E86T-2EZtFm" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1647558002 # 2022-03-18 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 = "nIl0Q1-vKeK-TW4I-xKR1-niX5-sB1N-dbSz9h" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1647558002 # 2022-03-18 00:00:02 +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