The Nuclia Sync Agent server is NodeJS application that runs on your server and keeps your files in sync with the Nuclia cloud.
To install and run the Nuclia Sync Agent server, run the following commands:
npm install -g @nuclia/sync-agent
nuclia-sync-agent
The Nuclia Sync Agent stores the configuration and the files in the .nuclia/sync.json
file.
To sync a root folder, we use a specific format:
{
"uuid": "",
"originalId": "/"
}