From: mhoellein Date: Fri, 31 Mar 2023 22:27:46 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=b7557b7f61e46b146ccddad9202dacefdf4f6d8c;p=homeserver daily autocommit --- diff --git a/lvm/backup/system b/lvm/backup/system index 9462e5e2..5a6885c7 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 Mar 31 00:46:53 2023 +# Generated by LVM2 version 2.02.176(2) (2017-11-03): Sat Apr 1 00:00:03 2023 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 = 1680216413 # Fri Mar 31 00:46:53 2023 +creation_time = 1680300003 # Sat Apr 1 00:00:03 2023 system { id = "5WJluU-PUGx-m4Am-4B5T-wooB-NUG3-dZj5zv" - seqno = 5314 + seqno = 5320 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -151,6 +151,126 @@ system { ] } } + + root_backup { + id = "hza3lS-cjVs-FSM3-LTFt-OLo6-y99e-d8JShp" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1680300002 # 2023-04-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", 52412 + ] + } + } + + home_backup { + id = "S78KnF-4Fod-23Te-8axY-kH1e-Nilx-FYfvfQ" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1680300002 # 2023-04-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", 54972 + ] + } + } + + var_backup { + id = "hcQQ1I-2aeC-RxBl-Ogqs-6PE5-qYG5-gG35j8" + status = ["READ", "WRITE"] + flags = [] + creation_time = 1680300003 # 2023-04-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", 57532 + ] + } + } + + snapshot0 { + id = "sDldr3-L1zF-bJlw-WjAz-r1Ue-W32t-rTJctc" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1680300002 # 2023-04-01 00:00:02 +0200 + creation_host = "homeserver" + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 7680 # 30 Gigabytes + + type = "snapshot" + chunk_size = 8 + origin = "root" + cow_store = "root_backup" + } + } + + snapshot1 { + id = "JRbgK6-cwMm-pnCC-jcBY-iha3-wxx0-7Z2uvI" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1680300003 # 2023-04-01 00:00:03 +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 = "qHWEqW-TtEB-0RtH-m8hD-Bjey-o2Iq-OuoBvq" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_time = 1680300003 # 2023-04-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" + } + } } } diff --git a/network/interfaces b/network/interfaces index 0eaaf3fd..6aca34fb 100644 --- a/network/interfaces +++ b/network/interfaces @@ -10,5 +10,6 @@ iface enp2s0 inet static address 192.168.178.25 netmask 255.255.255.0 gateway 192.168.178.1 + metric 1 dns-nameservers 192.168.178.1 8.8.8.8 dns-search home.lan