If you need to restore files you backuped with Linux Backup from the
console, type one of these commands.

If you used compression:

tar -xzvf file.tgz

If you used multi volumes:

tar -xMvf file.tar

If you did not use compression:

tar xvf file.tar
