When a snapshot is created in an empty repository, a "full" snapshot will be created, correct?
When a snapshot is created in a repository that contains previous snapshots an "incremental" snapshot will be created containing data modified since the most recent snapshot in the repository, correct?
If I need to restore an entire index do I just restore using the most recent incremental, or is there an iterative process of applying the "full"/"incrementals" ?
If I have a filesystem policy that automatically deletes files that are older than X days and my "full" snapshot becomes that old and gets deleted, I lose my ability to completely restore, correct?
Thank you