-
I did read the docs: https://garethgeorge.github.io/backrest/introduction/getting-started#terminology but I am still wondering why some of my plans show backups and snapshots, some just snapshots? It is easier to show then describe: Only snapshots and one scheduled backup: Snapshots and backups mixed: I am just trying to understand. A backup seems to always consists of a snapshot and a backup and offers more info: Compared to a simple snapshot which offers not info whatsoever. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
A backup corresponds to an invocation of the The snapshot record is a restic snapshot, in your repo, indexed by backrest. It has fewer details because restic doesn't actually keep track of the ifles processed, bytes added, and other metrics. That's all data that's tracked and stored by backrest. You can click |
Beta Was this translation helpful? Give feedback.
-
Thanks for the detailed answer. Let me make sure I fully grasped the concept. At first, I thought that when it only shows snapshot, that would be a restic backup triggered outside of backrest, so backrest didn't capture any of the (related) output, but backrest is the only tool using this repo and I guess this first assumption was wrong. My next try to understand what you are trying to explain was that on this schedule of the plan, the backup didn't succeed hence no forget was triggered, and no backup details were captured, only showing the snapshot?
As far as I understand, plans in backrest have a schedule. But then why does the backup the day before only show snapshot, without any backup? This was also triggered by backrest as far as I can tell by looking at the date/time. Also, if it failed, why can I click on "Browse and restore files in backup" ? |
Beta Was this translation helpful? Give feedback.
Thanks for the detailed answer. Let me make sure I fully grasped the concept. At first, I thought that when it only shows snapshot, that would be a restic backup triggered outside of backrest, so backrest didn't capture any of the (related) output, but backrest is the only tool using this repo and I guess this first assumption was wrong.
My next try to understand what you are trying to explain was that on this schedule of the plan, the backup didn't succeed hence no forget was triggered, and no backup details were captured, only showing the snapshot?
This seems to be the case, as I found that covered in the docs here: https://garethgeorge.github.io/backrest/docs/operations