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

Multistudios Movie Production Demo ➡️ Animation in Shanghaï

Rsync 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

Rsync Rules

Rsync pattern rules are used to include or skip specific files or directories during the synchronization process.
+ included_file
- excluded_file
# ignored line
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

Name

Name, at your convenience, without character restriction, to name the element in the interface instead of naming it with its _id
lnk_01GQA5A6QN1BYYEN42971WE5R6

Identifier

lnk_01GQA5A6QN1BYYEN42971WE5R6

Write Permissions

@guest

Recent Activity

  • 27/10/25 17:01:36 GMT
    assets process is RUNNING



							
{
"_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