[PR #4483] [CLOSED] Add: GFS Backup Manager for LXC containers #5022

Closed
opened 2025-11-20 07:03:52 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4483
Author: @stlas
Created: 5/14/2025
Status: Closed

Base: mainHead: feature/gfs-backup-manager


📝 Commits (1)

  • 8f37f1d Add: GFS Backup Manager for LXC containers

📊 Changes

1 file changed (+190 additions, -0 deletions)

View changed files

bash/backup/gfs_backup_manager.sh (+190 -0)

📄 Description

GFS Backup Manager für LXC Container

Dieses Skript implementiert ein GFS (Grandfather-Father-Son) Backup-Rotationsschema für LXC Container in Proxmox VE.

Hauptfunktionen

  • Automatische Verwaltung von LXC-Container-Backups nach GFS-Schema
  • Konfigurierbare Aufbewahrungszeiten für tägliche, wöchentliche und monatliche Backups
  • Dry-Run Modus für sichere Überprüfung
  • Automatische Erkennung von Backup-Speichern
  • Ausführliches Logging

Technische Details

  • Bash-Skript mit umfangreicher Fehlerbehandlung
  • Verwendet native Proxmox VE Befehle (pct, pvesm)
  • Sicheres Handling von Backups mit Überprüfung
  • Vollständig dokumentierter Code

Das Skript wurde bereits in einer Produktivumgebung getestet.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/4483 **Author:** [@stlas](https://github.com/stlas) **Created:** 5/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/gfs-backup-manager` --- ### 📝 Commits (1) - [`8f37f1d`](https://github.com/community-scripts/ProxmoxVE/commit/8f37f1d6877a23870ec6397f2ab13207e5f0d2c0) Add: GFS Backup Manager for LXC containers ### 📊 Changes **1 file changed** (+190 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bash/backup/gfs_backup_manager.sh` (+190 -0) </details> ### 📄 Description # GFS Backup Manager für LXC Container Dieses Skript implementiert ein GFS (Grandfather-Father-Son) Backup-Rotationsschema für LXC Container in Proxmox VE. ## Hauptfunktionen - Automatische Verwaltung von LXC-Container-Backups nach GFS-Schema - Konfigurierbare Aufbewahrungszeiten für tägliche, wöchentliche und monatliche Backups - Dry-Run Modus für sichere Überprüfung - Automatische Erkennung von Backup-Speichern - Ausführliches Logging ## Technische Details - Bash-Skript mit umfangreicher Fehlerbehandlung - Verwendet native Proxmox VE Befehle (pct, pvesm) - Sicheres Handling von Backups mit Überprüfung - Vollständig dokumentierter Code Das Skript wurde bereits in einer Produktivumgebung getestet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:03:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5022