Copying to and from nvs or usb storage device – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 139
Creating and Managing Files
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
6.15
Copying to and from NVS or USB storage device
In a stacked environment you can only access flash and nvs using the stack member
file path. To access a USB storage device on a backup stack member, use the
To copy between filesystems, you need to specify the filesystem prefix (nvs: or usb:).
For example, to copy from Flash to NVS when your current directory is the top-level Flash
directory, enter Privileged Exec mode and enter the command:
For example, to copy from Flash to the USB storage device when your current directory is
the top-level Flash directory, enter Privileged Exec mode and enter the command:
The switch prompts you for the filename, as described in the previous section.
To copy from NVS to Flash when your current directory is the top-level Flash directory,
enter the command:
Example
To copy the file “example.txt” from the directory in NVS called “example” to the top level of
Flash, enter the command:
awplus#
copy <source-filename> nvs:
awplus#
copy <source-filename> usb:
awplus#
copy nvs:<source-filename> <destination-filename>
awplus#
copy nvs:example/example.txt example.txt