Demo Studio3 Sets deliveries
A link allow to precisely define what files are automatically transfered between a volume and a hub in one direction. In the «Parameters» tab, we can specify the filter rules used by the underlying rsync for this specific link. Read the link documentation for more details about links.

deliveries

Sets & Props in Annecy ➡️ Multistudios Movie Production Demo

Status

  • 15/12/23 13:50:18 GMT
    deliveries process ENDED
  • 15/12/23 13:53:14 GMT
    deliveries was READ
  • 15/12/23 13:53:14 GMT
    deliveries process was STARTED
  • 14/10/25 07:21:58 GMT
    deliveries process is RUNNING

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
--recursive --times --omit-dir-times --update

Filter

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
# We send the files we write in our local
# publish folder, but not the "wip" files:

+ /pub/
+ /pub/asset/
- *wip*
+ /pub/asset/**

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

lnk_01G0J7VKHPKF72A26K38S16YA2

Write Permissions

@guest


							
{
"_id": "lnk_01G0J7VKHPKF72A26K38S16YA2",
"author": "support",
"enable": true,
"include": "# We send the files we write in our local\n# publish folder, but not the \"wip\" files:\n\n+ /pub/\n+ /pub/asset/\n- *wip*\n+ /pub/asset/**\n",
"name": "deliveries",
"src_id": "vol_01FWEWD03MXB0PF0AD7D822D0P",
"tgt_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"time": 1649879666230,
"timeBegin": "2023-12-15 13:53:14+00:00",
"timeDuration": 1813,
"timeEnd": "2023-12-15 13:50:18+00:00",
"timeRead": "2023-12-15 13:53:14+00:00"
}
API Reference