Results 1 to 2 of 2
Anyone recommend a backup solution for SLES 9 (SuSE 9) machines? We use Arcserve for all our NetWare and Windows machines so I could buy the Arcserve modules, but I ...
- 11-14-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- UK
- Posts
- 67
Idiots backup solution?
Anyone recommend a backup solution for SLES 9 (SuSE 9) machines? We use Arcserve for all our NetWare and Windows machines so I could buy the Arcserve modules, but I have a couple of spare HP DAT drives and some DLT drives so if there is any easy to configure (by a GUI so any of the IT Dept can use it) I'll try that....
TIA, Nik
- 11-16-2005 #2Just Joined!
- Join Date
- Nov 2005
- Location
- /home/eclipse
- Posts
- 18
a little solution
i recommend make a little .perl and .sh scripts to make a efficently backup method, like this shell script to backup the .SQL from mySQL files.
Code:#!/bin/bash cd /home/vanguard/sql echo "USE vanguard_st" > backup.sql mysqldump --host=localhost --user=vanguard_cms --password=nibhci --opt vanguard_st >> backup.sql


Reply With Quote