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
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
Hi Frank, thanks for that. I found the API entry so I will go have a look. I will put it here for others to find who hit this thread. http://community.discountasp.net/threads/discountasp-net-control-panel-api-general-information.3522/ Best regards Peter