Demo Studio5 Anim references
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.

references

issue about ssh or docker. Please check the agent's logs

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.
# we want to receive every references from
# the producer (designs, color, storyboard,
# animatic)

+ /refs/
+ /refs/**

# we add the option rsync --delete so the
# producer can clean the refs folder we have
# on our local server

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

  • 28/03/24 09:02:24 GMT
    references process is RUNNING

Name

Identifier

lnk_01G16CZ2YJ68T0YQYSZ40BNGJK


							
{
"_id": "lnk_01G16CZ2YJ68T0YQYSZ40BNGJK",
"author": "remy",
"enable": true,
"error": 12,
"include": "# we want to receive every references from\n# the producer (designs, color, storyboard,\n# animatic)\n\n+ /refs/\n+ /refs/**\n\n# we add the option rsync --delete so the\n# producer can clean the refs folder we have\n# on our local server",
"name": "references",
"rsync_args": "--delete",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03P2A13ZWQS3VAWEXAE",
"time": 1650556111826
}
API Reference