Backup/Restore using .Tar
Posted On March 8, 2010 at 13:11 in How2
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.