Re: [BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-30 Thread Joe Bordes
Hi, Holger Parplies escribió: > Hi, > > Joe Bordes wrote on 30.04.2007 at 11:32:55 [Re: [BackupPC-users] Restore file > problem 2.1.2 and tar]: > >> I seem to have traced this error >> > > (meaning 'cat test.tar | tar ...' doesn'

Re: [BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-30 Thread Holger Parplies
Hi, Joe Bordes wrote on 30.04.2007 at 11:32:55 [Re: [BackupPC-users] Restore file problem 2.1.2 and tar]: > I seem to have traced this error (meaning 'cat test.tar | tar ...' doesn't work whereas 'tar ... < test.tar' and 'tar ... test.tar' do) >

Re: [BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-30 Thread Joe Bordes
Hi again, I seem to have traced this error down to a Linux Suse 7.2 error as it works correctly on Suse 9.3 and OpenSuse 10 I downloaded and compiled tar 1.16 and I get the same error (no errors compiling) so I am starting to think it is a problem with one of the libraries used. Joe Tsolucio El

Re: [BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-27 Thread Joe Bordes
Thanks for your answer but I'm sorry to say that it didn't work. cat test.tar | tar tBf - Get the same error. BTW I didn't remember to mention that Suse 7.2 out of the box had a smaller version number of tar so I downloaded 1.15 and compiled it myself. I don't remember getting any errors, but cou

Re: [BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-27 Thread Craig Barratt
Joe writes: > I have traced this error down to what seems to be a tar problem. > I have a tar file with one file in it: test.tar > > If I execute: > cat test.tar | tar tf - > I get the above error. > tar tf - and > tar tf test.tar > work correctly > > The BackupPC_tarCreate also seems to be w

[BackupPC-users] Restore file problem 2.1.2 and tar

2007-04-27 Thread Joe Bordes
Hi, I am experimenting a problem when a try to restore only one file from a backup. I have BackupPC 2.1.2pl1 correctly configured and making regular backups of a Linux partition using tar. If I pick any backup to restore a directory everything comes out correctly: - Running: