Skip to content

Commit

Permalink
Merge pull request #308 from rear/rear-1.15
Browse files Browse the repository at this point in the history
updating BACKUP supported stuff
  • Loading branch information
gdha committed Oct 2, 2013
2 parents bc890ca + 795f430 commit 3def134
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 27 deletions.
3 changes: 2 additions & 1 deletion doc/user-guide/01-introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ flexibility to be used for complex system migrations.
Currently Relax-and-Recover supports various boot media (incl. ISO, PXE,
OBDR tape, USB or eSATA storage), a variety of network protocols (incl.
sftp, ftp, http, nfs, cifs) as well as a multitude of backup strategies
(incl. IBM TSM, HP DataProtector, Symantec NetBackup, Bacula, rsync).
(incl. IBM TSM, HP DataProtector, Symantec NetBackup, EMC NetWorker [Legato],
Bacula, Bareos, rsync).

Relax-and-Recover was designed to be easy to set up, requires no maintenance
and is there to assist when disaster strikes. Its setup-and-forget nature
Expand Down
6 changes: 6 additions & 0 deletions doc/user-guide/03-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,15 @@ Use HP DataProtector programs
BACKUP=NBU::
Use Symantec NetBackup programs

BACKUP=NSR::
Use EMC NetWorker (Legato)

BACKUP=BACULA::
Use Bacula programs

BACKUP=BAREOS::
Use Bareos fork of Bacula

BACKUP=GALAXY::
Use CommVault Galaxy (5, probably 6)

Expand Down
39 changes: 13 additions & 26 deletions doc/user-guide/09-design-concepts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,20 @@ The configuration must define the +BACKUP+ and +OUTPUT+ methods. Valid choices a

|====
|NAME | TYPE | Description | Implement in Phase
|NFS | BACKUP | Copy files to NFS share | 1
|TAPE | BACKUP | Copy files to tape(s) | 2
|CDROM | BACKUP | Copy files to CD/DVD | 2
|NSR | BACKUP | Use Legato Networker | 1
|TSM | BACKUP | Use Tivoli Storage Manager | 1
|NFS | BACKUP | Copy files to NFS share | done
|TAPE | BACKUP | Copy files to tape(s) | done
|CDROM | BACKUP | Copy files to CD/DVD | to be sponsored
|NSR | BACKUP | Use Legato Networker | done
|TSM | BACKUP | Use Tivoli Storage Manager | done
|DP | BACKUP | Use HP DataProtector | done
|NBU | BACKUP | Use Symantec NetBackup | done
|BACULA | BACKUP | Use Bacula | done
|BAREOS | BACKUP | Use fork of Bacula | done
| | | |
|CDROM | OUTPUT | Write result to CD/DVD | 2
|OBDR | OUTPUT | Create OBDR Tape | 2
|PXE | OUTPUT | Create PXE bootable files on TFTP server | 1
|USB | OUTPUT | Create bootable USB device | 2
|ISO | OUTPUT | Write result to ISO9660 image | done
|OBDR | OUTPUT | Create OBDR Tape | done
|PXE | OUTPUT | Create PXE bootable files on TFTP server | done
|USB | OUTPUT | Create bootable USB device | done
|====

== Workflow – Recovery
Expand Down Expand Up @@ -248,21 +252,4 @@ RO means that the framework manages this variable and modules and methods should
- Cut the overhead – less is better
- Less choices (=> less errors)

=== Config

- Small user config in /etc/ for personal settings

- Split out the old Config.sh file into a config directory with sub-directories for ARCH
and Ostype (without sub-dirs is also possible)

=== Phase 1

- Drop initrd and rootfs in favour of one big initrd (better for PXE and OBDR)
- Limit the filesystem list to (c)ramfs, ext2, initramfs
- No floppy support
- Use modular structure with e.g. nr. (like you propose sounds feasable)

=== Phase 2

- Do everything we didn't manage in Phase 1

0 comments on commit 3def134

Please sign in to comment.