Re: [foxboro] Copying Displays to remote workstations

I decided to take another look at rdist since it came highly recommended.  I
failed to notice the first time that you can optionally execute a shell
command after a file has been copied...that was the key!!

So here is my rdistfile. Basically, it runs pdfpack after the file is
copied. Also the "younger" flag is set so that it won't copy over files that
are younger than the master (since pdfpack will change the modification
date). Pretty simple.

Thanks for all of you help.  Tod Baudais.



HOSTS = ( root@host )
 
FILES = ( /usr/disp/* )
 
${FILES} -> ${HOSTS}
        install -R -y ;
        special "/usr/fox/wp/bin/pdfpack -r $FILE" ;


 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: