Which command is used to perform backup in UNIX?

2021

Which command is used to perform backup in UNIX?

Answer: B. cpioIn UNIX, cpio (copy in–copy out) is a standard command used for backup and restore operations. Important UNIX Backup-Related Commands (English) tar – Used to…

  1. A.

    backup

  2. B.

    cpio

  3. C.

    zip

  4. D.

    gzip

Attempted by 191 students.

Show answer & explanation

Correct answer: B

In UNIX, cpio (copy in–copy out) is a standard command used for backup and restore operations. Important UNIX Backup-Related Commands (English) tar – Used to create and extract backup archives

cpio – Used for creating and restoring backups

rsync – Used for incremental backup and data synchronization

dump / restore – Used for full filesystem backup and recovery

dd – Used to take disk or partition-level backup

Explore the full course: Niacl Ao It Specialist

Loading lesson…