https://github.com/veerendra2/velero-watchdog
A script to fetch failed Velero backups and triggers the backup manually
https://github.com/veerendra2/velero-watchdog
kubernetes-cronjob python3 velero watchdog
Last synced: 3 months ago
JSON representation
A script to fetch failed Velero backups and triggers the backup manually
- Host: GitHub
- URL: https://github.com/veerendra2/velero-watchdog
- Owner: veerendra2
- Created: 2024-05-06T15:04:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:41:32.000Z (9 months ago)
- Last Synced: 2025-01-22T05:17:46.052Z (4 months ago)
- Topics: kubernetes-cronjob, python3, velero, watchdog
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velero Watchdog Script
A script to fetch failed Velero backups and triggers the backup manually## Usage
```bash
$ ./velero-watchdog.py -h
usage: velero-watchdog.py [-h] [-t TIME_WINDOW] [-d] [-e] [-o]A script to fetch failed Velero backups and triggers the backups manually
options:
-h, --help show this help message and exit
-t TIME_WINDOW, --time-window TIME_WINDOW
Time window(Hours) to look for failed backups in past (default: 24)
-d, --dry-run Dry run mode (default: False)
-e, --debug Enable debug (default: False)
-o, --dont-delete-backups
Don't delete failed backups (default: False)
```