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

Responses are currently closed, but you can trackback from your own site.

Comments are closed.