X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fsendbackup-dump.c;h=0e10dc702224320282e8304fee284c136f47fbcb;hb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;hp=a568fc8b372e2feb359681b74bc10f01542438e3;hpb=71325c297e0436e9930a3e129a26696e78c27f62;p=debian%2Famanda diff --git a/client-src/sendbackup-dump.c b/client-src/sendbackup-dump.c index a568fc8..0e10dc7 100644 --- a/client-src/sendbackup-dump.c +++ b/client-src/sendbackup-dump.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: sendbackup-dump.c,v 1.90.2.1 2006/09/23 19:19:47 martinea Exp $ + * $Id: sendbackup-dump.c,v 1.90.2.2 2006/11/24 18:10:38 martinea Exp $ * * send backup data using BSD dump */ @@ -375,12 +375,15 @@ start_backup( #define RESTORE "restore" #endif +#ifdef HAVE_HONOR_NODUMP +# define PARAM_HONOR_NODUMP "h" +#else +# define PARAM_HONOR_NODUMP "" +#endif dumpkeys = vstralloc(level_str, options->no_record ? "" : "u", "s", -#ifdef HAVE_HONOR_NODUMP - "h", -#endif + PARAM_HONOR_NODUMP, "f", NULL);