Select the back up tools in linux from below?
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.