Backs up the EFA system, including the database and certificates.
Run this command as a sudo user for the base operating system.
This example performs system backup without device configuration backup.
efa system backup -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.735.tar --- Time Elapsed: 5.741750131s ---
This example performs system backup by taking configuration backup of all devices that are part of the fabric specified.
efa system backup --fabric default -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.736.tar --- Time Elapsed: 5.741750131s ---
This example performs system backup by taking configuration backup of all fabrics and its devices.
efa system backup –-fabric-all -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.734.tar --- Time Elapsed: 5.741750131s ---
This example performs system backup by taking configuration backup of all devices that are specified.
efa system backup --device-ip 10.20.1.2,10.20.1.3,10.20.1.4 -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.737.tar --- Time Elapsed: 5.741750131s ---
This example shows the error message: Fabric does not exist.
efa system backup --fabric default -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.733.tar Backup is partially success: Fabric does not exist --- Time Elapsed: 5.741750131s ---
This example shows the error message: Device not found.
efa system backup --device-ip 10.20.1.5,10.20.1.6 -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.738.tar Backup is partially success: Device 10.20.1.5 not found --- Time Elapsed: 5.741750131s ---
This example shows the error message: Operation not allowed.
efa system backup --device-ip 10.20.1.2,10.20.1.3 -remote Generating backup of EFA... Backup Location: root@10.10.10.10:/tmp/efa/EFA-2021-04-07T03-04-48.739.tar Backup is partially success: Devices [10.20.1.2] failed to get config backup as its locked for configuration change by process [Firmware download]. --- Time Elapsed: 5.741750131s ---