• do you mean backup across the network? If so yes that is possible so long as SQL is running under a domain account and you have the permissions set up correctly.

    backup database yourdb to disk = '\\servername\sharename\yourdb.bak'

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