Parent Directory | Revision Log | Revision Graph
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 |