You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
438 B
JSON

{
"defaultSource": "/",
"defaultSyncOptions": "",
"syncInterval": 60000,
"runOnce": false,
"remotes": [
{
"source": "/test-1",
"name": "google-drive-1",
"destination": "/var/target",
"syncOptions": "--fast-list"
},
{
"source": "/test-2",
"name": "google-drive-2",
"destination": "/var/target",
"syncOptions": "--fast-list",
"syncLocalToRemote": true
}
]
}