Articles on: Admin Guide for Astra

Backup Astra

Backups is an important part of system administration!

Create



Save binary file and configuration files to archive:

tar -Pzcf ~/astra-backup.tar.gz /usr/bin/astra /etc/astra


Restore



To extract backup launch next commands:

rm -f /usr/bin/astra
tar -Pxf ~/astra-backup.tar.gz

Updated on: 08/03/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!