major rewrite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user