more little fixes

This commit is contained in:
2025-10-28 12:21:11 -04:00
parent 6c1f8c926e
commit 09fd3b2c67
5 changed files with 76 additions and 14 deletions

View File

@@ -33,6 +33,9 @@ MOUNTPOINT_PREFIX="/rubrik_"
HOSTLOGRET=2
MV_SPACE_WARN=75
# Number of RMAN channels to allocate per NFS mount
RMAN_CHANNELS_PER_MOUNT=1
# Logging directories
API_LOG_DIR=/tmp/rubrik
RMAN_LOG_DIR=/tmp/rubrik/rman
@@ -95,6 +98,7 @@ Performs RMAN database backup with incremental merge to Rubrik Managed Volume.
**Features:**
- Incremental level 1 backup with merge
- Automatic MV open/close
- Configurable RMAN channels per NFS mount (RMAN_CHANNELS_PER_MOUNT)
- Disk space monitoring
- Email alerts on failure/success
- Archive log backup
@@ -109,6 +113,7 @@ Performs RMAN archive log backup to Rubrik Managed Volume.
**Features:**
- Backs up all not-backed-up archive logs
- Configurable RMAN channels per NFS mount (RMAN_CHANNELS_PER_MOUNT)
- Automatic MV open/close
- Disk space monitoring
- Optional host-side log purging