Demo Studio6 Light tools
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.

tools

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 a local copy of the
# specific tools used by the production

+ /tools/
+ /tools/**

# The option rsync --delete is used on this
# link so we get an exact copy of the
# producer's tools (continuous integration)

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

  • 29/03/24 07:39:59 GMT
    tools process is RUNNING

Name

Identifier

lnk_01GQCNB53C896NDEM3GVS6Y84B


							
{
"_id": "lnk_01GQCNB53C896NDEM3GVS6Y84B",
"author": "remy",
"enable": true,
"include": "# This studio receives a local copy of the\n# specific tools used by the production\n\n+ /tools/\n+ /tools/**\n\n# The option rsync --delete is used on this\n# link so we get an exact copy of the\n# producer's tools (continuous integration)",
"name": "tools",
"rsync_args": "--delete",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03N71ZWJJD61RCBWXZ0",
"time": 1674388542572
}
API Reference