An administrator sets up a Linux Hardened Repository with a 10-day immutability period. A backup job targeting this repository has a retention policy of 7 days. On day 8, after a backup chain is complete, what is the expected outcome when Veeam attempts to delete the backup files according to the job's retention policy?
-
A
The deletion will succeed because the Veeam retention policy is shorter than the immutability period.
-
B
The deletion will fail because the file system's immutable flag (`chattr +i`) prevents modification or deletion by any user, including root, until the 10-day period expires.
-
C
Veeam will automatically remove the immutable flag to perform the deletion and then log the action.
-
D
The files will be moved to a temporary location until the immutability period expires, after which they will be permanently deleted.