Demo Studio7 Post renders
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.

renders

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 receive the output rendered
# images from the studio which does the
# lighting and rendering where the render
# farm is located

+ /renders/
+ /renders/++

# we add the --delete so the render farm can
# render again in place (using the same
# folders, removed frame are also deleted on
# target)

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

  • 08/05/24 16:49:17 GMT
    renders process is RUNNING

Name

Identifier

lnk_01GQA0SBY0111WA9WH2RYJM7NS


							
{
"_id": "lnk_01GQA0SBY0111WA9WH2RYJM7NS",
"author": "remy",
"enable": true,
"include": "# we want to receive the output rendered\n# images from the studio which does the\n# lighting and rendering where the render\n# farm is located\n\n+ /renders/\n+ /renders/++\n\n# we add the --delete so the render farm can\n# render again in place (using the same\n# folders, removed frame are also deleted on\n# target)\n",
"name": "renders",
"rsync_args": "",
"src_id": "hub_01FX33ZYB78E9F5FTZMKC96A4P",
"tgt_id": "vol_01FWEWD03NV0MR3MCM6V57ZRAH",
"time": 1674299879359
}
API Reference