-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17255c8
commit f97c0a3
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Outline the file contents of the repository. It helps users navigate the codebas | |
| `docs` | Documents/pictures. | | ||
| `.gitignore` | Define what to ignore at commit time. | | ||
| `CHANGELOG.md` | List of changes to the sample. | | ||
| `CONTRIBUTING.md` | Guidelines for contributing to the TEMPLATE.| | ||
| `CONTRIBUTING.md` | Guidelines for contributing to the AzureDevOpsBackupTool.| | ||
| `README.md` | This README file. | | ||
| `SECURITY.md` | Security file. | | ||
| `LICENSE` | The license for the AzureDevOpsBackupTool. | | ||
|
@@ -171,16 +171,6 @@ Check out the examples here: | |
|
||
`.\AzureDevOpsBackup.exe --token "token.bin" --org "AzureDevOpsOrgName" --backup "D:\Backup data\Azure DevOps" --server "orgdomain-cloud.mail.protection.outlook.com" --port "25" --from "[email protected]" --to "[email protected]" --unzip --cleanup --daystokeepbackup 50 --simpelreportlayout --priority high` | ||
|
||
# Email report sample: | ||
|
||
**Full layout:** | ||
|
||
![Screenshot](docs/email-report-full.png) | ||
|
||
**Simpel layout:** | ||
|
||
![Screenshot](docs/email-report-simpel.png) | ||
|
||
# Console use: | ||
|
||
**Help menu:** | ||
|
@@ -191,6 +181,16 @@ Check out the examples here: | |
|
||
![Screenshot](docs/help-about.png) | ||
|
||
# Email report sample: | ||
|
||
**Full layout:** | ||
|
||
![Screenshot](docs/email-report-full.png) | ||
|
||
**Simpel layout:** | ||
|
||
![Screenshot](docs/email-report-simpel.png) | ||
|
||
--- | ||
|
||
## Building | ||
|
@@ -228,7 +228,7 @@ Thanks. | |
|
||
Reach out to the maintainer at one of the following places: | ||
|
||
- [GitHub discussions](https://github.com/michaelmsonne/TEMPLATE/discussions) | ||
- [GitHub discussions](https://github.com/michaelmsonne/AzureDevOpsBackupTool/discussions) | ||
- The email which is located [in GitHub profile](https://github.com/michaelmsonne) | ||
|
||
# License | ||
|