Answers to: Backup my Linux Box to a Windows Serverhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server<p>I am new to Linux and I have read the post "which backup tool".</p> <p>After looking at some of the suggestions in existing post, I can not seem to find something that does what I want to do, at least not easily. Someone told me there was a command line DOS type utility I could use but I haven't seen anything like that.</p> <p>I have a Linux Server running:</p> <p>Linux version 2.6.9-89.0.23.ELsmp (mockbuild@builder10.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)) #1 SMP Wed Mar 17 06:55:21 EDT 2010</p> <p>The Linux Box host vmware's Server which in turn host a virtual machine.</p> <p>I need to backup the entire Linux Box to my Windows 2003 Server with the goal of being able to do a cold metal restore should the linux box fail. I am looking for something that I can schedule to do a full backup and has a restore utility built into it.</p> <p>Thanks --JC</p>enFri, 08 May 2015 07:10:46 -0400Answer by Darenhadreyhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3533<p>You are utilize Samba since the transport-I recommend using tar to create the actual back-up. Tar will certainly honor the actual symlinks and store the permissions too.</p> <p><a href="http://4k.com/monitor">Source</a></p>DarenhadreyFri, 08 May 2015 07:10:46 -0400http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3533Answer by josegoldsteinhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3481<p>Could any one please suggest me is there any option to create a program for an online <a href="http://essaysthatwins.com/">essay writing service</a> website using linux/unix</p>josegoldsteinSat, 31 Jan 2015 05:41:07 -0500http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3481Answer by RuaisLampSiloghttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3076<p>I would suggest that since this is VM, and asuming the host is linux/unix you can simply dd the VM disks to an SMB share on the windows box. There is no easier bare metal restore than dd the image back. There also no option for incremental backup. Regards</p>RuaisLampSilogFri, 15 Mar 2013 01:51:42 -0400http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3076Answer by Ronhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3056<p>CrashPlan will work. there's lots of ways to do it. rsnapshot, rsync, etc.</p>RonSun, 03 Mar 2013 20:05:39 -0500http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/3056Answer by Jonquilhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/2909<p>Deja Dup is capable of backing up over Samba, as is BackupPC. Additionally you can create a script that connects to Samba and backs up the specified directory, and you can set up crontab to do it automatically after a certain specified time frame has passed. Here's a link that describes one way of doing that: <a href="http://www.xjonquilx.net/2012/07/how-to-backup-your-files-over-smb-in.html">http://www.xjonquilx.net/2012/07/how-to-backup-your-files-over-smb-in.html</a></p>JonquilTue, 31 Jul 2012 22:49:41 -0400http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/2909Comment by rfelsburg on JC's questionhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server#2609<p>Please accept an answer, or provide more details on what you're looking for.</p>rfelsburgTue, 14 Jun 2011 11:44:47 -0400http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server#2609Answer by SiegeXhttp://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/370<p>My personal favorite tool for backing up is <code>rsnapshot</code>, with that you can have many many snapshots at different intervals and not take up much space due to it's use of hardlinks for files that didn't change from snapshot-to-snapshot. I have mine set to do daily snapshots and backup to my NAS, although I could have just as easily backed up to my windows box if I used something like samba to mount a share folder. However, <code>rsnapshot</code> doesn't really 'image' the drive which is what you seem to be looking for. </p> <p>For imaging, it doesn't get much better than <code>Acronis True Image</code>. The home version comes with the ability to create a boot CD that allows you to do a full and/or incremental image of a drive and/or partition (including MBR). However, if you want to get automated, I believe you would have to look at the much more expensive enterprise edition.</p> <p>One last suggestion would be to look at <code>bacula</code>, last I looked that free program does everything under the sun but I have no personal experience using it but it just might be the answer you're looking for.</p>SiegeXFri, 07 May 2010 16:01:47 -0400http://linuxexchange.org/questions/363/backup-my-linux-box-to-a-windows-server/370