Skip to content

Instantly share code, notes, and snippets.

@mwwhited
Created February 8, 2023 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwwhited/a32460c173da2d6a677e2ef85fa7abd0 to your computer and use it in GitHub Desktop.
Save mwwhited/a32460c173da2d6a677e2ef85fa7abd0 to your computer and use it in GitHub Desktop.

Create Network Backup for HomeSeer

Summary

This is a simplified set of instructions to mount a network share that can be used to backup HS4-pi

Details

  1. Create NFS share on desired server.
  2. log into the terminal on HS4 and mount the NFS share a. mkdir /mnt/sharepoint b. mount :/nfs/sharepoint /mnt/sharepoint b. mkdir /mnt/sharepoint/backups
  3. Add the NFS share to /etc/fstab on the HS4
  4. Update the backup send to on HS4 web console to new path /mnt/sharepoint/backups
  5. Test backup by running manual backup
  6. ensure new backup exists

sudo rsync -azh --no-perms --no-owner --no-group /usr/local/HomeSeer /mnt/sharepoint/HomeSeer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment