Forum Discussion

francisco_1_162's avatar
francisco_1_162
Icon for Nimbostratus rankNimbostratus
Feb 25, 2008

Download backup file (ucs) from bigip

I am trying to use WINSCP software to download backup file (ucs) say once a week (schedule) from the BIGIP and copy it to a network share!!. Not sure how to setup WINSCP or does anyone use something that works for them maybe SSH?

 

 

Please help.

 

 

1 Reply

  • You can script a solution using a shell script and scp on the BIG-IP to copy files from the BIG-IP to an SCP server. You could call this script from a cronjob.

     

     

    I think there have been a couple of rough examples here. Else, as this uses standard Linux utilities, you can probably find other examples online.

     

     

    Aaron