Plesk Onyx for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk Onyx for Linux
Question
How to create a backup and restore it for the customized theme in Skins and Color Schemes Plesk extension?
Answer
-
Log into the server via SSH.
-
To create a backup for the customized theme execute the command below:
Note: in the examples below the
./customized_dark.zip
is the path theme backup location.-
For the Dark theme:
# plesk bin branding_theme --pack -name heavy-metal -destination ./customized_dark.zip
-
For the Light theme:
# plesk bin branding_theme --pack -name sunny-day -destination ./customized_light.zip
-
-
To restore the customized theme from the backup run the following command:
- For the Dark theme:
# plesk bin branding_theme --install -name heavy-metal -source ./customized_dark.zip
- For the Light theme:
# plesk bin branding_theme --install -name sunny-day -source ./customized_dark.zip
- For the Dark theme:
Comments
0 comments
Please sign in to leave a comment.