summaryrefslogtreecommitdiff
path: root/templates-cfg/system/config-management/commit-archive/location/node.def
blob: 0ee2c19854dedbb6c121c33cd393515ff389482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
multi:
type: txt
help: Commit archive location

syntax:expression: exec "/opt/vyatta/sbin/vyatta-config-mgmt.pl \
                           --action=valid-uri                   \
                           --uri=\"$VAR(@)\" "; "Invalid URI"

val_help: <uri> ; Uniform Resource Identifier
comp_help: 
  "scp://<user>:<passwd>@<host>/<dir>"
  "sftp://<user>:<passwd>@<host>/<dir>"
  "ftp://<user>:<passwd>@<host>/<dir>"
  "tftp://<host>/<dir>"