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

assets

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 continuously receive every
# assets and sequences which were
# approved by the producer's studio

+ /asset/
+ /asset/**
+ /sequence/
+ /sequence/**

# we want the producer to be able to clean
# these local folders so we add the option
# rsync --delete to this link

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

  • 23/04/24 16:27:54 GMT
    assets process is RUNNING

Name

Identifier

lnk_01GQA5A6QN1BYYEN42971WE5R6


							
{
"_id": "lnk_01GQA5A6QN1BYYEN42971WE5R6",
"author": "remy",
"enable": true,
"include": "# we want to continuously receive every\n# assets and sequences which were\n# approved by the producer's studio\n\n+ /asset/\n+ /asset/**\n+ /sequence/\n+ /sequence/**\n\n# we want the producer to be able to clean\n# these local folders so we add the option\n# rsync --delete to this link",
"name": "assets",
"rsync_args": "--delete",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03P2A13ZWQS3VAWEXAE",
"time": 1674304625397
}
API Reference