From fc915cec8c42baa75fc233b1e9c1b32e0d20843e Mon Sep 17 00:00:00 2001 From: mhoellein Date: Sat, 14 May 2022 00:16:24 +0200 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 b8b1a7ae..b6757833 100644 --- a/lvm/backup/system +++ b/lvm/backup/system @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.176(2) (2017-11-03): Fri May 13 00:25:17 2022 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Sat May 14 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 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 -creation_time = 1652394317 # Fri May 13 00:25:17 2022 +creation_time = 1652479202 # Sat May 14 00:00:02 2022 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 1511 + seqno = 1517 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -140,6 +140,126 @@ system { ] } } + + root_backup { + id = "0Y6fsK-puLc-u6Gn-UKXR-d2jc-qIdS-XOsMIB" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1652479201 # 2022-05-14 00:00:01 +0200 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 51132 + ] + } + } + + home_backup { + id = "dLlkom-3yxZ-XxHS-ExiC-a2iE-jFtG-Q9coYh" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1652479201 # 2022-05-14 00:00:01 +0200 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 53692 + ] + } + } + + var_backup { + id = "149GxQ-Via4-R9YT-p0Nv-TZpf-0b3v-7Gs80g" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1652479202 # 2022-05-14 00:00:02 +0200 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 2560 # 10 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 56252 + ] + } + } + + snapshot0 { + id = "ojkHyd-Ybbc-hxyd-3Kj0-ts6g-zzpj-f6dTVB" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1652479201 # 2022-05-14 00:00:01 +0200 + 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 = "PiFs2w-scvm-0yjt-n9UF-fYa1-1stK-jayihX" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1652479201 # 2022-05-14 00:00:01 +0200 + 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 = "3LANhT-fl3f-OEku-8UFz-V9pi-uCMn-qYjVie" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1652479202 # 2022-05-14 00:00:02 +0200 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 35516 # 138,734 Gigabytes + + type = "snapshot" + chunk_size = 8 + origin = "var" + cow_store = "var_backup" + } + } } } -- 2.43.0