--- 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"));