<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic linux server for windows backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118290#M31081</link>
    <description>I'm looking for the good solution for creating windows backups using linux server.&lt;BR /&gt;I did before one time with linux Gentoo 2007, and it was going great, backups were done perfectly, but when I copy back files to windows machine i was unable to open them and change the permissions for those files.&lt;BR /&gt;If someone have some good suggestions or solutions, heat me please.&lt;BR /&gt;Thank you.</description>
    <pubDate>Tue, 18 Dec 2007 16:00:36 GMT</pubDate>
    <dc:creator>kabucek</dc:creator>
    <dc:date>2007-12-18T16:00:36Z</dc:date>
    <item>
      <title>linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118290#M31081</link>
      <description>I'm looking for the good solution for creating windows backups using linux server.&lt;BR /&gt;I did before one time with linux Gentoo 2007, and it was going great, backups were done perfectly, but when I copy back files to windows machine i was unable to open them and change the permissions for those files.&lt;BR /&gt;If someone have some good suggestions or solutions, heat me please.&lt;BR /&gt;Thank you.</description>
      <pubDate>Tue, 18 Dec 2007 16:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118290#M31081</guid>
      <dc:creator>kabucek</dc:creator>
      <dc:date>2007-12-18T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118291#M31082</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;All Linux systems ship with a Samba client.&lt;BR /&gt;&lt;BR /&gt;Therefore it is pretty easy to use smbclient or cifsclient or smbmount or cifsmount to mount the windows file system and then copy data to Linux, even tar to tape.&lt;BR /&gt;&lt;BR /&gt;Also possible if you have a windows based sshd server (open ssh) you can merely scp -rp all desired files from Windows to Linux and then tar or otherwise transport the files off system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Dec 2007 19:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118291#M31082</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-12-18T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118292#M31083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   You Can create windows backup with the help of amanda backup utility(Opensource) or thru veritas(Licenssed).&lt;BR /&gt;   As per Steven u can mount the windows partition to linux thru smbfs or cifs.and then change the permission of the file as per your access requirement.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Palani&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2007 02:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118292#M31083</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-12-19T02:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118293#M31084</link>
      <description>I like backuppc.  It does a good job of efficient scheduled backups.  It can use a variety of access mechanisms to pull data from linux and windows clients, including samba and rsync.  It has a web interface that makes it easy to see what systems have and have not been backed up recently.  And it will send email notification of backup problems.&lt;BR /&gt;&lt;BR /&gt;It can restore files either directly or by creating tar or zip files for selected data.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://backuppc.sourceforge.net/" target="_blank"&gt;http://backuppc.sourceforge.net/&lt;/A&gt;</description>
      <pubDate>Wed, 19 Dec 2007 03:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118293#M31084</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-12-19T03:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118294#M31085</link>
      <description>If you prefer to script your backups, you can install cwrsync and call it from a batch file in Windows scheduler.  It uses the rsync command and sees your C: drive as "/cygdrive/c".&lt;BR /&gt;&lt;A href="http://www.itefix.no" target="_blank"&gt;http://www.itefix.no&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2008 03:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118294#M31085</guid>
      <dc:creator>JHKCMO</dc:creator>
      <dc:date>2008-01-02T03:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: linux server for windows backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118295#M31086</link>
      <description>I use a product called Arkeia for backing up my linux and windows environments. Its very reliable, and also supports the use of product plugins for DR and hotbackup of apps like Oracle,Exchange,etc.</description>
      <pubDate>Wed, 02 Jan 2008 07:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-server-for-windows-backup/m-p/4118295#M31086</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2008-01-02T07:01:56Z</dc:date>
    </item>
  </channel>
</rss>

