]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-sendbackup-dump.patch
d271cb295202ef94ea0b6d9c0699e494abacf399
[packages/amanda.git] / amanda-sendbackup-dump.patch
1 diff -ur amanda-2.4.3b3.orig/client-src/sendbackup-dump.c amanda-2.4.3b3/client-src/sendbackup-dump.c
2 --- amanda-2.4.3b3.orig/client-src/sendbackup-dump.c    Sun Mar  3 18:10:51 2002
3 +++ amanda-2.4.3b3/client-src/sendbackup-dump.c Sun Mar 31 23:43:49 2002
4 @@ -215,7 +215,7 @@
5         dumppid = pipespawn(progname, STDIN_PIPE,
6                             &dumpin, &dumpout, &mesgf,
7                             "xfsdump",
8 -                           no_record ? "-J" : skip_argument,
9 +                           options->no_record ? "-J" : skip_argument,
10                             "-F",
11                             "-l", dumpkeys,
12                             "-",
13 @@ -241,7 +241,7 @@
14         program->restore_name = VXRESTORE;
15  
16         dumpkeys = vstralloc(level_str,
17 -                            no_record ? "" : "u",
18 +                            options->no_record ? "" : "u",
19                              "s",
20                              "f",
21                              NULL);
22 @@ -282,7 +282,7 @@
23         program->restore_name = VRESTORE;
24  
25         dumpkeys = vstralloc(level_str,
26 -                            no_record ? "" : "u",
27 +                            options->no_record ? "" : "u",
28                              "b",
29                              "f",
30                              NULL);
31 @@ -350,7 +350,7 @@
32      /* AIX backup program */
33      dumpkeys = vstralloc("-",
34                          level_str,
35 -                        no_record ? "" : "u",
36 +                        options->no_record ? "" : "u",
37                          "f",
38                          NULL);
39  
This page took 0.059822 seconds and 2 git commands to generate.