rsync command

Discussion in 'Installation/Configuration' started by kamz, May 16, 2007.

  1. kamz

    kamz New Member

    I am having SunOS 5.8

    I installed rsync command.

    i used following command to execute.

    rsync -a -vv --include-from=hgr_web_filter.txt /webapp/was40/installedApps/testdep.ear/test.war/ [email protected]:/webdata/websphere/logs/testdep/logs/


    it is throwing following Error:
    rsync: unrecognized option `--include-from=hgr_web_filter.txt'

    --include option is not listing rsync --help

    please help me to resolve tis problem

    thanks in advance
    kamz.
     
  2. sjau

    sjau Local Meanie Moderator

    Try this:

    Code:
    --include-from="hgr_web_filter.txt"
    
     

Share This Page