[PR #42] [MERGED] New README.md and Install script remade #174

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/42
Author: @lucascbeyeler
Created: 7/16/2017
Status: Merged
Merged: 7/16/2017
Merged by: @lucascbeyeler

Base: betaHead: dev


📝 Commits (10+)

  • eabb09e Editing README.md
  • b0cf27b Recreating README.md with new informations to reflect the new release
  • c82d33f Including GPL logo and Contributing area
  • 4181fd9 Removing wizard.sh to rewrite
  • 880c7cc Including installScript as part of the new install/update mode
  • fde2cea Including updates in README.md
  • d5cffba Merge branch 'dev' of github.com:lucascbeyeler/zmbackup into dev
  • c237d9d Including updates in README.md
  • c32bb47 Including updates in README.md ad CODE_OF_CONDUCT.md
  • f03f0c8 Updating README.md

📊 Changes

22 files changed (+1287 additions, -334 deletions)

View changed files

📝 .gitignore (+1 -0)
LICENSE (+674 -0)
📝 README.md (+141 -51)
install.sh (+67 -0)
installScript/check.sh (+69 -0)
installScript/depDownload.sh (+74 -0)
installScript/deploy.sh (+119 -0)
installScript/menu.sh (+111 -0)
installScript/vars.sh (+28 -0)
📝 project/config/blacklist.conf (+0 -0)
📝 project/config/zmbackup.conf (+3 -3)
📝 project/config/zmbackup.cron (+0 -0)
📝 project/lib/bash/BackupAction.sh (+0 -0)
📝 project/lib/bash/DeleteAction.sh (+0 -0)
📝 project/lib/bash/HelpAction.sh (+0 -0)
📝 project/lib/bash/ListAction.sh (+0 -0)
📝 project/lib/bash/MiscAction.sh (+0 -0)
📝 project/lib/bash/NotifyAction.sh (+0 -0)
📝 project/lib/bash/ParallelAction.sh (+0 -0)
📝 project/lib/bash/RestoreAction.sh (+0 -0)

...and 2 more files

📄 Description

The following bugs are fixed with this merge:

  • New README.md
  • Install script remade

🔄 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/42 **Author:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Created:** 7/16/2017 **Status:** ✅ Merged **Merged:** 7/16/2017 **Merged by:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Base:** `beta` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`eabb09e`](https://github.com/lucascbeyeler/zmbackup/commit/eabb09e88c4c3cfb4f1222fb0190f0121c611da3) Editing README.md - [`b0cf27b`](https://github.com/lucascbeyeler/zmbackup/commit/b0cf27bf99a705766779d8c42ca9c291387519fa) Recreating README.md with new informations to reflect the new release - [`c82d33f`](https://github.com/lucascbeyeler/zmbackup/commit/c82d33f88c974fb4a1d9c41784e21351c550cbde) Including GPL logo and Contributing area - [`4181fd9`](https://github.com/lucascbeyeler/zmbackup/commit/4181fd951629ff08b685a8f3f2d39c1d68e0ecf3) Removing wizard.sh to rewrite - [`880c7cc`](https://github.com/lucascbeyeler/zmbackup/commit/880c7cc4205099fbb7dbeb07d745088987d71a0a) Including installScript as part of the new install/update mode - [`fde2cea`](https://github.com/lucascbeyeler/zmbackup/commit/fde2cea662686452547b92d7c618e7fffbf1ce22) Including updates in README.md - [`d5cffba`](https://github.com/lucascbeyeler/zmbackup/commit/d5cffba45e7a5ee3d6d482c5606d6eeeaee4f8cb) Merge branch 'dev' of github.com:lucascbeyeler/zmbackup into dev - [`c237d9d`](https://github.com/lucascbeyeler/zmbackup/commit/c237d9d70adccc3a5721ac37fcce106e7ee54fb8) Including updates in README.md - [`c32bb47`](https://github.com/lucascbeyeler/zmbackup/commit/c32bb475eff5436057796230f131943f80acf7f6) Including updates in README.md ad CODE_OF_CONDUCT.md - [`f03f0c8`](https://github.com/lucascbeyeler/zmbackup/commit/f03f0c83fcaab336cb0ae277c82db4a35b97ab70) Updating README.md ### 📊 Changes **22 files changed** (+1287 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `LICENSE` (+674 -0) 📝 `README.md` (+141 -51) ➕ `install.sh` (+67 -0) ➕ `installScript/check.sh` (+69 -0) ➕ `installScript/depDownload.sh` (+74 -0) ➕ `installScript/deploy.sh` (+119 -0) ➕ `installScript/menu.sh` (+111 -0) ➕ `installScript/vars.sh` (+28 -0) 📝 `project/config/blacklist.conf` (+0 -0) 📝 `project/config/zmbackup.conf` (+3 -3) 📝 `project/config/zmbackup.cron` (+0 -0) 📝 `project/lib/bash/BackupAction.sh` (+0 -0) 📝 `project/lib/bash/DeleteAction.sh` (+0 -0) 📝 `project/lib/bash/HelpAction.sh` (+0 -0) 📝 `project/lib/bash/ListAction.sh` (+0 -0) 📝 `project/lib/bash/MiscAction.sh` (+0 -0) 📝 `project/lib/bash/NotifyAction.sh` (+0 -0) 📝 `project/lib/bash/ParallelAction.sh` (+0 -0) 📝 `project/lib/bash/RestoreAction.sh` (+0 -0) _...and 2 more files_ </details> ### 📄 Description The following bugs are fixed with this merge: - New README.md - Install script remade --- <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#174
No description provided.