Create a cron file that will regularly perform the following backups:
-
Performs a level 0 backup once per month.
-
Performs a level 2 dump one day per week.
-
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? |