Backup
Backups are an important part of system administration!
Create
Section titled “Create”Save binary file and configuration files to archive:
tar -Pzcf ~/alta-backup.tar.gz /usr/bin/alta /etc/altaRestore
Section titled “Restore”To extract backup launch next commands:
rm -f /usr/bin/altatar -Pxf ~/alta-backup.tar.gz