...
Log in to a shell on the Abiquo server with a user with root permissions and make a copy of the UI folder
Code Block mkdir /opt/abiquo/quick_ui_backup tar -cvfz /opt/abiquo/quick_ui_backup/ui_`date +%Y%m%d`.tar.gz /var/www/html/ui/
...
...
Log in to a shell on the Abiquo server with a user with root permissions and make a copy of the UI folder
Code Block |
---|
mkdir /opt/abiquo/quick_ui_backup
tar -cvfz /opt/abiquo/quick_ui_backup/ui_`date +%Y%m%d`.tar.gz /var/www/html/ui/
|
...