- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Backup Linux
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
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
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
тАО07-08-2003 04:02 AM
тАО07-08-2003 04:02 AM
Does Arcserve have a Linux client?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 04:30 AM
тАО07-08-2003 04:30 AM
Re: Backup Linux
http://www.microwerks.net/~hugo/
Arcserve does exist for Linux, but you have to pay for it, as for Windows...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 05:02 AM
тАО07-08-2003 05:02 AM
Re: Backup Linux
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 05:13 AM
тАО07-08-2003 05:13 AM
Re: Backup Linux
Omniback has clients for backing up Linux on Intel based machines. We've been doing it for a long time. If you have Linux on other types of systems that Omniback can't talk to [mainframes, etc.], you can NFS mount the filesystems to a box that does have an Omniback client and get them backed up that way.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 06:34 AM
тАО07-08-2003 06:34 AM
Re: Backup Linux
I've used it for 5 years at home as my backup tool and also used it 'commercially' in my last job.
There is a 30-day demo of the Professional version available for download. There is also a free version available, see http://www.arkeia.com/arkeialight.html
The FAQ is here http://www.arkeia.com/arkeiafaq.html
The only thing I would point out is that if you have a lot (more than 100000) of files to backup, I would put the Arkeia 'database' on a separate disk.
HTH,
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 11:04 AM
тАО07-08-2003 11:04 AM
Re: Backup Linux
Use dump/restore tools, using fast backup tape like LTO or DLT.
Also you have omniback client for backup via
network on HPUX.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 11:14 AM
тАО07-08-2003 11:14 AM
Re: Backup Linux
I like the omniback idea, but can it restore the grub partition.
As far as data goes a cheap way to go is this:
A cron script swaps out the /etc/exports file with a different one that exports:
/ ro
read only.
Then it does exportfs -a(maybe not -a I forget)
On an HP-UX server say 10 minutes later(make sure the clocks are synched).
mount nfs linuxbox:/
Now fbackup can back up the entire Linux system.
There is an obvious security flaw there, and nfs needs to be patched up tight on both boxes. My solution has the advantage of costing nothing. Omniback is costly. fbackup is extremely reliable.
Also: I back up boot configuration as follows:
Boot to Windows 98 diskette(network enabled for Intel, otherwise attach a cdwr)
Norton Ghost
It takes very good disk images and is good for disaster recovery purposes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 07:46 AM
тАО07-10-2003 07:46 AM
Re: Backup Linux
We use Mondo for all production Linux Servers.
We will use the bootable backup functionality.
I may put a omniback client on these boxes soon, just for the case of an Enterprise Management for "normal" backup and restore.
I will always keep Mondo around for the same reasons we will always do Ignite backups on HP-UX.
If only one-button DR was as stable as Mondo and Ignite!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2003 12:37 PM
тАО07-11-2003 12:37 PM
Re: Backup Linux
You can use mindi and mondo that is like
ignite on the hpux (made backup and also restore).
Check for deep info:
http://koto.mynetix.de/gentoo/
Caesar