* Alan Hodgson <[email protected]> [20170222 15:08]: > On Wednesday 22 February 2017 14:35:10 Jean-Louis Martineau wrote: > > Everything looks good!!! > > > > With the DAR feature of 3.4, amgtar ask for the data segment from the > > backup stream > > > > amgtar ask for two segment of data: > > > > restore block 15134720 (29560) to 32509951 (63496) > > restore block 44022821376 (85982073) to 680836734975 (1329759248) > > > > Which is 636831288832 bytes of data > > > > amfetchdump report it send both segment of data > > amrecover report that 636831288832 bytes of data was sent to amgtar > > > > So where is the problem? > > > > 1. in tar?? > > I'd guess this is a tar bug. OP should try GNU tar 1.29, I bet it fixes his > problem. 1.27 and 1.28 at least were broken for amanda restores.
Yes, this is the origin of the problem I think. ~# apt-cache policy tar tar: Installed: 1.27.1-2+deb8u1 Candidate: 1.29b-1~bpo8+1 ~# apt-get install tar ~# tar --version tar (GNU tar) 1.29 I upgraded GNU tar and redid a amrecover test and it restored everything. Thanks a lot! jf
