<?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: Ignore NFS mounted filesystems with dump in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009874#M5375</link>
    <description>Hi,&lt;BR /&gt;As far I know, dump command will backup only the file system you gave, it don't cross mount point. So if you need to dump the entire system you should do multiple dump. One for each file system you want to backup.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Jun 2003 12:36:21 GMT</pubDate>
    <dc:creator>Bruno Vidal</dc:creator>
    <dc:date>2003-06-27T12:36:21Z</dc:date>
    <item>
      <title>Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009873#M5374</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm doing a dump of the Linux server with the following command..&lt;BR /&gt;&lt;BR /&gt;dump -0u -f /dev/nst0 /&lt;BR /&gt;&lt;BR /&gt;This will backup everything under root. Will this ignore NFS mounted filesystems or how can I specify to ignore NFS mounted filesystems. Any help is greatly appreciated and points will be assigned.</description>
      <pubDate>Fri, 27 Jun 2003 12:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009873#M5374</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-06-27T12:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009874#M5375</link>
      <description>Hi,&lt;BR /&gt;As far I know, dump command will backup only the file system you gave, it don't cross mount point. So if you need to dump the entire system you should do multiple dump. One for each file system you want to backup.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 12:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009874#M5375</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-06-27T12:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009875#M5376</link>
      <description>Just wondering, how are you planning to restore this data if its a backup?&lt;BR /&gt;&lt;BR /&gt;I think that command will ignore NFS mountpoints.  To be sure, umount them before running the command.&lt;BR /&gt;&lt;BR /&gt;This isn't a disaster recovery plan is it?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 27 Jun 2003 13:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009875#M5376</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-27T13:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009876#M5377</link>
      <description>Yes, we will be doing a restore sooner or later. For now, I just want to backup the system. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 13:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009876#M5377</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-06-27T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009877#M5378</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Dump will backup only mount point that you give&lt;BR /&gt;if you will have under other mounts they will&lt;BR /&gt;ignored.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 27 Jun 2003 13:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009877#M5378</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-27T13:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore NFS mounted filesystems with dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009878#M5379</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;How about a devious way ? ... keeps your cpu busy&lt;BR /&gt;&lt;BR /&gt;I use dump/restore on my linux's for backup&lt;BR /&gt;&lt;BR /&gt;When I was testing my various procedures I sometime used this method...&lt;BR /&gt;&lt;BR /&gt;/sbin/dump -0 -f /dev/null /&lt;BR /&gt;&lt;BR /&gt;this will dump to no where but does give you some informations in return and it is fast..&lt;BR /&gt;&lt;BR /&gt;It will tell you if nfs is backup or not, I do not use nfs.&lt;BR /&gt;&lt;BR /&gt;I think It will be ignore if the 5 field in /etc/fstab is 0&lt;BR /&gt;&lt;BR /&gt;ex: of ignored's &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/fd0        /mnt/floppy     auto            noauto,owner            0 0&lt;BR /&gt;none            /proc           proc            defaults                0 0&lt;BR /&gt;none            /dev/shm        tmpfs           defaults                0 0&lt;BR /&gt;&lt;BR /&gt;I am prudent,I always try to test in a none production enviroment first.&lt;BR /&gt;&lt;BR /&gt;I hope this will be of some help to you.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2003 11:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ignore-nfs-mounted-filesystems-with-dump/m-p/3009878#M5379</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-06-28T11:19:48Z</dc:date>
    </item>
  </channel>
</rss>

