Demo Demo Project
The project's synchronization is achieved with the help of a central server, or « hub » which organizes the file transfers between the connected volumes. It is installed in a datacenter - on a high availability machine - to provide an optimal and continuous service. Read the hub documentation for more details about the hubs.

SyncPlanet Demo Project

 

Filters

Rsync pattern rules are used to include or skip specific files or directories during the synchronization process.
+ included_file
- excluded_file
# ignored line
Check out the documentation about rsync filters
  Producer
 
11'35"
 
  Studio2 Chars
 
44'24"
 
  Studio3 Sets
 
31'30"
 
  Studio4 Layout
 
0"
 
  Studio5 Motion
 
0"
 
  Studio6 Light
 
0"
 
  Studio7 Post
 
0"
 
Volume

Name (system)

Short codename to identify the element in the sytem (for configuration and logs). From 3 to 16 lowercase letters or numbers, without space. The exact pattern is
^[a-z0-9_]{3,16}$

Identifier

trk_01FWETXZFRX9M0GA184CMV85AM

Write Permissions

@guest

SSH Public Key

To authorize a hub to access a volume, its public SSH key can be installed in `.ssh/authorized_keys` under the user's account on the volume.

Options

Rsync provides a wide range of options to customize its behaviour and to control various aspects of file transfer. Check out the documentation about rsync options

Filters

Rsync pattern rules are used to include or skip specific files or directories during the synchronization process.
+ included_file
- excluded_file
# ignored line
Check out the documentation about rsync filters
- .*
- *~
- *wip*

Notification of Errors

Send notifications to a list of email addresses when a problem occurs on this hub or its volumes. The recipient addresses are separated with comma character, space character or linebreaks.
Discord's built in Webhooks function as an easy way to get automated messages and data updates sent to a text channel in your server. More Documentation on Discord.


							
{
"_id": "trk_01FWETXZFRX9M0GA184CMV85AM",
"author": "support",
"emailNotifications": false,
"filters": "- .*\n- *~\n- *wip*\n",
"geoloc": [4.9392,52.352],
"longName": "SyncPlanet Demo Project",
"name": "demo",
"region": "Amsterdam AMS3",
"rsync_args": "--recursive --update --times --omit-dir-times --dirs --links --compress",
"shortName": "Demo Project",
"time": 1606856172242,
"webhookNotifications": false
}
API Reference