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

Filter

Rsync pattern rules are used to include or skip specific files or directories during the synchronization process.
+ included_file
- excluded_file 
Check out the documentation about rsync filters
# 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

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
--chmod=ugo=rwX

Status

  • 05/05/24 16:47:01 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