Multiple choice technology performance

Select the back up tools in linux from below?

  1. tar

  2. cpio

  3. dump

  4. untar

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

tar is the standard Linux archive utility for creating and extracting tarballs. cpio is another archival tool that handles copy-in/copy-out operations. dump performs backup of filesystems. 'untar' is not a standard tool - tar is used for both creating and extracting archives.