/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-modifiedFiles.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme7/e-smith-backup-2.0.0-modifiedFiles.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jun 13 21:12:17 2011 UTC (12 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-36_el4_sme, e-smith-backup-2_0_0-38_el4_sme, e-smith-backup-2_0_0-37_el4_sme, HEAD
Do not make backup fail when due to a modified file, by Filippo Carletti [SME: 6635]

1 diff -ruN e-smith-backup-2.0.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.0.0/root/etc/e-smith/events/actions/workstation-backup-dar
2 --- e-smith-backup-2.0.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2011-06-10 19:21:22.000000000 +0100
3 +++ e-smith-backup-2.0.0/root/etc/e-smith/events/actions/workstation-backup-dar 2011-06-10 19:22:31.000000000 +0100
4 @@ -267,7 +267,7 @@
5 # launching dar backup
6
7 my $rc = run_backup();
8 -if ($rc != 0)
9 +if ($rc != 0 && $rc != 11)
10 {
11 ldie("Error while running dar: $rc");
12 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed