Skip to content

Commit 2eafbf2

Browse files
author
Neil MacGregor
committed
pre-scan: updated only documentation, cleanup
1 parent 8dc4959 commit 2eafbf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pre-scan.pl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/perl -w
22
# Author: Neil MacGregor
3-
# Versions: -- fix mee!!!! -------------------------------
3+
# Versions: https://github.com/ualbertalib/UAL-Veeam-MariaDB-Export
44
# Provenance: From my earlier work on CommVault: ssh://root@code.library.ualberta.ca/var/lib/git/MariaDB_Simpana_Backup, ca. 2013
55
# 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.
77
# It is designed to run ONLY on the replica - if you try to run it on the Master
88
# it will fail (when it tries to stop slave!).
99
# Overview of the process:
@@ -29,7 +29,7 @@
2929
# - need a configuration file where we can make adjustments to key variables
3030
# - release as an RPM, in its own repo
3131
# - using backticks `` is a bad idea if you need to read the return code
32-
# - generalized testing
32+
# - automated testing
3333

3434
use strict;
3535
use v5.10.1; # using the "for" version of switch

0 commit comments

Comments
 (0)