Single file recovery
I have deleted some information from a spreadsheet which I need to recover my last known good file would be on 38 weekly increment. My incremental file is done weekly I have 39 of these how do I recover this file from week 38 increment.

- Anmelden, um Kommentare verfassen zu können

BTW, 39 incremental backups in a chain is, IMO, too many.
A task for Incremental or Differential will always begin with a full backup. That is necessary, as that becomes the baseline.
For an Incremental task, after the first full backup, subsequent backups will be incremental, each one based on changes since the previous Incremental backup, all the way back to the second backup being incremental based on changes since the full backup. As such, you need all links in the chain, all incremental backups right back to and including the first full backup, in order to Restore.
For a Differential task, after the first full backup, subsequent backups will be differential, each one based on changes since the first full backup. To restore, you would need just any Differential and the Full backup on which it is based.
You should not allow an incremental chain to become too long. An incremental restore depends upon every incremental in the chain being valid, including the original full. It's better to limit each chain to just a few incrementals, followed by a fresh full backup to start a new chain.
You should validate backups periodically. That would alert you much if the full backup were missing or unreadable.
- Anmelden, um Kommentare verfassen zu können