On Tue, Mar 23, 2004 at 06:33:48PM -0600, Jeremy Grant wrote:
> Does anyone have any ideas how I get this to work with the
> --files-from option?
Try using the --no-implied-dirs option. With that set, you'll need to
mention all the directories that need to be created on the destination
system, bu
Here is what I have been doing with rsync(This is condinced version of
the main script that runs):
#!/usr/local/bin/bash
SSH=/usr/local/bin/ssh
RSYNC=/usr/local/bin/rsync
SED=/usr/bin/sed
USER=vmladmin
ROLLLISTDIR=/home/vmladmin/rolllists/
RO