Redo Backup and Recovery
From ERPXE Wiki
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Redo Backup and Recovery 1.0.3 http://redobackup.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Redo Backup and Recovery
- Version: 1.0.3
- Official website: http://redobackup.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Redo_Backup_and_Recovery
- Download: http://www.erpxe.com/downloads
Plugin type
Redo Backup and Recovery | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
Redo Backup and Recovery | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Redo Backup and Recovery is free backup and disaster recovery software.
It runs from a bootable Linux CD image, features a GUI, and is capable of bare-metal backup and recovery of disk partitions.
It can use external hard drives and network shares.
Linux Installation Instructions
Download redobackup103-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract redobackup103-XXX.tar.gz file:
tar -xvzf redobackup103-XXX.tar.gz
Download Redo Backup and Recovery 1.0.3 ISO Latest Version to /mnt/ :
http://redobackup.org/download.php
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/redobackup-livecd-1.0.3.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/redobackup/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/redobackup/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/redobackup/casper/
Verify files with filelist.txt in each folder.
All Done!