1 |
terryfage |
1.1 |
diff -urN e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar |
2 |
|
|
--- e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2022-03-20 08:13:13.755951651 -0400 |
3 |
|
|
+++ e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar 2022-03-20 08:18:52.000000000 -0400 |
4 |
|
|
@@ -289,7 +289,7 @@ |
5 |
|
|
|
6 |
|
|
eval |
7 |
|
|
{ |
8 |
|
|
- ($pid = open INPUT, "-|", "/usr/bin/dar", "-Q", "-asecu", "--create", "$dest", split(/\|/,$ref), "-B", "/etc/dar/$job.dcf") or ldie("cannot start : $!" ); |
9 |
|
|
+ ($pid = open INPUT, "-|", "/usr/bin/dar", "-Q", "-asecu", "-az", "--create", "$dest", split(/\|/,$ref), "-B", "/etc/dar/$job.dcf") or ldie("cannot start : $!" ); |
10 |
|
|
|
11 |
|
|
if ($pid) |
12 |
|
|
{ |