Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Stephen Vaughan
Yep you're right, thanks. On Mon, Oct 13, 2008 at 12:12 PM, Craig Barratt < [EMAIL PROTECTED]> wrote: > Stephen writes: > > > Still seems to be creating a .raw archive: > > Yes. The archive is now compressed, in spite of the extension: > >/bin/csh -cf /usr/share/backuppc/bin/BackupPC_tarCrea

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Craig Barratt
Stephen writes: > Still seems to be creating a .raw archive: Yes. The archive is now compressed, in spite of the extension: /bin/csh -cf /usr/share/backuppc/bin/BackupPC_tarCreate -t -h localhost -n 24 -s \* . | /bin/gzip > /data/NAS-Mount-MaxBackups/offsite/localhost.24.tar.raw The exten

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Stephen Vaughan
Still seems to be creating a .raw archive: backuppc 25740 0.0 0.5 8724 5628 ?S11:51 0:00 /usr/bin/perl /usr/share/backuppc/bin/BackupPC_archive offsite-archive archiveReq.25739.0 backuppc 25851 0.0 0.4 7320 4568 ?S11:57 0:00 /usr/bin/perl /usr/share/backuppc/

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Stephen Vaughan
hmm okay. That sort of worked, I did the first change now I'm getting an error for gzip: 2008-10-13 11:44:56 Archive failed (Error: gzip is not an executable program) $Conf{ArchiveComp} = 'gzip'; $Conf{CompressLevel} = '1'; On Mon, Oct 13, 2008 at 11:28 AM, Craig Barratt < [EMAIL PROTECTED]> wr

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Craig Barratt
Stephen writes: > hmm okay. That sort of worked, I did the first change now I'm getting an > error for gzip: Set it to the full path, eg: /bin/gzip. Craig - This SF.Net email is sponsored by the Moblin Your Move Developer'

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Craig Barratt
Stephen writes: > When I run BackupPC_archiveStart from the command line it's not > using compression for the backup, the backup file is created using > "raw", however if I start the archive job via the web-interface it > uses compression (gzip by default). > > The command I am running is: > > /

Re: [BackupPC-users] BackupPC_archiveStart not using compression

2008-10-12 Thread Stephen Vaughan
I take it nobody knows? On Tue, Oct 7, 2008 at 3:28 PM, Stephen Vaughan <[EMAIL PROTECTED]>wrote: > Firstly, what a fantastic piece of software BackupPC is, well done Craig > and co! > > When I run BackupPC_archiveStart from the command line it's not using > compression for the backup, the backup

[BackupPC-users] BackupPC_archiveStart not using compression

2008-10-06 Thread Stephen Vaughan
Firstly, what a fantastic piece of software BackupPC is, well done Craig and co! When I run BackupPC_archiveStart from the command line it's not using compression for the backup, the backup file is created using "raw", however if I start the archive job via the web-interface it uses compression (g