<?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: LVM + reiserfs dump in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529288#M17211</link>
    <description>Reading some docs about reiserfs it doesn't have any dump utility, the only solution is gnu tar, the problem is speed, but it seems to be the only way :-(&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 22 Apr 2005 04:43:51 GMT</pubDate>
    <dc:creator>Bruno Cunha</dc:creator>
    <dc:date>2005-04-22T04:43:51Z</dc:date>
    <item>
      <title>LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529282#M17205</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;using LVM and reiserfs filesystem, need to make a dump to another fs, what's the best/most efficient way to do that ?&lt;BR /&gt;For example in Veritas volume manager/file system I use vxdump and vxrestore with good results.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 21 Apr 2005 05:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529282#M17205</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2005-04-21T05:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529283#M17206</link>
      <description>I know that LVM on linux can make snapshots of running logical volumes, and this could be useful to have a dump... but I never used this feature.&lt;BR /&gt;You can give a look at lvcreate man page.&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;Claudio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2005 07:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529283#M17206</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-04-21T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529284#M17207</link>
      <description>A dump to another filesystem? As in just a backup?&lt;BR /&gt;&lt;BR /&gt;Then just back it up as you would normally.. Tar.. CPIO.. or 3rd party tool.&lt;BR /&gt;&lt;BR /&gt;Or do you want to dump the entire LVM, as against individual filesystems on it?&lt;BR /&gt;&lt;BR /&gt;Are you trying to move the LVM from one partition or disk to another one?</description>
      <pubDate>Thu, 21 Apr 2005 07:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529284#M17207</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-21T07:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529285#M17208</link>
      <description>Thanks for the replys.&lt;BR /&gt;&lt;BR /&gt;The goal isn't to backup the filesystem, but to clone it and use it in another system.&lt;BR /&gt;&lt;BR /&gt;I will take a look at lvcreate.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Best Regards</description>
      <pubDate>Fri, 22 Apr 2005 04:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529285#M17208</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2005-04-22T04:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529286#M17209</link>
      <description>lvcreate doesn't work in this case. It can create only a snapshot of the original volume, and it's not possible to split the snapshot and use it in another system, and the snapshot is created in the same vg that the original volume. I need to create a copy of a file system to another vg, a lvm command will be good instead of dd or something like that.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Apr 2005 04:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529286#M17209</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2005-04-22T04:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529287#M17210</link>
      <description>To another volume group on the same physical machine?&lt;BR /&gt;&lt;BR /&gt;I think the LVM howto talks about how to do things like that..  I've never tried it to be honest.&lt;BR /&gt;&lt;BR /&gt;If all else fails, just lvcreate etc. etc. on the new vg, and do a standard backup/data transfer.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2005 04:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529287#M17210</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-22T04:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529288#M17211</link>
      <description>Reading some docs about reiserfs it doesn't have any dump utility, the only solution is gnu tar, the problem is speed, but it seems to be the only way :-(&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Apr 2005 04:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529288#M17211</guid>
      <dc:creator>Bruno Cunha</dc:creator>
      <dc:date>2005-04-22T04:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529289#M17212</link>
      <description>tar, cpio, backup edge, any standard backup tool tool do.</description>
      <pubDate>Fri, 22 Apr 2005 05:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529289#M17212</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-22T05:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM + reiserfs dump</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529290#M17213</link>
      <description>&amp;gt; the problem is speed&lt;BR /&gt;&lt;BR /&gt;I'm thinking about a shell script that creates a snapshot of the source logical volume (with lvcreate), copy the snapshot's logical volume to the destination logical volume with dd (and this is really fast between different harddisks, and you can copy to a logical volume located on a another volume group) and then destroys the snapshot.&lt;BR /&gt;It seems feasible to me.&lt;BR /&gt;&lt;BR /&gt;ciao,&lt;BR /&gt;Claudio</description>
      <pubDate>Fri, 22 Apr 2005 07:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-reiserfs-dump/m-p/3529290#M17213</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-04-22T07:53:09Z</dc:date>
    </item>
  </channel>
</rss>

