[ubuntu-uk] Shell script .....

2010-12-02 Thread Barry Drake
Hi there I wrote a little script for doing an rsync to a second hard drive. It goes like this: #/bin/bash rsync -r /home/barry /media/hda1/backups/barry_pc | tee (zenity --progress --pulsate --text=Backing up files ) backup_log.txt killall zenity zenity --info --text=Backup

Re: [ubuntu-uk] Shell script .....

2010-12-02 Thread Colin Law
On 2 December 2010 11:14, Barry Drake bdr...@crosswire.org wrote: Hi there I wrote a little script for doing an rsync to a second hard drive.  It goes like this: #/bin/bash rsync -r /home/barry /media/hda1/backups/barry_pc | tee (zenity --progress --pulsate --text=Backing up files

Re: [ubuntu-uk] Shell script .....

2010-12-02 Thread Tyler J. Wagner
On Thu, 2010-12-02 at 11:14 +, Barry Drake wrote: I wrote a little script for doing an rsync to a second hard drive. It goes like this: #/bin/bash rsync -r /home/barry /media/hda1/backups/barry_pc | tee (zenity --progress --pulsate --text=Backing up files ) backup_log.txt killall

Re: [ubuntu-uk] Shell script .....

2010-12-02 Thread Saikiran Madugula
On 02/12/10 11:14, Barry Drake wrote: Hi there I wrote a little script for doing an rsync to a second hard drive. It goes like this: #/bin/bash The script seems to be missing bang here ... (#!/bin/bash) -- ubuntu-uk@lists.ubuntu.com

Re: [ubuntu-uk] Shell script .....

2010-12-02 Thread Barry Drake
On Thu, 2010-12-02 at 12:41 +, Saikiran Madugula wrote: The script seems to be missing bang here ... (#!/bin/bash) OOPs! I missed that one! Thanks. That cured the problem. I should have looked a bit closer at the shell line. Thanks to all of you who came up with suggestions. I did try

Re: [ubuntu-uk] shell script resque

2010-06-01 Thread Kaushal Shriyan
On Tue, Jun 1, 2010 at 1:25 AM, Bruno Girin brunogi...@gmail.com wrote: On Tue, 2010-06-01 at 00:12 +0530, Kaushal Shriyan wrote: On Tue, Jun 1, 2010 at 12:05 AM, Bruno Girin brunogi...@gmail.com wrote: On Mon, 2010-05-31 at 23:34 +0530, Kaushal Shriyan wrote: Hi,

Re: [ubuntu-uk] shell script resque

2010-06-01 Thread Bruno Girin
On Tue, 2010-06-01 at 11:45 +0530, Kaushal Shriyan wrote: On Tue, Jun 1, 2010 at 1:25 AM, Bruno Girin brunogi...@gmail.com wrote: On Tue, 2010-06-01 at 00:12 +0530, Kaushal Shriyan wrote: On Tue, Jun 1, 2010 at 12:05 AM, Bruno Girin

[ubuntu-uk] shell script resque

2010-05-31 Thread Kaushal Shriyan
Hi, I run the resque init script using /etc/init.d/resque start at the command line which works perfectly fine while the machine is up and running fine, The issue is it doesnot come up automatically after bootup. r...@hoststage:~# cat /etc/init.d/resque #!/bin/bash # Author Kaushal Shriyan #

Re: [ubuntu-uk] shell script resque

2010-05-31 Thread Bruno Girin
On Mon, 2010-05-31 at 23:34 +0530, Kaushal Shriyan wrote: Hi, I run the resque init script using /etc/init.d/resque start at the command line which works perfectly fine while the machine is up and running fine, The issue is it doesnot come up automatically after bootup. This is

Re: [ubuntu-uk] shell script resque

2010-05-31 Thread Kaushal Shriyan
On Tue, Jun 1, 2010 at 12:05 AM, Bruno Girin brunogi...@gmail.com wrote: On Mon, 2010-05-31 at 23:34 +0530, Kaushal Shriyan wrote: Hi, I run the resque init script using /etc/init.d/resque start at the command line which works perfectly fine while the machine is up and running

Re: [ubuntu-uk] shell script resque

2010-05-31 Thread Bruno Girin
On Tue, 2010-06-01 at 00:12 +0530, Kaushal Shriyan wrote: On Tue, Jun 1, 2010 at 12:05 AM, Bruno Girin brunogi...@gmail.com wrote: On Mon, 2010-05-31 at 23:34 +0530, Kaushal Shriyan wrote: Hi, I run the resque init script using