blob: 37c6878fc806937b81149ce333e752c199ea21b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ae,v 1.3 1999/09/04 01:07:29 bad Exp $
--- client-src/sendbackup-gnutar.c.old Fri Feb 26 12:02:58 1999
+++ client-src/sendbackup-gnutar.c Fri Feb 26 12:06:59 1999
@@ -300,11 +300,11 @@
}
if (level==0) {
if (no_record)
- taropt = "-Tc";
+ taropt = "-Tqc";
else
- taropt = "-Tca";
+ taropt = "-Tqca";
} else
- taropt = "-Tcg";
+ taropt = "-Tqcg";
dbprintf(("backup from %s, user %s, pass %s\n",
sharename, SAMBA_USER, "XXXXX"));
|