https://bugs.contribs.org/show_bug.cgi?id=9681

Bob Stalzer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Bob Stalzer <[email protected]> ---
I tried the new version, and it creates a script that wont work.

#!/bin/bash

# rsync 'driver' script.  (Uses SSH as the transport layer.)
export PATH=$PATH:/bin:/usr/bin:/usr/local/bin

/bin/ps ax > /tmp/check
CHK=`/bin/cat /tmp/check | /bin/grep /usr/bin/rsync`
if ! $CHK ; then
  /bin/echo 'just ignore the warning above, it tells us'
  /bin/echo 'rsync is already running, exiting...'
  exit 0
fi

# Does copy, not so verbose.
OPTS='-u -a --compress     --stats'
    echo 'Begin rsync transfer.'

    echo 'Ending rsync transfer.'

There is none the information that tells it where the source is, where to put
it, or what to get.

The starting having to start a new task in two steps has always been that way.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to