mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[PR #43] [MERGED] BETA 3 Bugfix and partially new function #172
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lucascbeyeler/zmbackup/pull/43
Author: @lucascbeyeler
Created: 7/23/2017
Status: ✅ Merged
Merged: 7/23/2017
Merged by: @lucascbeyeler
Base:
beta← Head:dev📝 Commits (10+)
4457854Fix - zmbackup account wasn't beeing created1f5098bIncluding checks for the version1b759e7Fix install.sh - Upgrade only occur when the version was the samea2c5588Bugfix - Blacklist wasn't being created8fe13e0Bugfix - --remove stopped working after editing check.shf680662Bugfix - --remove stopped working after editing check.sh305fd69Bugfix - --remove stopped working after editing check.shbf1e185Bugfix - Blacklist wasn't being createdcca7c86Bugfix - Message was being put in the wrong placecaa44d3Bugfix - Message was being put in the wrong place📊 Changes
14 files changed (+201 additions, -23 deletions)
View changed files
📝
README.md(+2 -2)📝
install.sh(+1 -1)📝
installScript/check.sh(+9 -2)📝
installScript/depDownload.sh(+1 -1)📝
installScript/deploy.sh(+29 -15)📝
installScript/menu.sh(+6 -0)📝
installScript/vars.sh(+2 -0)📝
project/config/zmbackup.conf(+7 -0)📝
project/lib/bash/HelpAction.sh(+2 -0)➕
project/lib/bash/MigrationAction.sh(+100 -0)📝
project/lib/bash/MiscAction.sh(+7 -0)📝
project/lib/bash/ParallelAction.sh(+1 -1)➕
project/lib/sqlite3/database.sql(+29 -0)📝
project/zmbackup(+5 -1)📄 Description
The following fixes are made in Zmbackup BETA 3:
And the following function is still in development:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.