Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adlerweb/ralus-arch
Backup Exec Remote Agent for Linux and Unix Servers - Arch Linux PKGBUILD
https://github.com/adlerweb/ralus-arch
Last synced: about 6 hours ago
JSON representation
Backup Exec Remote Agent for Linux and Unix Servers - Arch Linux PKGBUILD
- Host: GitHub
- URL: https://github.com/adlerweb/ralus-arch
- Owner: adlerweb
- Created: 2013-10-31T12:09:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T12:31:03.000Z (almost 10 years ago)
- Last Synced: 2024-06-12T17:56:49.129Z (5 months ago)
- Language: Shell
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RALUS-arch
RALUS (Remote Agent for Linux and UNIX Servers) is part of Symantec Backup Exec. It allows backing up linux and unix systems. RALUS officially only supports several enterprise linux distributions. This PKGBUILD should help to get RALUS working on arch linux systems. Its tested only on 64Bit for version 14.0.1798-0, however it should be easy to adopt to 32Bit or other versions.
# Where to get the installation files
To get the file follow this procedure:
1. Get the Backup Exec ISO or a installation medium
2. Unpack RALUS_RMALS_RAMS-1798.17.tar.gz (LinuxUnixMac-Subdirectory)
3. if x86 -> Unpack VRTSralus.tar.gz from \pkgs\Linux\
4. if x86_64 -> Unpack VRTSralus.tar.gz from \RALUS64\pkgs\Linux\
4. copy VRTSralus*.rpm to your source directory# Warning
This PKGBUILD includes a binary hack to allow RALUS to work on linux kernel <=3 - like the whole script: Use at your own risk!# Thanks To
* http://blog.redweb.at/2012/08/howto-backupexec-2012-linux-agent-and-kernel-3-0-debian/
* http://www.css.washington.edu/wiki/BackupExec_on_Debian
* Philip Weber (Kernel 3.x patch guide)
* Jeremie (Automated patching)