From df819cd300172d65092ceca7715b095e02e1f0bf Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 5 Apr 2022 00:12:34 +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 e4ba96c1..f5d73856 100644 --- a/lvm/backup/system +++ b/lvm/backup/system @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.176(2) (2017-11-03): Mon Apr 4 19:44:33 2022 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Tue Apr 5 00:00:03 2022 contents = "Text Format Volume Group" version = 1 -description = "Created *after* executing 'lvextend -l +50%FREE --resizefs /dev/system/var'" +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 = 1649094273 # Mon Apr 4 19:44:33 2022 +creation_time = 1649109603 # Tue Apr 5 00:00:03 2022 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 1019 + seqno = 1025 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -140,6 +140,126 @@ system { ] } } + + root_backup { + id = "LufgGU-c0dz-rNv5-WN9e-MtTY-a62j-efbXBK" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1649109601 # 2022-04-05 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 = "2eeBs2-iPCc-FCeQ-TZjn-PtoX-QCDG-RjzXcv" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1649109602 # 2022-04-05 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", 53692 + ] + } + } + + var_backup { + id = "kAzY1I-SPfj-qLNG-5Xz5-CLrK-SdfV-G0QJpc" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1649109602 # 2022-04-05 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 = "lmIlJn-dr85-lKhb-L1HC-eeY3-g6Wr-UsIz9j" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1649109602 # 2022-04-05 00:00:02 +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 = "6eBxfh-T8j5-FIBj-VSpy-FCuz-1TaL-xIxAqZ" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1649109602 # 2022-04-05 00:00:02 +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 = "ezljcs-qFbz-fAbN-XJLF-RpfK-EYXm-rpi78q" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1649109602 # 2022-04-05 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