major rewrite

This commit is contained in:
timeshifter
2021-11-25 19:47:36 +01:00
parent de795cdba3
commit c3889fdd7c
2 changed files with 266 additions and 201 deletions
+4 -3
View File
@@ -1,12 +1,13 @@
# -*- coding: utf-8 -*-
from uuid import UUID
# Name des lokalen Pools
local_pool_to_backup = "tank"
# Name der Backup-Platten und UUID der Partition
backup_pool = {
"backup1": "603eeae5-1f16-4d1f-8dc5-8b5368c0cdd4",
"backup2": "8632e9e4-3d6c-4627-8c28-ec72f52db281",
backup_pools = {
"backup1": UUID("603eeae5-1f16-4d1f-8dc5-8b5368c0cdd4"),
"backup2": UUID("8632e9e4-3d6c-4627-8c28-ec72f52db281"),
}
# Datasets, die nicht gesichert werden sollen