Configure Cloud Sync

Before you can configure cloud sync, you must add the Data Management Service.

To enable cloud sync, navigate to the Services tab on your robot’s Config tab and enable Syncing for your Data Management Service. Click Save Config at the bottom of the window.

Now the data that you capture will sync automatically with the Viam app in the cloud.

data capture configuration

By default, the Data Management Service syncs data to Viam’s cloud every 0.1 minutes, that is every 6 seconds. To change the sync interval, specify an interval in minutes in the interval field.

Click to view the JSON configuration for the Data Management Service

Pause sync

You can pause Cloud Sync at any time by navigating to the Services tab on your robot’s Config tab and disabling Syncing for your Data Management Service. If you have captured data that you do not want to sync, delete the data on the robot before resuming Cloud Sync. To delete the data locally, ssh into your robot and delete the data in the directory where you capture data.

Sync files from another directory

You may have additional files you want to sync to the cloud from your robot. For example, there may be components on your robot which are not controlled by Viam that are collecting data locally on your robot. Or there may be a set of logs indicating the status of the robot at different points in time. To include these types of files in cloud sync, click ADD PATHWAY in the Data Management Service panel and specify the directory where your files are located on your robot. Once you save the configuration, the Data Management Service begins syncing the files in the specified folder at the interval configured for the service. To avoid syncing files that are still being written to, the Data Management Service only syncs files that haven’t been modified in the previous 10 seconds.

In the example pictured here, the Data Management Service syncs the configured component data from /tmp/capture as well as all files in /logs every 5 minutes.

service config example

Click to view the JSON configuration for this example

Next Steps

To view your captured data in the cloud, see View Data.

For a comprehensive tutorial on data management, see Intro to Data Management.



Have questions, or want to meet other people working on robots? Join our Community Discord.