Demo Studio4 Layout assets
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.

assets

Rsync Filters

Rsync filters are used to include or exclude specific files or directories during the synchronization process.
Check out the documentation to find out more.
# This studio receives the references from
# the producer (designs, color, storyboard,
# animatic):

+ /refs/
+ /refs/**

# This studio also constantly receives the
# approved assets that are used to populate
# the shot scenes:

+ /asset/
+ /asset/**

# We want the producer to be able to clean
# our local refs folder so we add the option
# rsync --delete to this link

Rsync Options

Rsync provides a wide range of options that enable you to customize its behaviour and control various aspects of file transfer.
Check out the documentation to find out more.
--recursive --times --omit-dir-times --update --compress

Status

  • 24/04/24 11:28:24 GMT
    assets process is RUNNING

Name

Identifier

lnk_01FWEWJGNTSPMMV4S25X8D7X5Z


							
{
"_id": "lnk_01FWEWJGNTSPMMV4S25X8D7X5Z",
"author": "support",
"enable": true,
"error": 0,
"include": "# This studio receives the references from\n# the producer (designs, color, storyboard,\n# animatic):\n\n+ /refs/\n+ /refs/**\n\n# This studio also constantly receives the\n# approved assets that are used to populate\n# the shot scenes:\n\n+ /asset/\n+ /asset/**\n\n# We want the producer to be able to clean\n# our local refs folder so we add the option\n# rsync --delete to this link\n",
"name": "assets",
"organization": "trk_01FWETXZFRX9M0GA184CMV85AM",
"rsync_args": "--delete",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03N708YHRRYKMV9347Z",
"time": 1639136357242,
"tracker": "trk_01FWETXZFRX9M0GA184CMV85AM"
}
API Reference