mod_backup dispatch rules (backup)

URL dispatch rules defined by mod_backup in apps/zotonic_mod_backup/priv/dispatch/backup.

This file defines the URL dispatch rules for mod_backup. Rules are matched from top to bottom; the first matching rule handles the request.

Source: apps/zotonic_mod_backup/priv/dispatch/backup

This set is stored in the backup dispatch file.

Dispatch namePathControllerOptions
admin_backup/admin/backupcontroller_admin_backup[seo_noindex]
admin_backup_revision/admin/backup/:idcontroller_admin_backup_revision[seo_noindex]
admin_backup_deleted/admin/deletedcontroller_admin[{template,<<"admin_backup_deleted.tpl">>},seo_noindex]
backup_download/backup/download/*controller_file[{root,[{module,mod_backup}]},{content_disposition,attachment},seo_noindex]

Edit on GitHub

Referred by

Dispatch rules

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.