Batch command to download a database

Discussion in 'Databases' started by peternolan, Sep 27, 2013.

  1. Hi All,
    I am now running my own little data warehouse from my three dot net nuke sites here at DASP. I am manually backing them up and then downloading them via ftp.

    I was wondering if anyone had a standard dos script I could run on my own server here to backup and download the databases so that I could just run it as a batch stream and not need to come in via the control panel. Anyone know how to do that?

    Thanks in advance

    Best regards

    Peter
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    1) are you familiar with our API. You can use the API to create database backup.
    2) Once you've done that, you can create a simple shell script to download the backup file through FTP. see http://www.dostips.com/DtTipsFtpBatchScript.php
     

Share This Page