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

Add support for Commvault Galaxy 11 #2937

Merged
merged 25 commits into from Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
085e66c
anpassung commvault andre
Jun 4, 2021
805e3b2
anpassungen sascha
Feb 24, 2022
199b7d4
commvault via Nutzer & Passwort über Variablen
paspflue Jun 8, 2022
5c46d6f
migrate_commvault_certificates verschoben
paspflue Feb 12, 2023
9556ce0
rework from COMMVAULT to GALAXY11 and update code to current ReaR sta…
schlomo Feb 20, 2023
5d6a864
new variable USE_RAMDISK configures rescue system to use a ramdisk fo…
schlomo Feb 21, 2023
05c4311
remove obsolete ramdisk script, it is now on system level
schlomo Feb 21, 2023
85e0264
slightly rework ramdisk feature and remove obsolete ramdisk scripts f…
schlomo Feb 21, 2023
14066d4
Use Ramdisk for older Galaxy versions too
schlomo Feb 22, 2023
ffbc171
Sleep before checking for CommVault status in case it crashed
schlomo Feb 27, 2023
bf3b0e2
New feature DISABLE_DEPRECATION_ERRORS to error out for deprecated co…
schlomo Feb 27, 2023
2276383
coding style fixes
schlomo Feb 27, 2023
d7c7169
error handling for ErrorIfDeprecated
schlomo Mar 1, 2023
60e9e83
fix check for extra certificates
schlomo Mar 2, 2023
b42e0a6
auto-detect CommVault 11 paths
schlomo Mar 4, 2023
c5b916c
Stop CommVault 11 after restore to prevent scheduled backups from run…
schlomo Mar 4, 2023
468f582
Fix querying and selecting CommVault 11 backup set
schlomo Mar 4, 2023
3b0736b
use BACKUP specific directories to simplify checking backup software …
schlomo Mar 4, 2023
775ab89
Improve rear shell to stay in SHARE_DIR after using Source and add sh…
schlomo Mar 4, 2023
0732323
Support multiple -C options and log runtime configuration
schlomo Mar 4, 2023
009990e
CommVault path follows dynamic configuration
schlomo Mar 4, 2023
375d934
Always use variables for CommVault dirs
schlomo Mar 5, 2023
b83059a
Enable running from checkout and specify -C /etc/rear/local.conf to u…
schlomo Mar 5, 2023
e1a631c
Add newlines at end of file
schlomo Mar 19, 2023
04dbd9f
more newlines
schlomo Mar 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
/dist/
build-stamp
/var
var/log/rear
/etc/rear/os.conf
/etc/rear/site.conf
.DS_Store
Expand Down