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

Add support for glesys_server backupschedules #210

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

norrland
Copy link
Collaborator

@norrland norrland commented Oct 9, 2024

backups_schedule {
  frequency = "daily"
  retention = 7
}

backups_schedule {
  frequency = "weekly"
  retention = 4
}

KVM backupschedule accTest

Fixes #175

```
backups_schedule {
  frequency = "daily"
  retention = 7
}

backups_schedule {
  frequency = "weekly"
  retention = 4
}
```

KVM backupschedule accTest
@norrland norrland force-pushed the 175-server-backupschedule branch from ba30c48 to a7b7c76 Compare October 9, 2024 12:21
@norrland norrland merged commit 1bfc65d into main Oct 9, 2024
9 checks passed
@norrland norrland deleted the 175-server-backupschedule branch October 9, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KVM Server BackupSchedule
2 participants