This document is specific to an unreleased version of Gravity Sync.
Gravity Sync with Nebula Assist will make a copy of your Domain Database, Local DNS Settings, and CNAME Records files to a public cloud provider. This will enable you to send a copy of your configuration off-site as an external backup, or as a way to synchronize a system that is outside of your local network.
Warning: There will be a small storage and transit cost associated with using AWS. Review the AWS Pricing Calculator for more information.
Supported Cloud Providers
- Amazon Web Services Simple Storage Service (AWS S3)
Setup Steps
- If you don't already have an Amazon Web Service account, create one.
- Create a new S3 Bucket, it must have a unique name. Select the region you want to use.
- Block all public access.
- Enable bucket versioning if you would like.
- Enable bucket encryption if you would like.
- Create an AWS Access Key ID and Secret Access Key.
- Install
awscli
on your secondary Pi-hole.
- Run
aws configure
from on your secondary Pi-hole.
- Enter the AWS Access Key ID and Secret Access Key.