Articles on: Admin Guide for Alta

Backup Alta

Backups is an important part of system administration!

Create



Save binary file and configuration files to archive:

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


Restore



To extract backup launch next commands:

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

Updated on: 08/03/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!