{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

Connection names are listed in the ~/.hl_client.cfg file of the user account running the Librarian server.

See the online documentation. If you’re having trouble with the syntax, try pasting your search into jsonlint.com.

Back to standing orders

Files currently matching this order

Not including files that have active or pending copy tasks (see the task listing) or that are marked with the file event standing_order_succeeded:{{storder.name}}. Most orders will also only match recently-created files.

{% if cur_files %} {{macros.file_listing(cur_files)}} {% else %}

(No files currently match this order.)

{% endif %} {% endblock %}