[PR #40] [MERGED] [DEV]Fix for Issue #37, #38, and more #173

Closed
opened 2026-02-27 08:14:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lucascbeyeler/zmbackup/pull/40
Author: @lucascbeyeler
Created: 5/14/2017
Status: Merged
Merged: 5/14/2017
Merged by: @lucascbeyeler

Base: devHead: issue-#38


📝 Commits (5)

  • 43c0cb6 Merge pull request #33 from lucascbeyeler/dev
  • 935c38d Merge pull request #35 from lucascbeyeler/dev
  • e29717d Renaming zmhousekeep to zmbhousekeep inside zmbackup.cron
  • d8629d3 Issue #37 - Zmbackup wasn't parallelizing correct. Only two process start, even if you set MAX_PARALLEL_PROCESS to 1
  • 8f47fb7 Better pid lock message

📊 Changes

2 files changed (+21 additions, -33 deletions)

View changed files

📝 etc/zmbackup.cron (+1 -1)
📝 src/zmbackup (+20 -32)

📄 Description

The following bugs are fixed with this merge:

  • Zmbhousekeep wasn't being executed by cron because the binary name was written wrong;
  • Zmbackup wasn't parallelizing correct. Only two instances are being executed at the same time;

And the following change was made:

  • Better PID Lock message.

🔄 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/lucascbeyeler/zmbackup/pull/40 **Author:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Created:** 5/14/2017 **Status:** ✅ Merged **Merged:** 5/14/2017 **Merged by:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Base:** `dev` ← **Head:** `issue-#38` --- ### 📝 Commits (5) - [`43c0cb6`](https://github.com/lucascbeyeler/zmbackup/commit/43c0cb61d6ab33eb89083f9eb85034d83984997b) Merge pull request #33 from lucascbeyeler/dev - [`935c38d`](https://github.com/lucascbeyeler/zmbackup/commit/935c38de5652a302c4dff9673ecffdf3e6f4160f) Merge pull request #35 from lucascbeyeler/dev - [`e29717d`](https://github.com/lucascbeyeler/zmbackup/commit/e29717d6053c719606328348c1c604137fbfb427) Renaming zmhousekeep to zmbhousekeep inside zmbackup.cron - [`d8629d3`](https://github.com/lucascbeyeler/zmbackup/commit/d8629d383ba5b325f4c4a8ba44ddb43a06bf135c) Issue #37 - Zmbackup wasn't parallelizing correct. Only two process start, even if you set MAX_PARALLEL_PROCESS to 1 - [`8f47fb7`](https://github.com/lucascbeyeler/zmbackup/commit/8f47fb7ca299559cb9bf5212c8990252194b213b) Better pid lock message ### 📊 Changes **2 files changed** (+21 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `etc/zmbackup.cron` (+1 -1) 📝 `src/zmbackup` (+20 -32) </details> ### 📄 Description The following bugs are fixed with this merge: - Zmbhousekeep wasn't being executed by cron because the binary name was written wrong; - Zmbackup wasn't parallelizing correct. Only two instances are being executed at the same time; And the following change was made: - Better PID Lock message. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:14:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#173
No description provided.