![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rsync to update "Date Modified" | timgolding | Shell Programming and Scripting | 4 | 05-18-2009 12:58 PM |
| A question/problem about oracle "tns listener" and "enterprise manager" | talipk | UNIX for Advanced & Expert Users | 1 | 12-03-2008 07:55 AM |
| A question/problem about oracle "tns listener" and "enterprise manager" | talipk | UNIX and Linux Applications | 0 | 12-01-2008 03:08 PM |
| communicating wth another user aside from "wall" and "write" | Deanne | Shell Programming and Scripting | 6 | 05-11-2007 06:43 AM |
| user password keeps "unsuccessful attempts" | yls177 | UNIX for Dummies Questions & Answers | 8 | 04-17-2003 01:58 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
OK, I am stuck and could use some help here. I have a RSYNC script that I wrote to where I would like to have the users password "never" initiated. I been trying to get the /etc/rsyncd.secrets file to work, but keep getting error messages. But I think it has to do with the way my script is setup. Take a look at my script and fill me in on any ideas. Code:
#!/usr/bin/sh RSYNC=/usr/local/bin/rsync PASSWD=~/.rsyncd.secrets SSH=/usr/local/bin/ssh KEY=/come/out/and/play/.ssh2/id_dsa_2048_a RUSER=mickey RHOST=disney RPATH=/come/out/and/play/PROD LPATH=/come/out/and/play/DEVL $RSYNC -ae "$SSH -i $KEY" $LPATH $RUSER@$RHOST $PASSWD:$RPATH Here is the error code I get when I run this script: Code:
link_stat mickey@disney : No such file or directory mkstemp failed: No such file or directory rsync error: some files could not be transferred (code 23) at main.c(620) Well any ideas would be greatful!! -Thanks!! |
| Bookmarks |
| Tags |
| rsync, rsyncd.secrets, scripts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|