Logo Background

Unix TAR Archive Command

  • There are several archive or backup command that can be used in Unix. Today let’s talk about the tar command. the basic command for archiving files with the tar command is:

    Unix Archive Using TAR Command

    tar -cvf archive_name file

    Example: -

    tar -cvf /tmp/backup.tar *
Leave a Comment