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

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

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

  • 04/05/24 04:07:17 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