From 485515f3a375c43115b1b04ab06b4048b6a64aaf Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 26 Jan 2011 16:57:20 +0000 Subject: [PATCH] move this to post-archive action --- bin/BackupPC_ASA_ArchiveStart | 3 +++ ...BackupPC_incPartsUpdate => BackupPC_ASA_PostArchive_Update} | 0 2 files changed, 3 insertions(+) rename bin/{BackupPC_incPartsUpdate => BackupPC_ASA_PostArchive_Update} (100%) diff --git a/bin/BackupPC_ASA_ArchiveStart b/bin/BackupPC_ASA_ArchiveStart index c527fa4..bd294e4 100755 --- a/bin/BackupPC_ASA_ArchiveStart +++ b/bin/BackupPC_ASA_ArchiveStart @@ -15,6 +15,7 @@ # # AUTHOR # Craig Barratt +# Dobrica Pavlinusic # # COPYRIGHT # Copyright (C) 2007-2009 Craig Barratt @@ -47,6 +48,8 @@ use lib "/usr/local/BackupPC/lib"; use Getopt::Std; use BackupPC::Lib; +use DBI; + die("BackupPC::Lib->new failed\n") if ( !(my $bpc = BackupPC::Lib->new) ); my %opts; diff --git a/bin/BackupPC_incPartsUpdate b/bin/BackupPC_ASA_PostArchive_Update similarity index 100% rename from bin/BackupPC_incPartsUpdate rename to bin/BackupPC_ASA_PostArchive_Update -- 2.20.1