Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Support #67

Closed
wants to merge 29 commits into from
Closed

Azure Support #67

wants to merge 29 commits into from

Conversation

dplitzko
Copy link

@dplitzko dplitzko commented Aug 4, 2021

Options for Azure account name and key added, so Microsoft Azure Blob Storage can be used as remote location. README updated as well.

Closes #66

Daniel Plitzko and others added 28 commits July 30, 2021 11:48
- duplicate code replaced with an include of the access file
- all result logs combined in one log file
- afterScript renamed to notifyScript
- deletes the result log file if it is bigger than 500 KB (default)
- max_result_log_size can be set for each backup
- acces script now named by repo so no duplicated script exists
- directory structure for backup scripts added
- backup script: output log inluds now StdOut and StdErr
@mleutenegger
Copy link
Member

Thanks for the PR! The changes you make look good, but there are a lot of features / changes in this PR which are not part of the issue-/PR-goal. The best course of action would be to split this PR into multiple ones, with one for each feature/change according to the guidelines (see contributing guidelines). The main reasoning is that the commit messages from merging PRs are used to generate the changelog (and of course the simpler review process 😉).

As Far as I can see, there are at least 3 different things here to unpack:

  • Addition of Azure as backup destination
  • Optimization / cleanup of the generated backup scripts
  • Addition of multiple before-/after-the-backup scripts (also check Allow overriding the backup script template #45 wether these are still necessary)

@dplitzko
Copy link
Author

dplitzko commented Oct 6, 2021

Thanks for the answer. Sorry for the mess, I just kept working after the first change and didn't even think about the pull request.

I will create a new pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Azure
2 participants