[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Incremental restore seems to first create then rename
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] Incremental restore seems to first create then rename |
Date: |
Sun, 12 Sep 2004 15:04:02 +0300 |
Hi Felix,
Felix E. Klee <address@hidden> wrote:
> when I try to restore an listed-incremental backup where in an
> incremental step
>
> a directory A is to be renamed into B and a file A is to be created
>
> then I get an error message
>
> tar: A: Cannot open: File exists.
Use --recursive-unlink option. E.g. in your testcase:
(cd restore
tar --recursive-unlink -xg snapshot -f ../2.tar)
Regards,
Sergey
- Re: [Bug-tar] Incremental restore seems to first create then rename, (continued)
- Re: [Bug-tar] Incremental restore seems to first create then rename, Felix E. Klee, 2004/09/13
- Re: [Bug-tar] Incremental restore seems to first create then rename, Joerg Schilling, 2004/09/12
- Re: [Bug-tar] Incremental restore seems to first create then rename, Felix E. Klee, 2004/09/13
- Re: [Bug-tar] Incremental restore seems to first create then rename, Joerg Schilling, 2004/09/15
- Re: [Bug-tar] Incremental restore seems to first create then rename, Felix E. Klee, 2004/09/17
- Re: [Bug-tar] Incremental restore seems to first create then rename, Joerg Schilling, 2004/09/17
- Re: [Bug-tar] Incremental restore seems to first create then rename, Felix E. Klee, 2004/09/19
- Re: [Bug-tar] Incremental restore seems to first create then rename, Joerg Schilling, 2004/09/28
- Re: [Bug-tar] Incremental restore seems to first create then rename, Helmut Waitzmann, 2004/09/14
- Re: [Bug-tar] Incremental restore seems to first create then rename, Helmut Waitzmann, 2004/09/14
Re: [Bug-tar] Incremental restore seems to first create then rename,
Sergey Poznyakoff <=