Answered You can hire a professional tutor to get the answer.
create a cron file that will regularly perform the following backups: a) Performs a level 0 backup once per month. b) Performs a level 2 dump one day...
create a cron file that will regularly perform the following backups:a) Performs a level 0 backup once per month.b) Performs a level 2 dump one day per week.c) Performs a level 5 dump every day that neither a level 0 nor a level 2 dump is performed.In the worst case, how many restores would you have to perform to recover a file that was dumped using the preceding schedule?