LPIC-1 Exam 101 v5 (Linux Administrator) — Question 37

A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D and E because hard links allow the backup to save space by pointing to the same data on disk, preventing redundant copies. Additionally, they streamline the backup process by altering only the file system metadata rather than performing full data copies, thus speeding up the operation. Options A, B, and C do not accurately represent the benefits of hard links in this context.