Backup Astra
Backups is an important part of system administration!
Save binary file and configuration files to archive:
To extract backup launch next commands:
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
Thank you!