Re: [BackupPC-users] how read .z log files ?

2010-09-15 Thread Jeffrey J. Kosowsky
Mike Bydalek wrote at about 08:32:06 -0700 on Monday, September 13, 2010: > zcat or you can gunzip > That won't work - the files are not compressed you gzip... As others have mentioned, use BackupPC_zcat > Regards, > Mike > > On Sep 13, 2010, at 1:20 AM, IvyAlice > wrote: > > > He

[BackupPC-users] how read .z log files ?

2010-09-13 Thread IvyAlice
Hi Carl > Use BackupPC_zcat to catenate the file. > On Debian-ish systems it's /usr/share/backuppc/bin/BackupPC_zcat Thank you it works fine +-- |This was sent by ivy-al...@hotmail.com via Backup Central. |Forward SPAM to ab.

Re: [BackupPC-users] how read .z log files ?

2010-09-13 Thread Tyler J. Wagner
Mike, Standard zcat does not work on BackupPC log files: r...@backup:~# zcat /var/local/backuppc/log/LOG.112.z gzip: /var/local/backuppc/log/LOG.112.z: not in gzip format You must use BackupPC_zcat. Regards, Tyler On Monday 13 Sep 2010 16:32:06 Mike Bydalek wrote: > zcat or you can gunzip

Re: [BackupPC-users] how read .z log files ?

2010-09-13 Thread Marcus Hardt
Try using /usr/share/backuppc/bin/BackupPC_zcat (it's there on debian, but might be elsewhere on other distros) M. On Monday 13 September 2010 17:32:06 Mike Bydalek wrote: > zcat or you can gunzip > > Regards, > Mike > > On Sep 13, 2010, at 1:20 AM, IvyAlice wrote: > > Hello everybody, >

Re: [BackupPC-users] how read .z log files ?

2010-09-13 Thread Mike Bydalek
zcat or you can gunzip Regards, Mike On Sep 13, 2010, at 1:20 AM, IvyAlice wrote: > Hello everybody, > > I got some problems with backuppc and I want to read the XferLOG.z file. > I can't read it either with vim or nano and I can't extract the file with > uncompress, gunzi,zcat or tar (it t

Re: [BackupPC-users] how read .z log files ?

2010-09-13 Thread Carl Wilhelm Soderstrom
On 09/13 04:20 , IvyAlice wrote: > Hello everybody, > > I got some problems with backuppc and I want to read the XferLOG.z file. Use BackupPC_zcat to catenate the file. On Debian-ish systems it's /usr/share/backuppc/bin/BackupPC_zcat -- Carl Soderstrom Systems Administrator Real-Time Enterprise

[BackupPC-users] how read .z log files ?

2010-09-13 Thread IvyAlice
Hello everybody, I got some problems with backuppc and I want to read the XferLOG.z file. I can't read it either with vim or nano and I can't extract the file with uncompress, gunzi,zcat or tar (it tells it's not a tar file) I search on google and on this forum but I didn't find the solution.