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
Mason Cloud >> "I support both Mac & Windows 7 …I use Ubuntu (.com) to get sh!t done."
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