Files
storeBackup/fix-rpmlint-env-script-interpreter.patch
Martin Pluskal c8c0581f6d Accepting request 1150475 from home:amanzini:branches:Archiving:Backup
- Update to 3.5.2
        storeBackup.pl
        - option --maxHardLinks was not configurable in the
          configuration file
        - pipe buffering was changed to new needs since
          about kernel 5.13 (relevant only if you backup devices)
        storeBackupRecover.pl
        - restoring of devices (eg. sda) didn't work because of
          bug in option checkDevicesDir0 in storeBackup.pl when
          using more than one directory level like "Devs/Sticks"
        storeBackupUpdateBackup.pl
        - added log file entry about number of WARNINGs and
          ERRORs happend (like at storeBackup.pl)
- update to 3.5.1
        storeBackup.pl
        - linkToRecent didn't work when used for the very first time
          in a series
        - added option suppressInfo with key readCheckSums
        - changed the order of execution:
          write backup -> sync -> write 'finished' -> write linkToRecent
          -> delete old backups -> start postcommand
        storeBackupMergeIsolatedBackup.pl
        - added option --move
        storeBackupSearch.pl
        - option 'backupDir' didn't work (normally not needed)
        lib/fileDir.pl
        - more detailed error messages when copying of a file does
          not succeed
        lib/checkParam2.pl
        - overwriting settings from config file via commandline didn't

OBS-URL: https://build.opensuse.org/request/show/1150475
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/storeBackup?expand=0&rev=15
2024-02-25 16:41:10 +00:00

191 lines
5.8 KiB
Diff

Index: storeBackup/bin/linkToDirs.pl
===================================================================
--- storeBackup.orig/bin/linkToDirs.pl
+++ storeBackup/bin/linkToDirs.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2012-2022)
Index: storeBackup/bin/llt
===================================================================
--- storeBackup.orig/bin/llt
+++ storeBackup/bin/llt
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Heinz-Josef Claes (2000-2022)
Index: storeBackup/bin/multiTail.pl
===================================================================
--- storeBackup.orig/bin/multiTail.pl
+++ storeBackup/bin/multiTail.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Heinz-Josef Claes (2000-2022)
Index: storeBackup/bin/storeBackup.pl
===================================================================
--- storeBackup.orig/bin/storeBackup.pl
+++ storeBackup/bin/storeBackup.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2001-2022)
Index: storeBackup/bin/storeBackupCheckBackup.pl
===================================================================
--- storeBackup.orig/bin/storeBackupCheckBackup.pl
+++ storeBackup/bin/storeBackupCheckBackup.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2008-2022)
Index: storeBackup/bin/storeBackupCheckSource.pl
===================================================================
--- storeBackup.orig/bin/storeBackupCheckSource.pl
+++ storeBackup/bin/storeBackupCheckSource.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2012-2022)
Index: storeBackup/bin/storeBackupConvertBackup.pl
===================================================================
--- storeBackup.orig/bin/storeBackupConvertBackup.pl
+++ storeBackup/bin/storeBackupConvertBackup.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2002-2022)
Index: storeBackup/bin/storeBackupDel.pl
===================================================================
--- storeBackup.orig/bin/storeBackupDel.pl
+++ storeBackup/bin/storeBackupDel.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2003-2022)
Index: storeBackup/bin/storeBackupMergeIsolatedBackup.pl
===================================================================
--- storeBackup.orig/bin/storeBackupMergeIsolatedBackup.pl
+++ storeBackup/bin/storeBackupMergeIsolatedBackup.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2012-2022)
Index: storeBackup/bin/storeBackupMount.pl
===================================================================
--- storeBackup.orig/bin/storeBackupMount.pl
+++ storeBackup/bin/storeBackupMount.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2004-2022)
Index: storeBackup/bin/storeBackupRecover.pl
===================================================================
--- storeBackup.orig/bin/storeBackupRecover.pl
+++ storeBackup/bin/storeBackupRecover.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2002-2022)
Index: storeBackup/bin/storeBackupReplicationWizard.pl
===================================================================
--- storeBackup.orig/bin/storeBackupReplicationWizard.pl
+++ storeBackup/bin/storeBackupReplicationWizard.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2012-2022)
Index: storeBackup/bin/storeBackupSearch.pl
===================================================================
--- storeBackup.orig/bin/storeBackupSearch.pl
+++ storeBackup/bin/storeBackupSearch.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2008-2022)
Index: storeBackup/bin/storeBackupSetupIsolatedMode.pl
===================================================================
--- storeBackup.orig/bin/storeBackupSetupIsolatedMode.pl
+++ storeBackup/bin/storeBackupSetupIsolatedMode.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2012-2022)
Index: storeBackup/bin/storeBackupUpdateBackup.pl
===================================================================
--- storeBackup.orig/bin/storeBackupUpdateBackup.pl
+++ storeBackup/bin/storeBackupUpdateBackup.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2008-202)
Index: storeBackup/bin/storeBackupVersions.pl
===================================================================
--- storeBackup.orig/bin/storeBackupVersions.pl
+++ storeBackup/bin/storeBackupVersions.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2002-2022)
Index: storeBackup/bin/storeBackup_du.pl
===================================================================
--- storeBackup.orig/bin/storeBackup_du.pl
+++ storeBackup/bin/storeBackup_du.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Heinz-Josef Claes (2002-2022)
Index: storeBackup/bin/storeBackupls.pl
===================================================================
--- storeBackup.orig/bin/storeBackupls.pl
+++ storeBackup/bin/storeBackupls.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Dr. Heinz-Josef Claes (2002-2022)
Index: storeBackup/lib/stbuLog.pl
===================================================================
--- storeBackup.orig/lib/stbuLog.pl
+++ storeBackup/lib/stbuLog.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (C) Heinz-Josef Claes (2012-2022)