diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-01 23:31:29 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-01 23:31:29 +0000 |
commit | 134007004194c8036204bb5a655e77133351bf55 (patch) | |
tree | 0307632d15c763fc74a5508c04c5790fccec8f6f /sysutils/be_agent/files/config_example | |
parent | - Update to 5.0.53. (diff) |
- Add be_agent, the Veritas Backup Exec (tm) UNIX Agent.
PR: ports/81420
Submitted by: Tony Shadwick <numbski@hksilver.net>
Diffstat (limited to 'sysutils/be_agent/files/config_example')
-rw-r--r-- | sysutils/be_agent/files/config_example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/be_agent/files/config_example b/sysutils/be_agent/files/config_example new file mode 100644 index 000000000000..6ae5637e4102 --- /dev/null +++ b/sysutils/be_agent/files/config_example @@ -0,0 +1,16 @@ +# +# +# Below is an example configuration. Please use your real hostname. The +# field 'force_address' is only needed if your machine has multiple +# network interfaces and you wish to force it to use a specific one. +# +# name myhostname.mydomainname.com +# force_address 192.168.1.2 +# export /home/myusername as myhome +# tell my_backup_exec_server_hostname +# tell_interval 30 +# +# +# The following are directories tht are excluded from all backups. +exclude_dir /dev +exclude_dir /proc |