- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Redhat Linux server "Clone/Mirror/Backup", HOW ?
Operating System - Linux
1822036
Members
3450
Online
109639
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО06-28-2002 01:15 AM
тАО06-28-2002 01:15 AM
Redhat Linux server "Clone/Mirror/Backup", HOW ?
We are using Redhat linux server with PHP,MYSQL. Now I want to Clone all the data in to another HDD (Clone or Mirror). I can do a archive by using "TAR" command, But I want to do this without shut down the database. Now the HDD already connected to our machine. IS IT POSSIBLE VIRTUALLY DO A BACKUP WITHOUT SHUTDOWN ANYTHING ? WHAT THE BEST WAY OR COMMAND TO DO THIS ?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 02:26 AM
тАО06-28-2002 02:26 AM
Re: Redhat Linux server "Clone/Mirror/Backup", HOW ?
If the logical geometry of both disks is the same concerning the numbers of heads and sectors, and the number of cylinders on the target disk is equal or greater than on the source (check it all in fdisk), then I would try dd, e.g.:
dd if=/dev/hda of=/dev/hdb bs=xxxxx
xxxxx being the number of sectors times 512.
dd if=/dev/hda of=/dev/hdb bs=xxxxx
xxxxx being the number of sectors times 512.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2002 06:24 AM
тАО07-01-2002 06:24 AM
Re: Redhat Linux server "Clone/Mirror/Backup", HOW ?
Hi, without shutting down the DB you cannot garanty the integrity of the data. If you don't want to shutdown anything there are agents, for example from Veritas Netbackup, that do online backups, but are expensive. The other way is to shutdown the database, do a "mirror", broke the mirror, restart the DB and do the backup of the mirror created.
Do it today, don't leave for tomorrow
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP