How do I find out what may email server incoming and outgoing servers?

How to backup remote web server and email on servers?

  • Backing up a web server and the email on it to a local machine, how to do? If one is hosting a remote and a private webserver with two websites on it, along with email for various accounts, how does one back up all of the files on the webserver and said email accounts, to a local machine? No need for database backups, they're taken care of my the hosting company. But we're responsible for our files and email accounts. Ideally, this would be automated and the email would retain the folder structure of the various accounts.

  • Answer:

    You need to give us more info here - there's tons of different ways to do what you want: * What OS is your server running and what webserver and mailer are you using? * What access to you have to it - command line, web-based control panel or graphical login (e.g. Remote Desktop or vnc)? * What file transfer options are available - FTP, SSH, SFTP or something else? * Do you have any administrative privileges on the server, particularly the ability to run scripts and add cron jobs/scheduled tasks? * Where will your backups end up? * What volume of data are we talking about? If this is a shared host offered by some company, they probably have a standardized way to do what you want - it's just your responsibility to remember to click the button occasionaly, or to configure some scheduled task somewhere and move the resulting files out.

Brandon Blatcher at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

* What OS is your server running and what webserver and mailer are you using? Windows * What access to you have to it - command line, web-based control panel or graphical login (e.g. Remote Desktop or vnc)? Remote Desktop * What file transfer options are available - FTP, SSH, SFTP or something else? FTP * Do you have any administrative privileges on the server, particularly the ability to run scripts and add cron jobs/scheduled tasks? Yes. * Where will your backups end up? On a local computer in our swank office * What volume of data are we talking about? 5gb If this is a shared host offered by some company, they probably have a standardized way to do what you want - it's just your responsibility to remember to click the button occasionaly, or to configure some scheduled task somewhere and move the resulting files out. Only the database is shared and that is getting backed up every night.

Brandon Blatcher

One option: Use the built in windows backup utility to backup to a file on the disk, then set up a script or something to copy that file to your local computer with FTP. Caveat that applies to any backup scheme: Test it initially, and at regular intervals to make sure you can recover the data you want to recover from the backups.

Good Brain

FTP is insecure, you want SFTP or SSH.

Brian Puccio

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.