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

deliveries

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 render the images in a separate folder
# that is sent continuously to the server

+ /renders/
+ /renders/**

# we put the option rsync --delete because we
# are the only studio to write here and we
# can clean the renders directly from our
# side

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 19:51:56 GMT
    deliveries process is RUNNING

Name

Identifier

lnk_01G0J6XADSJC3NS8A7VQ5774HK


							
{
"_id": "lnk_01G0J6XADSJC3NS8A7VQ5774HK",
"author": "remy",
"enable": true,
"include": "# we render the images in a separate folder\n# that is sent continuously to the server\n\n+ /renders/\n+ /renders/**\n\n# we put the option rsync --delete because we\n# are the only studio to write here and we\n# can clean the renders directly from our\n# side\n",
"name": "deliveries",
"rsync_args": "--delete",
"src_id": "vol_01FWEWD03N71ZWJJD61RCBWXZ0",
"tgt_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"time": 1649878673849
}
API Reference