Files
clawstor/config/architect.toml
T

25 lines
397 B
TOML

[node]
name = "architect"
role = "primary"
[hot]
path = "/hot/targets"
max_gb = 200
stale_hours = 48
[warm]
projects_path = "/slab/projects"
zfs_dataset = "slab/projects"
snapshot_retain_hours = 24
snapshot_retain_days = 7
snapshot_retain_weeks = 4
[cold]
archive_path = "/data/archive"
zfs_dataset = "data/archive"
retain_weeks = 12
[replication]
receive_from_peer = true
peer_user = "osobh"