amuck-landowner

Howto backup from Windows Server 2012 R2 to Linux?

flufsor

New Member
I have the following question.

How would i best create an automatic backup system to backup a IIS enviroment + MSSQL Express to another server.
The other server as you might have guessed from the title is runnning linux and is in another location.

I ask this because i am new to windows server but would like to have backups.

Anyone have a good solution for this that is preferably free to implement?

If you want more details feel free to ask.
 

rmlhhd

Active Member
Verified Provider
You could install R1Soft Backup Server on the Linux Server and install the client on the Windows Box, you can get the licenses cheap from - https://r1softstorage.com/

Otherwise create a samba share on the Linux server and mount it on the Windows server then tell it to backup to the network share.

If you need assistance PM me or add me on Skype - rmlhhd
 
Last edited by a moderator:

layerbyte_ben

New Member
Verified Provider
I second rmlhhd's suggestion of using R1Soft. Been using it for years and have not had any major issues with it (odd time some backups failed due to other reasons, but if you have reporting setup you can be notified when a backup job fails).

You can either get backup licenses from http://r1softlicenses.com/ or you can also get hosted backup storage from them as well.
 
I have been testing/trying urBackup, my backup server is Ubuntu and I easily configured backups on Windows 7 and Windows Server.

On Linux I am still struggling with it, but I would still recommend it.

- Henrique
 

mikho

Not to be taken seriously, ever!
First thing is to get the database backups.


I created this script (https://github.com/mikho/MSSQL-Backups) that I use on basicly all my customers that do not have the FULL version of MS SQL Server.


Then you could use a software like WINSCP to automate the transport of your SQL backup files and the IIS files.


Everything done using Task Scheduler in Windows.


No need to buy software when it can be done for free :)
 

TurnkeyInternet

Active Member
Verified Provider
if 'free' is in the equation, go with CYGWIN - install it on the windows box, enable 'rsync/ssh' - and away you go.  You can configure Windows to do proper MS SQL local file backups, and rsync will copy them off and sync your file folders remotely to a linux box.
 

TurnkeyInternet

Active Member
Verified Provider
If you have 'budget', r1soft is a real smart and inexpensive way to do it (you can get the linux 'server' side, and backup to there using r1soft, cost you about $150 to $250 i think for 1-off server license (owned edition) vs a cloud backup solution you pay monthly for.
 
Top
amuck-landowner