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.