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

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

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

  • 03/05/24 21:41:52 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