• use an execute SQL task to run a backup command pointing to the UNC path of the share on the backup server.

    else use the maintenance plan backup task in the normal way and then have a separate process to copy the backups to the backup server. Personally for speed of recovery I like to have the most recent backups on the SQL server.

    ---------------------------------------------------------------------