Which command is used to perform backup in UNIX?
2022
Which command is used to perform backup in UNIX?
- A.
backup
- B.
cpio
- C.
zip
- D.
gzip
Attempted by 179 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