- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LVM + reiserfs dump
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 10:55 PM
04-20-2005 10:55 PM
LVM + reiserfs dump
using LVM and reiserfs filesystem, need to make a dump to another fs, what's the best/most efficient way to do that ?
For example in Veritas volume manager/file system I use vxdump and vxrestore with good results.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 12:22 AM
04-21-2005 12:22 AM
Re: LVM + reiserfs dump
You can give a look at lvcreate man page.
ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 12:42 AM
04-21-2005 12:42 AM
Re: LVM + reiserfs dump
Then just back it up as you would normally.. Tar.. CPIO.. or 3rd party tool.
Or do you want to dump the entire LVM, as against individual filesystems on it?
Are you trying to move the LVM from one partition or disk to another one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:01 PM
04-21-2005 09:01 PM
Re: LVM + reiserfs dump
The goal isn't to backup the filesystem, but to clone it and use it in another system.
I will take a look at lvcreate.
Thanks
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:20 PM
04-21-2005 09:20 PM
Re: LVM + reiserfs dump
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:28 PM
04-21-2005 09:28 PM
Re: LVM + reiserfs dump
I think the LVM howto talks about how to do things like that.. I've never tried it to be honest.
If all else fails, just lvcreate etc. etc. on the new vg, and do a standard backup/data transfer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 09:43 PM
04-21-2005 09:43 PM
Re: LVM + reiserfs dump
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 10:00 PM
04-21-2005 10:00 PM
Re: LVM + reiserfs dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 12:53 AM
04-22-2005 12:53 AM
Re: LVM + reiserfs dump
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.
It seems feasible to me.
ciao,
Claudio