Demo
Bienvenue dans l'interface de démonstration du service de transfert de fichiers SyncPlanet.

Le serveur central, ou « hub », permet de collecter et de distribuer les fichiers sur les volumes connectés. Il fonctionne sur une machine à haute disponibilité pour assurer un service optimal et continu. Pour plus d'information vous pouvez consulter la documentation à propos des hubs en anglais.

Vous pouvez explorer cette interface et activer l'aide contextuelle avec les boutons correspondants. Bonne visite! 💚

Movie Production

 

Volumes

Un volume est un espace de stockage de données accessible par le réseau. Il peut être localisé dans une entreprise connectée à Internet ou en centre de données. Pour plus d'information vous pouvez consulter la documentation à propos des volumes en anglais.
Studio1 Prod
 
Studio2 Chars
 
Studio3 Sets
 
Studio4 Layout
 
Studio5 Anim
 
Studio6 Light
 
Studio7 Post
 
Volume
Command

Options

Rsync propose une grande quantité d'options pour piloter son fonctionnement et contrôler les différents aspects des transferts de fichiers. Vous pouvez trouver plus d'information dans la documentation à propos des options rsync .

Filtres

Les règles de filtrage rsync sont des listes de motifs permettant d'inclure et d'exclure des fichiers ou des dossiers selon leurs noms et leurs chemins pendant la synchronisation.
+ fichier_inclus
- fichier_exclu
Vous pouvez trouver plus d'information dans la documentation à propos des filtres rsync .
# Global RSYNC Filter Rules
# The filters below are applied first
# on every directions and volumes

# skip hidden files
- .*

# skip backup files
- *~

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

Identifiant

hub_01FX33ZYB78E9F5FTZMKC96A4P

Clé SSH publique

Afin d'autoriser l'accès à un volume, la clé SSH publique du hub est installée sous le compte utilisateur dans le fichier .ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAXACAQBYinfRa2J3Yst6TzAwB3mZ7a/yD4VplB/g4QWAJ8C/CkPEtCOArlFj9kAD1rbsRwq1qPb5HqFf6bMM/OQeYxNMf2HGjwBnFxQujVlb10hkrncKUL9wvKhtwjsLd5lGLTqH7A7ioUHjepLFRd6ntitvDAPI9JlCZoELyCZNEGYAgtBflazTXSlgYGZO23xzfFDZt22I9F1FmN7iDG2NxYHrmHa2B0D1VgqLtHbgQEzsh6PtQNAoTCMI25lt9Sy2inSMqS18IfJIe1OaBGo7tCPwFFzk7EwqHaa7ECHGmh6tHLO4XJ/Sgc7VCJiW9OV1nMlc1HRA8KeVDcCqIWZXagBy3DzIj0+7Ul/rxuY9KHh4XynWRRW8gtUVDlDbnbUOnbCl51D7I4HfQJWEJrZP6ModX/baQRkTi9XufsogWaRNTPKDvFFT3kP316DMdrwuy/guNlpnWEQq/UG13+z8JoJPe60wiUn6qMuk5L4Ftq7pqDaVsMTKlZnUzvRkEBA1sUKlBJSIX4lX5B6Ol0AxOEOlP9wME2+Vaf3qu8XMMmymTQlTSIksc3Ltc5PTsHUBkK6WWE5+T3Z+ZEE9MyBYhqsXLyaxuGCybuBIk9VUislYPk+1y43o2qRIBSop4TA1kEQ89xeAwS8afuSMJ5a7Af3jX4IaGE1YAooPRolgliQT2w== demohub@syncplanet

Notifications

Users

Aymx
remy
support

Add user to hub

# 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

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
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.

Please navigate in the interface and you can 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\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\ndelivery 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\nPlease navigate in the interface and you can find more details about\nthe filters and the options under each filter. Have a good visit and\nplease contact support@syncplanet.io for any suggestion or request 💚\n\n\n",
"enable": true,
"error": 0,
"filters": "# Global RSYNC Filter Rules\n# The filters below are applied first\n# on every directions and volumes\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": "Movie Production",
"name": "demo",
"path": "/projects/demo/",
"rsaPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAXACAQBYinfRa2J3Yst6TzAwB3mZ7a/yD4VplB/g4QWAJ8C/CkPEtCOArlFj9kAD1rbsRwq1qPb5HqFf6bMM/OQeYxNMf2HGjwBnFxQujVlb10hkrncKUL9wvKhtwjsLd5lGLTqH7A7ioUHjepLFRd6ntitvDAPI9JlCZoELyCZNEGYAgtBflazTXSlgYGZO23xzfFDZt22I9F1FmN7iDG2NxYHrmHa2B0D1VgqLtHbgQEzsh6PtQNAoTCMI25lt9Sy2inSMqS18IfJIe1OaBGo7tCPwFFzk7EwqHaa7ECHGmh6tHLO4XJ/Sgc7VCJiW9OV1nMlc1HRA8KeVDcCqIWZXagBy3DzIj0+7Ul/rxuY9KHh4XynWRRW8gtUVDlDbnbUOnbCl51D7I4HfQJWEJrZP6ModX/baQRkTi9XufsogWaRNTPKDvFFT3kP316DMdrwuy/guNlpnWEQq/UG13+z8JoJPe60wiUn6qMuk5L4Ftq7pqDaVsMTKlZnUzvRkEBA1sUKlBJSIX4lX5B6Ol0AxOEOlP9wME2+Vaf3qu8XMMmymTQlTSIksc3Ltc5PTsHUBkK6WWE5+T3Z+ZEE9MyBYhqsXLyaxuGCybuBIk9VUislYPk+1y43o2qRIBSop4TA1kEQ89xeAwS8afuSMJ5a7Af3jX4IaGE1YAooPRolgliQT2w== demohub@syncplanet",
"rsync_args": "--recursive --times --omit-dir-times --update",
"shortName": "Demo",
"time": 1639134611215,
"webhookURL": ""
}
API Reference