dadaniel
06-30-2010, 03:51 AM
Using the following CLI commands, you can restore Ubiquiti device configuration to the state before the last click on "Apply":
Input:
cd /tmp
cfgmtd -r -t 2 -f backup.cfg
cfgmtd -w -t 1 -f backup.cfg
Output:
Found Active on[1] ...
Found Backup1 on[2] ...
Storing Active[2] ... [%100]
Active->Backup[1] ... [%100]
Input:
cd /tmp
cfgmtd -r -t 2 -f backup.cfg
cfgmtd -w -t 1 -f backup.cfg
Output:
Found Active on[1] ...
Found Backup1 on[2] ...
Storing Active[2] ... [%100]
Active->Backup[1] ... [%100]