Skip to content
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

how to create a schedule with restic opt-out approach #485

Closed
AlwaySummit opened this issue Aug 4, 2023 · 1 comment
Closed

how to create a schedule with restic opt-out approach #485

AlwaySummit opened this issue Aug 4, 2023 · 1 comment
Labels
question Further information is requested velero

Comments

@AlwaySummit
Copy link

AlwaySummit commented Aug 4, 2023

Hi team,
This is actually an inquire about the enablement of restic in schedule.
Currently, I'm taking advantage of the "mix backup model" of velero and restic like object backup --> velero, pv backup --> restic.
Then, I'm wondering how should I create a schedule for restic opt-out approach to backup periodically and automatically.
I'm basically aware of a way to do it with:

velero schedule create SCHEDULE_NAME \
  --include-namespaces default \
  --default-volumes-to-restic \
  --schedule="@every 1h"

But how can I use it against helm chart installation. Thanks ahead.

@jenting jenting added velero question Further information is requested labels Aug 4, 2023
@AlwaySummit
Copy link
Author

Ah..I just noticed defaultVolumesToRestic: true was already incorporated in https://github.com/vmware-tanzu/velero/pull/4442/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested velero
Projects
None yet
Development

No branches or pull requests

2 participants