Mondo Rescue 2.2.5 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mondo Rescue 2.2.5 (Stable branch)
# 1  
Old 03-26-2008
Mondo Rescue 2.2.5 (Stable branch)

Image Mondo Rescue archives Linux and Lin/Win sytems to tapes or CDs, which may be used to restore some or all of your OS and data in the event of catastrophic data loss. The emphasis is on stability and ease of use. Currently, ext2, ext3, (v)fat, minix, ReiserFS, XFS, and JFS filesystems are supported, as are RAID and LVM. License: GNU General Public License (GPL) Changes:
USB key/disk support was added. Initial Itanium support (RHEL) was added. Ubuntu 7.10 support was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

How to create mondo backup for size > 4.5 GB

Hello Friends, I use mondoarchive to take a bootable backup of my system on a DVD. But whenever there are large files on the system, i.e. the size of the entire backup increases beyond 4.5 GB, the mondoarchive utility does not take any backup. This is quite obvious because the size of DVD is... (1 Reply)
Discussion started by: shamik
1 Replies

2. Linux

HELP! Problems with Mondo Archiver

I'm running Centos 5 and have compiled the latest and greatest version of Mondo Archiver. I can run the back up manually by just running mondoarchiver with no arguments and answering all of the questions. My problem is that when I try to run it from a batch file so I can use run it... (0 Replies)
Discussion started by: wpflum
0 Replies

3. SuSE

Linux/Ubuntu Mondo/Mindi question, please help...

I am not very good with Linux/Ubuntu (I'm a newbie) but I will explain my problem as best I can and I hope someone can help me. I have an Ubuntu Server, version 6.10 and installed on it is a Postgresql database which I have about 100 remote clients constantly accessing it (sending and... (8 Replies)
Discussion started by: needhelpplease
8 Replies
Login or Register to Ask a Question
ARCHPATH(1)						      General Commands Manual						       ARCHPATH(1)

NAME
archpath - output arch (tla/Bazaar) archive names, with support for branches SYNOPSIS
archpath archpath branch archpath branch--version DESCRIPTION
archpath is intended to be run in an arch (tla or Bazaar) working copy. In its simplest usage, archpath with no parameters outputs the package name (archive/category--branch--version) associated with the working copy. If a parameter is given, it may either be a branch--version, in which case archpath will output a corresponding package name in the current archive and category, or a plain branch name (without '--"), in which case archpath will output a corresponding package name in the current archive and category and with the same version as the current working copy. This is useful for branching. For example, if you're using Bazaar and you want to create a branch for a new feature, you might use a com- mand like this: baz branch $(archpath) $(archpath new-feature) Or if you want to tag your current code onto a 'releases' branch as version 1.0, you might use a command like this: baz branch $(archpath) $(archpath releases--1.0) That's much easier than using 'baz tree-version' to look up the package name and manually modifying the result. AUTHOR
archpath was written by Colin Watson <cjwatson@debian.org>. Like archpath, this manual page is released under the GNU General Public License, version 2 or later. DEBIAN
Debian Utilities ARCHPATH(1)