[PR #2052] [MERGED] New Script: Duplicati #3387

Closed
opened 2025-11-20 06:04:32 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2052
Author: @tremor021
Created: 2/5/2025
Status: Merged
Merged: 2/6/2025
Merged by: @MickLesk

Base: mainHead: duplicati


📝 Commits (6)

📊 Changes

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

View changed files

ct/duplicati.sh (+65 -0)
install/duplicati-install.sh (+66 -0)
json/duplicati.json (+39 -0)

📄 Description

✍️ Description


  • Related Issue: #
  • Related PR: #
  • Related Discussion: #126

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)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/2052 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `duplicati` --- ### 📝 Commits (6) - [`37f9201`](https://github.com/community-scripts/ProxmoxVE/commit/37f9201590ebbb9e515f4a664067065624123c80) add duplicati script - [`6baa869`](https://github.com/community-scripts/ProxmoxVE/commit/6baa8698c1c849c33acb08357b8f13859a689586) Update ct/duplicati.sh - [`edf555c`](https://github.com/community-scripts/ProxmoxVE/commit/edf555c16c95f380427e5ec707fc0c7b338922b0) Update ct/duplicati.sh - [`b91b8e2`](https://github.com/community-scripts/ProxmoxVE/commit/b91b8e2dcc563c8e27f6099c70f86b1d97e048ad) made admin password random also - [`17fae3d`](https://github.com/community-scripts/ProxmoxVE/commit/17fae3d15a983e1b36f522a122ac5264af781e9f) Merge branch 'duplicati' of https://github.com/tremor021/ProxmoxVE into duplicati - [`69a89f7`](https://github.com/community-scripts/ProxmoxVE/commit/69a89f73e8756fbe34967991b0970517c94aeb77) fixes ### 📊 Changes **3 files changed** (+170 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/duplicati.sh` (+65 -0) ➕ `install/duplicati-install.sh` (+66 -0) ➕ `json/duplicati.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description - - - - Related Issue: # - Related PR: # - Related Discussion: #126 - - - ## ✅ 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) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <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 06:04:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3387