Skip to content

Cloud Synchronization

To enable cloud synchronization, add the [sync] section to your oolong.toml.

toml
[sync]
host = "your_server_hostname_or_ip"
user = "your_username"
port = 22
private_key_path = "/home/<your_username>/.ssh/<your_private_key_file>"
OptionDescription
hostServer IP address or hostname
userServer user account name
portServer SSH port
private_key_pathPath to your SSH private key file

At this time, cloud sync only supports SSH key authentication.