> > rsync -avz --progress rsync://server/$1 > > > > You may need to change the rsync invocation.
Yes, you will need to change the rsync invocation. My apologies. It should be something like: rsync -avz --progress -- <localfile> rsync://server/ You can replace <localfile> with $1 to get the filename passed on the command-line. The two dashes after the "--progress" option should prevent rsync from processing any files as arguments (such as what would happen if your filename started with a dash). Fred __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list