From 10c816dba66db73ebcc324681d8664958f58b643 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Sun, 1 May 2022 00:08: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 006395a6..ac0e34c7 100644 --- a/lvm/backup/system +++ b/lvm/backup/system @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.176(2) (2017-11-03): Sat Apr 30 22:44:13 2022 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Sun May 1 00:00:03 2022 contents = "Text Format Volume Group" version = 1 -description = "Created *after* executing 'pvscan --cache --activate ay 253:0'" +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 = 1651351453 # Sat Apr 30 22:44:13 2022 +creation_time = 1651356003 # Sun May 1 00:00:03 2022 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 1331 + seqno = 1337 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -140,6 +140,126 @@ system { ] } } + + root_backup { + id = "Pmaqof-zOOH-3E1m-DKr0-3Gw4-jNM1-jzjpZh" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1651356002 # 2022-05-01 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", 51132 + ] + } + } + + home_backup { + id = "pPk8LF-sqYi-MWja-oJET-E8uj-7nB7-2xx5rO" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1651356002 # 2022-05-01 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 = "FrG0T7-ZbgN-aRqk-WBc6-yiXg-PJeM-vwQuva" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1651356003 # 2022-05-01 00:00:03 +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 = "thVncp-zIc4-ce8A-3efU-gp0l-A3ai-5MWd2U" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1651356002 # 2022-05-01 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 = "cll8W6-N4tw-YIrm-sXp5-1fr1-DtC1-FpqYCy" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1651356002 # 2022-05-01 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 = "LGv1RK-I55j-JQs7-lSVQ-w5eR-XWg7-uFRLcu" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1651356003 # 2022-05-01 00:00:03 +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