Posts Tagged ‘Backup’

Backup/Restore using .Tar

To ‘archive’ using .tar (use the below syntax)

tar cf archive.tar dir

To ‘extract’ using .tar (use the below syntax)

tar xf archive.tar