-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: Explain how GFS backups work #8223
base: master
Are you sure you want to change the base?
Conversation
Xen Orchestra now supports the GFS (Grandfather-Father-Son) backup strategy. The XO documentation is updated to reflect this new feature and explain how to use it. Signed-off-by: Thomas Moraine <[email protected]>
Signed-off-by: Thomas Moraine <[email protected]>
docs/docs/backups.md
Outdated
#### FAQ | ||
|
||
- **What happens if I change my GFS retention policy?** | ||
Excess backups will be deleted during the next job execution to match the updated retention settings. | ||
|
||
- **Is GFS retention applied globally or per repository?** | ||
GFS retention is applied on a per-remote/repository basis, allowing you to manage retention independently for different storage locations. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are two FAQ, is it intended ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by 84836af
docs/docs/backups.md
Outdated
4. In that section, you can define the following: | ||
- **Daily backups** (Son): The number of daily backups to keep. | ||
- **Weekly backups** (Father): The number of weekly backups to keep. | ||
- **Monthly backups** (Grandfather): The number of monthly backups to keep. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is also a yearly setting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by c928669
docs/docs/backups.md
Outdated
|
||
:::warning | ||
- **Definition of a week:**\ | ||
The "week" in GFS retention refers to a practical interval, not a strict alignment with calendar weeks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the start of the week is computed with the timezone set in the schedule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by 6cdff03
Signed-off-by: Thomas Moraine <[email protected]>
Signed-off-by: Thomas Moraine <[email protected]>
Signed-off-by: Thomas Moraine <[email protected]>
As announced in the 5.101 release note, Xen Orchestra now supports the GFS (Grandfather-Father-Son) backup strategy.
The XO documentation is updated to reflect this new feature and explain how to use it.
Description
Short explanation of this PR (feel free to re-use commit message)
Checklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md
Review process
Notes: