Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-22 Thread Frank J . Gómez
Whoops, this email has been sitting in my Drafts folder for about a week. :-) Better late than never, I guess. @Les: Ahhh, now I see what you mean by, "especially if you intend to schedule the runs with cron eventually." I had everything working perfectly via the web GUI, but then nothing worke

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-12 Thread Mike Dresser
On 11/11/10 07:32 PM, Frank J. Gómez wrote: > That's basically what I've done... the command that should run is: > BackupPC_tarCreate -t -h $host -n $bkupNum -s $share . | /bin/gzip > | /usr/bin/gpg -r $gpgUser --encrypt | /usr/bin/split -b 65 - > $outLoc/0.$host.tar$fileExt. > You might want

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-11 Thread Frank J . Gómez
That's basically what I've done... the command that should run is: BackupPC_tarCreate -t -h $host -n $bkupNum -s $share . | /bin/gzip | /usr/bin/gpg -r $gpgUser --encrypt | /usr/bin/split -b 65 - $outLoc/0.$host.tar$fileExt. For some reason I'm getting stuff on that split error, though. I'll

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-11 Thread Les Mikesell
On 11/11/2010 5:21 PM, Frank J. Gómez wrote: > Sorry to be banging on the list so much lately, but I've got another > issue I don't understand... > > I've modified a copy of BackupPC_archiveHost, with the changes being: > > * I'm piping output to gpg after compression and before splitting >

[BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-11 Thread Frank J . Gómez
Sorry to be banging on the list so much lately, but I've got another issue I don't understand... I've modified a copy of BackupPC_archiveHost, with the changes being: - I'm piping output to gpg after compression and before splitting - I want my archive filenames in this format: 0.$host.tar.

Re: [BackupPC-users] archive problem

2008-08-08 Thread Holger Parplies
Hi, Chris Robertson wrote on 2008-08-01 10:30:19 -0800 [Re: [BackupPC-users] archive problem]: > The are "file test operators". See > http://tldp.org/LDP/abs/html/fto.html for a pretty extensive (and > annotated) list. without wanting to be too pedantic, I think it should

Re: [BackupPC-users] archive problem

2008-08-03 Thread Les Mikesell
Jeff Rippy wrote: > but again - shouldn't backuppc be taking care of the rewinding if necessary? > Backuppc doesn't know if you want more than one thing on the tape. -- Les Mikesell [EMAIL PROTECTED] - This SF.Net e

Re: [BackupPC-users] archive problem

2008-08-03 Thread Jeff Rippy
switches page at tldp.org. Thank you for the information. It was very useful. Again, thank you all for the quick replies. Jeff On Fri, Aug 1, 2008 at 6:15 PM, Holger Parplies <[EMAIL PROTECTED]> wrote: > Hi, > > Jeff Rippy wrote on 2008-08-01 12:48:46 -0500 [Re: [BackupPC-users] ar

Re: [BackupPC-users] archive problem

2008-08-03 Thread Jeff Rippy
but again - shouldn't backuppc be taking care of the rewinding if necessary? On Fri, Aug 1, 2008 at 3:47 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Jeff Rippy wrote: > > > Also the backuppc documentation and even the default > >> configuration uses /dev/st0 so why exactly do you recommend /dev

Re: [BackupPC-users] archive problem

2008-08-01 Thread Holger Parplies
Hi, Jeff Rippy wrote on 2008-08-01 12:48:46 -0500 [Re: [BackupPC-users] archive problem]: > yes I had thought of that too "that" being? The permission problem Les and I had pointed you at? > and have already added the backuppc user to the "tape" group. I presume yo

Re: [BackupPC-users] archive problem

2008-08-01 Thread Les Mikesell
Jeff Rippy wrote: > Also the backuppc documentation and even the default > configuration uses /dev/st0 so why exactly do you recommend /dev/nst0 > instead. Shouldn't backuppc be controlling where it writes to the tape? /dev/st? devices rewind the tape on open and close, so you can't write any

Re: [BackupPC-users] archive problem

2008-08-01 Thread Chris Robertson
Jeff Rippy wrote: > yes I had thought of that too and have already added the backuppc user > to the "tape" group. permissions are 660 or rw-rw with owner root > and group tape. Also the backuppc documentation and even the default > configuration uses /dev/st0 so why exactly do you recommen

Re: [BackupPC-users] archive problem

2008-08-01 Thread Jeff Rippy
yes I had thought of that too and have already added the backuppc user to the "tape" group. permissions are 660 or rw-rw with owner root and group tape. Also the backuppc documentation and even the default configuration uses /dev/st0 so why exactly do you recommend /dev/nst0 instead. Shouldn

Re: [BackupPC-users] archive problem

2008-08-01 Thread Rob Terhaar
Check the permissions on /dev/st0 what group owns that device? Add the backuppc user to the tape group (or whoever the owning group of the device is) On 7/31/08, Les Mikesell <[EMAIL PROTECTED]> wrote: > Jeff Rippy wrote: >> Thanks for the quick reply. The backuppc user uses /bin/sh not bash.

Re: [BackupPC-users] archive problem

2008-07-31 Thread Les Mikesell
Jeff Rippy wrote: > Thanks for the quick reply. The backuppc user uses /bin/sh not bash. > sh is a symbolic link to /bin/dash it looks like. Not sure if this > helps or not. The shell doesn't have much to do with this except possibly giving you the wrong error message. The real problem is a

Re: [BackupPC-users] archive problem

2008-07-31 Thread Jeff Rippy
06:58:46 -0500 [[BackupPC-users] archive > problem]: > > Hi all, > > I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. > > When I go to archive a host I get the following error: > > > > Executing: /usr/share/backuppc/bin/BackupPC_archiveHost > &g

Re: [BackupPC-users] archive problem

2008-07-31 Thread Holger Parplies
Hi, Jeff Rippy wrote on 2008-07-31 06:58:46 -0500 [[BackupPC-users] archive problem]: > Hi all, > I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. > When I go to archive a host I get the following error: > > Executing: /usr/share/backuppc/bin/BackupPC_arc

[BackupPC-users] archive problem

2008-07-31 Thread Jeff Rippy
Hi all, I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. When I go to archive a host I get the following error: Executing: /usr/share/backuppc/bin/BackupPC_archiveHost /usr/share/backuppc/bin/BackupPC_tarCreate /usr/bin/split /usr/bin/par2 geonosis 75 /bin/gzip .gz 000 /

Re: [BackupPC-users] Archive problem

2007-04-22 Thread Craig Barratt
Alex writes: > Ok, it's fixed now. I might have "lost" the IncrLevels setting when I > was trying to fix admin user problem Ok. For 3.1.0 I'll make sure it defaults to something sensible in case it is missing. Craig - Thi

Re: [BackupPC-users] Archive problem

2007-04-22 Thread Alex Schaft
On 2007/04/23 05:53 AM, Alex Schaft wrote: > Original Message > Subject: Re: [BackupPC-users] Archive problem > Date: Sun, 22 Apr 2007 10:21:55 +0200 > From: Alex Schaft <[EMAIL PROTECTED]> > To: Craig Barratt <[EMAIL PROTECTED]&

Re: [BackupPC-users] Archive problem

2007-04-22 Thread Alex Schaft
Original Message Subject:Re: [BackupPC-users] Archive problem Date: Sun, 22 Apr 2007 10:21:55 +0200 From: Alex Schaft <[EMAIL PROTECTED]> To: Craig Barratt <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> On 2007/04/22 09:14 AM, C

Re: [BackupPC-users] Archive problem

2007-04-22 Thread Craig Barratt
Alex writes: > I've just upgraded to version 3, and all of a sudden my archive went > from 7 hours to under 1 hour. Do you really mean "archive", or do you mean "backup"? Did you upgrade using the vanilla tarball and configure.pl? What XferMethod are you using on this host? > I noticed that th

[BackupPC-users] Archive problem

2007-04-21 Thread Alex Schaft
Hi all, I've just upgraded to version 3, and all of a sudden my archive went from 7 hours to under 1 hour. I noticed that the biggest host didn't backup it's full data. Below an extract from the hosts backup history Backup Summary Backup# TypeFilled Level Start Date Duratio

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-13 Thread Mark Coetser
> No, the archives created by the archivehost mechanism are > tar images with optional compression. You don't need a > working backuppc to restore them - just feed them to tar. > > -- > Les Mikesell >[EMAIL PROTECTED] > Hi All Ok I seem to have some other issue with the tape archive, whe

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-11 Thread Les Mikesell
On Sun, 2006-06-11 at 10:56, Mark Coetser wrote: > > What are the permissions on /dev/st0? > Hi Les > > That was the problem thank you, for interests sake it a Debian systerm and > there is a tape group that owns /dev/st0, the archive is running currently > and hopefully wont have any errors, Do y

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-11 Thread Mark Coetser
> What are the permissions on /dev/st0? Hi Les That was the problem thank you, for interests sake it a Debian systerm and there is a tape group that owns /dev/st0, the archive is running currently and hopefully wont have any errors, Do you know if its possible to do a restore from an archived tape

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-09 Thread Les Mikesell
On Fri, 2006-06-09 at 16:10 +0200, Mark Coetser wrote: > Hi Ppl > > I have the same issue with a simple archive host, I tried adding the > backuppc user to the disk group but still getting the following error in the > log. How can I debug backuppc so that I can see where the problem lies ? > > Er

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-09 Thread Mark Coetser
Hi Ppl I have the same issue with a simple archive host, I tried adding the backuppc user to the disk group but still getting the following error in the log. How can I debug backuppc so that I can see where the problem lies ? Error Archive failed (Error: /usr/share/backuppc/bin/BackupPC_tarCrea

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-07 Thread Les Mikesell
On Wed, 2006-06-07 at 16:40 -0400, Bowie Bailey wrote: > Based on my tests, /bin/cat is complaining about sending data to > /dev/st0. I can duplicate this error from the command line: > > # cat test.tar >> /dev/st0 > cat: write error: Invalid argument > # mt -f /dev/st0 status >

Re: [BackupPC-users] Archive problem: compress or split failed

2006-06-07 Thread Bowie Bailey
Bowie Bailey wrote: > I am trying to set up a simple archive device. I think I have it set > up properly, but I am seeing this (rather unhelpful) error: > > Archive failed (Error: /opt/backuppc/bin/BackupPC_tarCreate, > compress or split failed) > > I disabled compression and splitting,

[BackupPC-users] Archive problem: compress or split failed

2006-06-07 Thread Bowie Bailey
I am trying to set up a simple archive device. I think I have it set up properly, but I am seeing this (rather unhelpful) error: Archive failed (Error: /opt/backuppc/bin/BackupPC_tarCreate, compress or split failed) I disabled compression and splitting, but I still get the error. My con