treefmt / nix fmt (pull_request) Successful in 4s
pytest / pytest (pull_request) Successful in 1m30s
test ebook search / test-ebook-search (pull_request) Successful in 1m28s
build_systems / build-portal-1 (pull_request) Successful in 2m51s
build_systems / build-bob (pull_request) Successful in 3m43s
build_systems / build-jeeves (pull_request) Successful in 3m43s
build_systems / build-brain (pull_request) Successful in 3m29s
build_systems / build-rhapsody-in-green (pull_request) Successful in 3m54s
treefmt / nix fmt (push) Successful in 4s
build_systems / build-portal-1 (push) Successful in 24s
pytest / pytest (push) Successful in 33s
build_systems / build-brain (push) Successful in 41s
test ebook search / test-ebook-search (push) Successful in 38s
build_systems / build-bob (push) Successful in 46s
build_systems / build-jeeves (push) Successful in 1m2s
build_systems / build-rhapsody-in-green (push) Successful in 1m5s
- add a performance-tuned media/containers dataset - store Docker and NixOS container state on the dataset - prepare storage directories after ZFS mounts - bind NixOS container state to its required path - configure snapshot retention for container storage
142 lines
1.6 KiB
TOML
142 lines
1.6 KiB
TOML
["default"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
# root_pool
|
|
["root_pool/home"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 14
|
|
monthly = 0
|
|
|
|
["root_pool/root"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["root_pool/nix"]
|
|
15_min = 4
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["root_pool/nix_build"]
|
|
15_min = 1
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["root_pool/var"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 30
|
|
monthly = 6
|
|
# storage
|
|
["storage/ollama"]
|
|
15_min = 2
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["storage/secure"]
|
|
15_min = 0
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["storage/secure/plex"]
|
|
15_min = 6
|
|
hourly = 2
|
|
daily = 1
|
|
monthly = 0
|
|
|
|
["storage/secure/transmission"]
|
|
15_min = 4
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["storage/secure/secrets"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 30
|
|
monthly = 12
|
|
|
|
# media
|
|
["media/secure/containers"]
|
|
15_min = 2
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["media/temp"]
|
|
15_min = 2
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["media/secure"]
|
|
15_min = 0
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["media/secure/plex"]
|
|
15_min = 6
|
|
hourly = 2
|
|
daily = 1
|
|
monthly = 0
|
|
|
|
["media/secure/postgres-wal"]
|
|
15_min = 4
|
|
hourly = 2
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
|
|
["media/secure/postgres"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 7
|
|
monthly = 0
|
|
|
|
["media/secure/share"]
|
|
15_min = 4
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["media/secure/github-runners"]
|
|
15_min = 6
|
|
hourly = 2
|
|
daily = 1
|
|
monthly = 0
|
|
|
|
["media/secure/notes"]
|
|
15_min = 8
|
|
hourly = 24
|
|
daily = 30
|
|
monthly = 12
|
|
|
|
["media/secure/docker"]
|
|
15_min = 3
|
|
hourly = 12
|
|
daily = 14
|
|
monthly = 2
|
|
|
|
# scratch
|
|
["scratch/transmission"]
|
|
15_min = 2
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|
|
|
|
["scratch/uv_cache"]
|
|
15_min = 2
|
|
hourly = 0
|
|
daily = 0
|
|
monthly = 0
|