Commit 2eafbf2 Neil MacGregor
committed
1 parent 8dc4959 commit 2eafbf2 Copy full SHA for 2eafbf2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl -w
2
2
# Author: Neil MacGregor
3
- # Versions: -- fix mee!!!! -------------------------------
3
+ # Versions: https://github.com/ualbertalib/UAL-Veeam-MariaDB-Export
4
4
# Provenance: From my earlier work on CommVault: ssh://root@code.library.ualberta.ca/var/lib/git/MariaDB_Simpana_Backup, ca. 2013
5
5
# Date: Oct 18, 2022
6
- # Purpose: pre-scan.pl is designed to be called from CommVault BEFORE it scans the filesystem.
6
+ # Purpose: pre-scan.pl is designed to be called from Veeam BEFORE it snapshots & scans the filesystem.
7
7
# It is designed to run ONLY on the replica - if you try to run it on the Master
8
8
# it will fail (when it tries to stop slave!).
9
9
# Overview of the process:
29
29
# - need a configuration file where we can make adjustments to key variables
30
30
# - release as an RPM, in its own repo
31
31
# - using backticks `` is a bad idea if you need to read the return code
32
- # - generalized testing
32
+ # - automated testing
33
33
34
34
use strict;
35
35
use v5.10.1; # using the "for" version of switch
You can’t perform that action at this time.
0 commit comments