Demo Studio1 Prod 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
# The producer receives the published files
# from the other studios. If a file or
# directory name contains the characters
# "wip", we exclude it:

+ /pub/
+ /pub/asset/
+ /pub/sequence/
- *wip*
+ /pub/asset/**
+ /pub/sequence/**

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
--compress --progress --stats --chmod=ugo=rwX

Status

  • 15/12/23 00:19:52 GMT
    deliveries process ENDED
  • 15/12/23 11:21:53 GMT
    deliveries was READ
  • 15/12/23 11:21:53 GMT
    deliveries process was STARTED
  • 05/05/24 09:13:33 GMT
    deliveries process is RUNNING

Name

Identifier

lnk_01G16CYJ1GMX9KSJZQ2N7ZBWXQ


							
{
"_id": "lnk_01G16CYJ1GMX9KSJZQ2N7ZBWXQ",
"author": "support",
"enable": true,
"include": "# The producer receives the published files\n# from the other studios. If a file or\n# directory name contains the characters\n# \"wip\", we exclude it:\n\n+ /pub/\n+ /pub/asset/\n+ /pub/sequence/\n- *wip*\n+ /pub/asset/**\n+ /pub/sequence/**\n",
"name": "deliveries",
"rsync_args": "",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03P3J2H98TQ0Y4AXF3H",
"time": 1650556094512,
"timeBegin": "2023-12-15 11:21:53+00:00",
"timeEnd": "2023-12-15 00:19:52+00:00",
"timeRead": "2023-12-15 11:21:53+00:00"
}
API Reference