| UBT 1.3 © 1997-1998 Gilbert ROBERT |
| What this package is |
|---|
The Unix Backup Tool (UBT) is a tool written in Tcl/Tk and using Expect to control the interactive commands like dump. It allows to define automatically from templates descriptions the files system list to backup, and with a nice interface to change the options and follow the backup progress.
| How to get the package |
|---|
| How to install the package |
|---|
When you get the package type the following commands:
| Configuration |
|---|
Steps
| User's Guide |
|---|
| Options | Comments | Default |
|---|---|---|
| machines_to_backup | The machine list to backup Ex: sparc1,sparc2,sparc3,sun2,sun3 |
|
| backup_type | This is a file-system filter. If the file system name match this
option, it will be selected Ex: /export/home or home. - To match all file-system use the !all item. - To match all file-system excepted: Ex. !item1,item2. | !all |
| tape_prog | The path of tape control executable. | /usr/bin/mt |
| tape_prog_opts | The options of the tape control program. Ex: "-f" | "" |
| tape_after_action | The action the be execute after the backup has been performed:
Ex: "rew" | "" |
| tape_before_action | The action the be execute before the backup. Ex: "eom" | "" |
| operator | The operator to execute the commands | root |
| mach_todo_backup | The machine to do the backup | $hostname |
| options | The options of dump program. | 0ubsdf 126 18000 54000 |
| backup_wait | time in seconds to wait between backup | 10 |
| tape_device | Define the device of the tape installed on the $mach_todo_backup | /dev/rmt/0cn |
| loc_backup_prog | The path of the local backup program | /usr/local/bin/ubtdump |
| rem_backup_prog | The path of the remote backup program | /usr/local/bin/ubtdump |
| remote_shell | The path of the remote shell program | /usr/bin/rsh |
| mail_prog | The path of the mail program | /usr/bin/mail |
| mail_to | User to be contacted when the backup is done | $USER environment variable |
| Incremental Backup |
|---|
| Bugs or Suggestions |
|---|
| Copyright |
|---|
UBT - Unix Backup Tool
Copyright © 1997-1998 Gilbert ROBERT
@version 1.3 Released 07-27-98
This package is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
A copy of the GNU Library General Public License is also available on the world-wide-web at the MIT
| Contact | |
|---|---|
| Name | Gilbert ROBERT |
| Gilbert.Robert@issco.unige.ch | |
| WWW | Home Page |
Please don't hesitate to contact me if you have any suggestions or
comments.