1 |
wellsi |
1.1 |
diff -ruN e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar |
2 |
|
|
--- e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2013-12-22 09:26:38.000000000 -0800 |
3 |
|
|
+++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2013-12-22 09:29:49.000000000 -0800 |
4 |
|
|
@@ -433,7 +433,7 @@ |
5 |
|
|
{ |
6 |
|
|
$add = $1; |
7 |
|
|
} |
8 |
|
|
- system("/usr/bin/dar_manager", "-Q", "-B", "$catalog", "-A", "$add") == 0 |
9 |
|
|
+ system("/usr/bin/dar_manager", "-Q", "-ai", "-B", "$catalog", "-A", "$add") == 0 |
10 |
|
|
or ldie("Failed to add set $add to catalog.\n"); |
11 |
|
|
} unless $exists; |
12 |
|
|
} |