Demo
Welcome to the SyncPlanet file transfer service demo.

The project's synchronisation is achieved with the help of a central server, or « hub » which organizes the file transfers between the connected storages. 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.

You can toggle the contextual help using the buttons. Have a nice visit!

Demo Movie Production

16.5 TiB / 53.2 TiB
Free Space: 36.7 TiB


 

Storages / Filters

Rsync pattern rules are used to include or skip specific files or directories during the synchronisation process.
+ included_file
- excluded_file
# ignored line
Check out the documentation about rsync filters
  Producer
11'35"
 
 
 
  Ranch
0"
 
 
 
  Studio2 Chars
44'24"
 
 
 
  Studio3 Sets
31'30"
 
 
 
  Studio4 Layout
16'55"
 
 
 
  Studio5 Motion
31'46"
 
 
 
  Studio6 Light
01h01'26"
 
 
 
  Studio7 Post
9'26"
 
 
 
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

hub_01FX33ZYB78E9F5FTZMKC96A4P

Write Permissions

Marion Parker
@guest

SSH Public Key

Authorize a hub to access a storage, installing its public SSH key in `.ssh/authorized_keys` under the storage user's account.
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5Zg7MsLg4frCpHnuVY79Ne/6wxb2Ft/FCqnDPBdI5C demohub@syncplanet

Rsync 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 synchronisation process.
+ included_file
- excluded_file
# ignored line
Check out the documentation about rsync filters
# Global RSYNC Filter Rules
# The filters below are applied first
# to every channels in both directions

# skip hidden files
- .*

# skip backup files
- *~

# skip potential malware
- *.dll
- *.exe

Notification of Errors

Send notifications to a list of email addresses when a problem occurs on this hub or its connected storages. 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.
# Movie Production Demo

This example is showing the data flows for a fictional 3D animated
movie production. 7 studios take part in the process:

* Studio 1 : head of production, storyboard, references, approvals
* Studio 2 : character development, modeling, rigging, shading
* Studio 3 : sets, modeling and shading
* Studio 4 : layout
* Studio 5 : animation
* Studio 6 : lighting, shading, rendering
* Studio 7 : compositing
* Ranch Computing was added as a potential production partner

Each studio is composed of several teams, waiting for input data to
process and having its output delivered to next team in the process.

A central storage (this « hub ») is used to organize the pickup and
the delivery of the files (the studios are not directly connected)

The same folder tree and organization on the file system is shared by
everyone. The studios get and share the necessary files only. A file
is identified by its full path in the project's folder tree.

Each studio have a number of separate directed links that define
which files are sent or received. The links are processed
sequentially, one after the other, asynchronously for each studio.
Links have rsync filters to define which files are included and can
wear specific rsync options which are added to the global options.

Explore this interface to find more details about the filters and
the options under each filter. Have a good visit and please contact
support@syncplanet.io for any suggestion or request 💚


{
"_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"author": "support",
"bytesRemaining": 39450477204,
"bytesTotal": 57174604644,
"bytesUsed": 17724127439,
"comment": "# Movie Production Demo\n\nThis example is showing the data flows for a fictional 3D animated\nmovie production. 7 studios take part in the process:\n\n* Studio 1 : head of production, storyboard, references, approvals\n* Studio 2 : character development, modeling, rigging, shading\n* Studio 3 : sets, modeling and shading\n* Studio 4 : layout\n* Studio 5 : animation\n* Studio 6 : lighting, shading, rendering\n* Studio 7 : compositing\n* Ranch Computing was added as a potential production partner\n\nEach studio is composed of several teams, waiting for input data to\nprocess and having its output delivered to next team in the process.\n\nA central storage (this « hub ») is used to organize the pickup and\nthe delivery of the files (the studios are not directly connected)\n\nThe same folder tree and organization on the file system is shared by\neveryone. The studios get and share the necessary files only. A file\nis identified by its full path in the project's folder tree.\n\nEach studio have a number of separate directed links that define\nwhich files are sent or received. The links are processed\nsequentially, one after the other, asynchronously for each studio.\nLinks have rsync filters to define which files are included and can\nwear specific rsync options which are added to the global options.\n\nExplore this interface to find more details about the filters and\nthe options under each filter. Have a good visit and please contact\nsupport@syncplanet.io for any suggestion or request 💚\n\n\n",
"emailNotifications": true,
"enable": true,
"error": 0,
"filters": "# Global RSYNC Filter Rules\n# The filters below are applied first\n# to every channels in both directions\n\n# skip hidden files\n- .*\n\n# skip backup files\n- *~\n\n# skip potential malware\n- *.dll\n- *.exe",
"geoloc": [3.17456,50.69421],
"hostname": "",
"image": "syncplanet/run:1.0.32",
"longName": "Demo Movie Production",
"name": "demo",
"notifiedEmails": "tech@studio.eu",
"path": "/projects/demo/",
"rsaPublicKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5Zg7MsLg4frCpHnuVY79Ne/6wxb2Ft/FCqnDPBdI5C demohub@syncplanet",
"rsync_args": "--recursive --times --omit-dir-times --update",
"shortName": "Demo",
"time": 1639134611215,
"webhookURL": ""
}
API Reference