-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 9fb16a5
Showing
1 changed file
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Chocolatey Package: synology-activebackup-for-business-agent | ||
|
||
## Description | ||
|
||
Active Backup for Business is the all-in-one backup solution, designed for streamlining and enhancing data protection in businesses' diverse IT environments. Before protecting and backing up data stored on personal computers as well as physical Windows Servers, this Active Backup Agent is required to be installed on the target device to carry out the designed backup tasks and store the backed up data. As the management is centralized on the server end, most of the actions require either DSM or device's administrative privilege. | ||
|
||
## Package Parameters | ||
|
||
- `/RemoveDesktopIcons` Removes the desktop icon from Synology ActiveBackup for Business Agent. | ||
- `/CleanStartmenu` Removes frequently used Synology ActiveBackup for Business Agent shortcuts from the Startmenu. | ||
|
||
## Installation | ||
|
||
installation without parameters. | ||
|
||
```ps1 | ||
choco install synology-activebackup-for-business-agent | ||
``` | ||
|
||
installation with parameters. | ||
|
||
```ps1 | ||
choco install synology-activebackup-for-business-agent --params="'/RemoveDesktopIcons /CleanStartmenu'" | ||
``` | ||
|
||
## Author | ||
|
||
- [Simon Bärlocher](https://sbaerlocher.ch) | ||
- [ITIGO AG](https://www.itigo.ch) | ||
|
||
## License | ||
|
||
This project is under the MIT License. See the [LICENSE](licence) file for the full license text. | ||
|
||
## Copyright | ||
|
||
(c) 2019, Simon Bärlocher | ||
(c) 2019, ITIGO AG |