Newer
Older
gnexus-book / 40-inventory / backups.yml
@Eugene Sukhodolskiy Eugene Sukhodolskiy 1 day ago 729 bytes Document smart home server platform
# Backup policies and restore targets.
---
- id: smart-home-nfs-backups
  name: Smart Home NFS Backups
  type: nfs-export
  status: active
  target: smart-home-platform
  method: NFS export and project database dumps
  frequency: unknown
  retention: unknown
  storage: /home/shome/backups
  restore_runbook: not documented yet
  host: smart-home-server
  path: /home/shome/backups
  mounted_device: /dev/mmcblk0p1
  filesystem: ext4
  size: 57G
  used: 2.0G
  export:
    network: 192.168.1.0/24
    options:
      - rw
      - async
      - no_subtree_check
      - no_root_squash
  related_service: smart-home-platform
  docs: ../10-systems/servers/smart-home-server.md
  last_reviewed: 2026-05-10
  source_of_truth: ssh-host