[PR #9] [MERGED] Including modifications made in development to stable branch #157

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

📋 Pull Request Information

Original PR: https://github.com/lucascbeyeler/zmbackup/pull/9
Author: @lucascbeyeler
Created: 3/4/2017
Status: Merged
Merged: 3/4/2017
Merged by: @lucascbeyeler

Base: masterHead: development


📝 Commits (10+)

  • 2d0d471 Changing the order during the install
  • 7259b75 Show how many accounts has being backuped.
  • 9270178 Updating zmbackup - part of the code is separate in different files
  • 2702886 Implementing issue #3
  • 3d5815b Including crontab file for the backup management
  • 9b69a9c Updating zmbackup_wizard to install the new files
  • a1017a2 Bugfix - zmbackup_wizard wasn't installing zmbackup.cron and the ROTATE_TIME wasn't being set
  • c064457 Bugfix - zmbackup_wizard wasn't creating the folder /usr/local/share/zmbackup
  • 75b1d63 Bugfix - zmbhousekeep wasn't removing empty files
  • ca5fe72 Adjusting some messages in zmbackup_wizard

📊 Changes

6 files changed (+288 additions, -137 deletions)

View changed files

📝 etc/zmbackup.conf (+12 -0)
etc/zmbackup.cron (+20 -0)
📝 src/zmbackup (+10 -63)
src/zmbackup-share/zmbackup-validate-config-file (+100 -0)
src/zmbhousekeep (+63 -0)
📝 zmbackup_wizard (+83 -74)

📄 Description

The following modifications are done:

  • zmbhousekeep to clean old backups and empty files;
  • separate the validate in a library to be used in zmbhousekeep and zmbackup;
  • cron file to manage the backup routine;
  • update the config file with a backup keep time;
  • update the zmbackup_wizard with the new options;

🔄 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/9 **Author:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Created:** 3/4/2017 **Status:** ✅ Merged **Merged:** 3/4/2017 **Merged by:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (10+) - [`2d0d471`](https://github.com/lucascbeyeler/zmbackup/commit/2d0d471ab1792dd3af7710180865406fcbda91e9) Changing the order during the install - [`7259b75`](https://github.com/lucascbeyeler/zmbackup/commit/7259b75a80c48e83c5b5b537be2100b3727ea7b5) Show how many accounts has being backuped. - [`9270178`](https://github.com/lucascbeyeler/zmbackup/commit/9270178678631beeb7cb52961cd0ca9079255a33) Updating zmbackup - part of the code is separate in different files - [`2702886`](https://github.com/lucascbeyeler/zmbackup/commit/2702886b1a913cb6633cec404c8967419ed9bb7f) Implementing issue #3 - [`3d5815b`](https://github.com/lucascbeyeler/zmbackup/commit/3d5815b24655e09219d56410368ffb27313b4872) Including crontab file for the backup management - [`9b69a9c`](https://github.com/lucascbeyeler/zmbackup/commit/9b69a9c3d96eb97b3734f8a9c309289c06edf62d) Updating zmbackup_wizard to install the new files - [`a1017a2`](https://github.com/lucascbeyeler/zmbackup/commit/a1017a283dc9f2bb4d5dca5ec59a06f28c70ba54) Bugfix - zmbackup_wizard wasn't installing zmbackup.cron and the ROTATE_TIME wasn't being set - [`c064457`](https://github.com/lucascbeyeler/zmbackup/commit/c064457ae6debea0dc3eb5b33442b9346d65ab38) Bugfix - zmbackup_wizard wasn't creating the folder /usr/local/share/zmbackup - [`75b1d63`](https://github.com/lucascbeyeler/zmbackup/commit/75b1d631b23ac52af3859cadd826cedeac9a6263) Bugfix - zmbhousekeep wasn't removing empty files - [`ca5fe72`](https://github.com/lucascbeyeler/zmbackup/commit/ca5fe72ff010d467732c179f3d4de6f431967a41) Adjusting some messages in zmbackup_wizard ### 📊 Changes **6 files changed** (+288 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `etc/zmbackup.conf` (+12 -0) ➕ `etc/zmbackup.cron` (+20 -0) 📝 `src/zmbackup` (+10 -63) ➕ `src/zmbackup-share/zmbackup-validate-config-file` (+100 -0) ➕ `src/zmbhousekeep` (+63 -0) 📝 `zmbackup_wizard` (+83 -74) </details> ### 📄 Description The following modifications are done: - zmbhousekeep to clean old backups and empty files; - separate the validate in a library to be used in zmbhousekeep and zmbackup; - cron file to manage the backup routine; - update the config file with a backup keep time; - update the zmbackup_wizard with the new options; --- <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:40 +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#157
No description provided.