RE: File not found error creating tar.bz2 archive

2010-02-11 Thread Kevin Fries
It sounds like it is not finding bzip2 for some reason. Try creating the tar without compression first. Kevin Sent from my Nokia phone -Original Message- From: Paul Mooring Sent: 02/11/2010 1:16:37 PM Subject: File not found error creating tar.bz2 archive Just like the subject says,

Re: File not found error creating tar.bz2 archive

2010-02-11 Thread Paul Mooring
don't think that's it, it consistently tells me it can't find the file I'm trying to create: Thu Feb 11, 01:11 PM p...@paulbox:~ $ sudo tar cjpf /backups/bkup/2010-02-11.tar.bz2 /home/paul/Desktop/ tar: /backups/bkup/2010-02-11.tar.bz2: Cannot open: No such file or directory tar: Error is not

Re: File not found error creating tar.bz2 archive

2010-02-11 Thread Paul Mooring
error creating tar.bz2 archive don't think that's it, it consistently tells me it can't find the file I'm trying to create: Thu Feb 11, 01:11 PM p...@paulbox:~ $ sudo tar cjpf /backups/bkup/2010-02-11.tar.bz2 /home/paul/Desktop/ tar: /backups/bkup/2010-02-11.tar.bz2: Cannot open: No such file

Re: File not found error creating tar.bz2 archive

2010-02-11 Thread Matt Graham
p...@paulbox:~ $ sudo tar cjpf /backups/bkup/2010-02-11.tar.bz2 /home/paul/Desktop/ tar: /backups/bkup/2010-02-11.tar.bz2: Cannot open: No such file or directory From: Paul Mooring drpppr...@gmail.com yes, like my reply above shows with or without the j I get an error saying

RE: File not found error creating tar.bz2 archive

2010-02-11 Thread Kevin Fries
my Nokia phone -Original Message- From: Paul Mooring Sent: 02/11/2010 1:41:51 PM Subject: Re: File not found error creating tar.bz2 archive yes, like my reply above shows with or without the j I get an error saying /backups/bkup/2010-02-11.tar.bz2 is missing and which bzip2, correctly show

Re: File not found error creating tar.bz2 archive

2010-02-11 Thread Paul Mooring
Thanks very much an extra '/' had worked it's way into my script and I somehow didn't notice it said bkup/${date}, rather than bkup${date}. On Thu, Feb 11, 2010 at 1:47 PM, Matt Graham danceswithcr...@usa.net wrote: p...@paulbox:~ $ sudo tar cjpf /backups/bkup/2010-02-11.tar.bz2