hallo
hat schon jemand versucht mit dem Symantec Backup Exec for Windows Server den ganzen debian etch
zu backupen ?
wir haben Backup Exec Version 12.0
hat sich bewährt und welche sonst erfahrungen ?
gruss
ccc
backup debian mit dem Backup Exec
backup debian mit dem Backup Exec
Zuletzt geändert von ccc am 23.10.2008 14:42:08, insgesamt 1-mal geändert.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite
Re: backup debian mit dem Backup Exec
1.) Download the latest unix agent from http://fileconnect.symantec.com
Within the archive you should find two files: VRTSralus.tar.gz and VRTSvxmsa.tar.gz
2.) Extract the .gz files:
# tar -xvzf VRTSralus.tar.gz
# tar -xvzf VRTSvxmsa.tar.gz
3.) The install files are in .rpm format so you’ll need to use alien to convert them to .deb format.
First install alien:
# apt-get install alien
To convert, just run the commands (example is for build 7170):
# alien VRTSralus-11.00.7170-0.i386.rpm vrtsralus-11.00.7170-0.i386.deb
# alien VRTSvxmsa-4.4-021.i686.rpm vrtsvxmsa-4.4-021.i686.deb
4,) Install the files using dpkg:
# dpkg -i vrtsralus_11.00.7170-1_i386.deb
# dpkg -i vrtsvxmsa_4.4-22_i386.deb
5.) Create a group called beoper:
# addgroup beoper
6.) Add the root user to the group:
# adduser root beoper
7.) Install the libstdc++2.10-glibc2.2 package:
# apt-get install libstdc++5
8.) symbolic link erstellen:
# ln -s /opt/VRTSralus/bin/VRTSralus.init /etc/init.d
Within the archive you should find two files: VRTSralus.tar.gz and VRTSvxmsa.tar.gz
2.) Extract the .gz files:
# tar -xvzf VRTSralus.tar.gz
# tar -xvzf VRTSvxmsa.tar.gz
3.) The install files are in .rpm format so you’ll need to use alien to convert them to .deb format.
First install alien:
# apt-get install alien
To convert, just run the commands (example is for build 7170):
# alien VRTSralus-11.00.7170-0.i386.rpm vrtsralus-11.00.7170-0.i386.deb
# alien VRTSvxmsa-4.4-021.i686.rpm vrtsvxmsa-4.4-021.i686.deb
4,) Install the files using dpkg:
# dpkg -i vrtsralus_11.00.7170-1_i386.deb
# dpkg -i vrtsvxmsa_4.4-22_i386.deb
5.) Create a group called beoper:
# addgroup beoper
6.) Add the root user to the group:
# adduser root beoper
7.) Install the libstdc++2.10-glibc2.2 package:
# apt-get install libstdc++5
8.) symbolic link erstellen:
# ln -s /opt/VRTSralus/bin/VRTSralus.init /etc/init.d
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite