GNU tar fails to restore listed-incremental backup

2020-02-14 Thread Deweloper
Hi all, I'm using GNU tar for incremental backup using --listed-incremental option. Unfortunately there seems to be a problem with restoring such backup if following operations are performed: 1. Rename directory d1 to d3 2. Rename directory d2 to d1 Backup created afterwards contains: R./d2 T./d1

Re: GNU tar fails to restore listed-incremental backup

2020-02-14 Thread Joerg Schilling
Deweloper wrote: > I'm using GNU tar for incremental backup using --listed-incremental > option. Unfortunately there seems to be a problem with restoring such > backup if following operations are performed: > 1. Rename directory d1 to d3 > 2. Rename directory d2 to d1 > Backup created afterwards