On Tue, Dec 03, 2002 at 11:04:47AM -0500, Marc N. Cannava wrote:
>
> It will have DELETED all the files that are in the Level 0 and not in
> the Level 1.
>
> I, too, suspect the G flag passed to GnuTar in the restore, but am not
> sure what the fix would be..
Maybe you should try to remove the G flag (patch included).
If it works, I will write a better patch,
Jean-Louis
--
Jean-Louis Martineau email: [EMAIL PROTECTED]
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7 Fax: (514) 343-5834
--- amanda-2.4.3.orig/recover-src/extract_list.c Tue Dec 3 13:43:55 2002
+++ amanda-2.4.3/recover-src/extract_list.c Tue Dec 3 13:44:05 2002
@@ -1429,7 +1429,7 @@
case IS_TAR:
case IS_GNUTAR:
restore_args[j++] = stralloc("tar");
- restore_args[j++] = stralloc("-xpGvf");
+ restore_args[j++] = stralloc("-xpvf");
restore_args[j++] = stralloc("-"); /* data on stdin */
break;
case IS_UNKNOWN: