Backup Alta
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 ~/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
Thank you!