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

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

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

Status

  • 27/07/24 07:26:55 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