[PR #1569] [MERGED] New Script: UrBackup Server #3111

Closed
opened 2026-02-05 05:29:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1569
Author: @kris701
Created: 1/18/2025
Status: Merged
Merged: 1/20/2025
Merged by: @MickLesk

Base: mainHead: newscript-urbackupserver


📝 Commits (8)

  • 8521c86 Added UrBackup script
  • 2727cf5 Fixed icon
  • 8859251 Update urbackupserver-install.sh
  • 00556fc Update install/urbackupserver-install.sh
  • c7f56cc Update install/urbackupserver-install.sh
  • 75e22f5 Update json/urbackupserver.json
  • 34c9e0b Changed from ubuntu to debian
  • 89d8f98 Update urbackupserver.json

📊 Changes

3 files changed (+125 additions, -0 deletions)

View changed files

ct/urbackupserver.sh (+49 -0)
install/urbackupserver-install.sh (+37 -0)
json/urbackupserver.json (+39 -0)

📄 Description

✍️ Description

This is a install script to create a UrBackup Server.
It creates a pretty small sized container for it, so there is a note in the json file that you should probably increase the size a lot when you have installed it.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

🔄 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/1569 **Author:** [@kris701](https://github.com/kris701) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `newscript-urbackupserver` --- ### 📝 Commits (8) - [`8521c86`](https://github.com/community-scripts/ProxmoxVE/commit/8521c86293860b8671d8f5b987940cc46cf0ad95) Added UrBackup script - [`2727cf5`](https://github.com/community-scripts/ProxmoxVE/commit/2727cf5e4d41e895baba71bd4509970360e7eaba) Fixed icon - [`8859251`](https://github.com/community-scripts/ProxmoxVE/commit/8859251f3ba9ac0a068fc79cd684b414f06830f6) Update urbackupserver-install.sh - [`00556fc`](https://github.com/community-scripts/ProxmoxVE/commit/00556fc3e29fb39b193a15236e0be98e7e332915) Update install/urbackupserver-install.sh - [`c7f56cc`](https://github.com/community-scripts/ProxmoxVE/commit/c7f56ccf5fc65e4c24183a37d1cfae8c78ef1a69) Update install/urbackupserver-install.sh - [`75e22f5`](https://github.com/community-scripts/ProxmoxVE/commit/75e22f58d8443bcc73735237ea58404353ac8d3c) Update json/urbackupserver.json - [`34c9e0b`](https://github.com/community-scripts/ProxmoxVE/commit/34c9e0b101495ec96ede4d7c9bb81b0ea8c081a0) Changed from ubuntu to debian - [`89d8f98`](https://github.com/community-scripts/ProxmoxVE/commit/89d8f98f711c64afc48dff91d0e26fd45c3c9c28) Update urbackupserver.json ### 📊 Changes **3 files changed** (+125 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/urbackupserver.sh` (+49 -0) ➕ `install/urbackupserver-install.sh` (+37 -0) ➕ `json/urbackupserver.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description This is a install script to create a [UrBackup Server](https://www.urbackup.org/). It creates a pretty small sized container for it, so there is a note in the json file that you should probably increase the size a lot when you have installed it. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:29:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3111