The MAJOR problem with "daily" incremental backups methodology" - If one of the ( todays ) daily backup files was bad, for any reason
- than you dont have backup for "today"
- all subsequent ( tommorrow, next day ) backups are basically unsusable
- you cannot restore your system from backups -- you are missing files from "today"
- If one of the weekly backup files was bad, for any reason
than all subsequent backups are basically unsusable, till the next 30 day incremental backup The solution is to always perform incremental backup since the last full backup - in the option -mtime $Cnt the counter would increment daily
- incremental backups should always start from the last "FULL" backup and changes till today
|