rsync -ah --progress /mnt/test/mnt/all/all/services/media/series/ /mnt/user/services/media/series/
Check ports in Use
sudo netstat -tunlp
ssh remote_username@remote_server_ip_address
ssh-keygen
Press “Enter” three times until the command finishes. A public key file “~/.ssh/id_rsa.pub” and a private key file “~/.ssh/id_rsa” will be generated.
ssh-copy-id remote_username@remote_server_ip_address
ssh remote_username@remote_server_ip_address
Open an SSH session to each Pi-hole, and execute the following script.
curl -sSL https://raw.githubusercontent.com/vmstan/gs-install/main/gs-install.sh | bash
If you do not have an existing configuration file, the installer will prompt to create one. It can also be run later by executing gravity-sync config
Automation of sync is accomplished by adding an execution of the script to each host's systemd configuration.
gravity-sync auto
gravity-sync auto quad for quarter-hour intervals.