<?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 Re: linux and unix backup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360888#M70634</link>
    <description>You can use 'tar' or 'dumb' to take the backup.There are lots of  backup sloutions available for Linux.Like veritas and Arcserve&lt;BR /&gt;&lt;BR /&gt;tar -cvf &lt;SOURCE file=""&gt; &lt;DESTINATION&gt;&lt;BR /&gt;this is the simplest way.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;/DESTINATION&gt;&lt;/SOURCE&gt;</description>
    <pubDate>Mon, 23 Aug 2004 05:36:13 GMT</pubDate>
    <dc:creator>Sยภเl Kย๓คг</dc:creator>
    <dc:date>2004-08-23T05:36:13Z</dc:date>
    <item>
      <title>linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360885#M70631</link>
      <description>give me the linux and unix backup command and full path of backup. how you take the linux backup. send the message in my email id&lt;BR /&gt;tyagi_net123@rediffmail.com&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 03:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360885#M70631</guid>
      <dc:creator>harish tyagi</dc:creator>
      <dc:date>2004-08-19T03:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360886#M70632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what about to assign points to your responses?&lt;BR /&gt;&lt;BR /&gt;In this question, the command needed depends of what kind of backup you need.&lt;BR /&gt;&lt;BR /&gt;One common command could be the command tar.&lt;BR /&gt;&lt;BR /&gt;to make a backup:&lt;BR /&gt;tar cvf backup_file files_to_backup&lt;BR /&gt;&lt;BR /&gt;to restore it:&lt;BR /&gt;tar xvf backup_file &lt;BR /&gt;&lt;BR /&gt;to list it:&lt;BR /&gt;tar tvf backup_file&lt;BR /&gt;&lt;BR /&gt;The full path depends of your operating system, in my linux box the thar command is:&lt;BR /&gt;/bin/tar&lt;BR /&gt;&lt;BR /&gt;you can find it with the command:&lt;BR /&gt;which tar&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Thu, 19 Aug 2004 07:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360886#M70632</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-08-19T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360887#M70633</link>
      <description>"dump" works great for linux.&lt;BR /&gt;&lt;BR /&gt;Response will be sent here ;-).</description>
      <pubDate>Thu, 19 Aug 2004 09:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360887#M70633</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-08-19T09:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360888#M70634</link>
      <description>You can use 'tar' or 'dumb' to take the backup.There are lots of  backup sloutions available for Linux.Like veritas and Arcserve&lt;BR /&gt;&lt;BR /&gt;tar -cvf &lt;SOURCE file=""&gt; &lt;DESTINATION&gt;&lt;BR /&gt;this is the simplest way.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK&lt;/DESTINATION&gt;&lt;/SOURCE&gt;</description>
      <pubDate>Mon, 23 Aug 2004 05:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360888#M70634</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-08-23T05:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360889#M70635</link>
      <description>for Linux also take a look at next url:&lt;BR /&gt;&lt;A href="http://www.systemimager.org/" target="_blank"&gt;http://www.systemimager.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 23 Aug 2004 07:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360889#M70635</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-08-23T07:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: linux and unix backup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360890#M70636</link>
      <description>We can use tar to archive all files / diretories to backup. And more we can use zip's of zip / gunzip / bunzip2 format to zip the files more.&lt;BR /&gt;&lt;BR /&gt;Examples:&lt;BR /&gt;&lt;BR /&gt; /home/test/tard/files/* &lt;BR /&gt;                ./test/*&lt;BR /&gt;&lt;BR /&gt; totally 100 files then,&lt;BR /&gt;&lt;BR /&gt; tar cvzf &lt;FILENAME&gt;&lt;EXT&gt; &lt;DIRECTORY&gt;&lt;BR /&gt; tar cvf &lt;FILENAME&gt;&lt;EXT&gt; &lt;DIRECTORY&gt;&lt;BR /&gt; bunzip2 &lt;FILENAME&gt;&lt;EXT&gt; to make bz2 format&lt;BR /&gt;&lt;BR /&gt; bz2 format is more better then gz or z formats&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;&lt;BR /&gt;  Forum members will not send mails presonally. All informations / discussions will be done on forums :)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;/EXT&gt;&lt;/FILENAME&gt;&lt;/DIRECTORY&gt;&lt;/EXT&gt;&lt;/FILENAME&gt;&lt;/DIRECTORY&gt;&lt;/EXT&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Mon, 23 Aug 2004 22:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-and-unix-backup/m-p/3360890#M70636</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-23T22:49:30Z</dc:date>
    </item>
  </channel>
</rss>

