1ACCEL-CONFIG-SAVE() ACCEL-CONFIG-SAVE()
23
4
NAME
6accel-config-save-config - save the configuration in json format into a
7file.
8
SYNOPSIS
10accel-config save-config [<options>]
1112
Save the current configuration displayed in json format into a
13specified path with specified file name.
14
EXAMPLE
16.ft C
17# accel-config save-config -s /usr/accfg/save_config.conf
18.ft
1920
OPTIONS
22-s, --saved-file=
23to specify saved file name and path
2425
26
27
ACCEL-CONFIG-SAVE()