aboutsummaryrefslogtreecommitdiffstats
path: root/server.conf
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-03-09 21:10:26 -0500
committerBrian Cully <bjc@kublai.com>2022-03-09 21:37:48 -0500
commit720864f2a76d4ee3ed75cb99298b8e94c01f1b29 (patch)
tree7a163efe3d699725a9e9dd2c17aebaa6a6feadc7 /server.conf
downloadticra-main.tar.gz
ticra-main.zip
Here’s some old code of mine for a backup system from c. 2000.HEADmain
I used to really hate AMANDA.
Diffstat (limited to 'server.conf')
-rw-r--r--server.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/server.conf b/server.conf
new file mode 100644
index 0000000..eb944c7
--- /dev/null
+++ b/server.conf
@@ -0,0 +1,24 @@
+# $Id: server.conf,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $
+
+# To whom mail should go.
+manager shmit@erols.com
+
+# Where to log informational and error messages.
+logdir /home/shmit/src/ticra/logs
+infolog -
+errorlog -
+
+# How many seconds to wait on a connection before giving up.
+timeout 10
+
+# List of machines to backup.
+hostlist hostlist
+
+# Where dumps will be spooled before being dumped to tape.
+spooldir /var/holding
+spoolsize 50
+
+# The tape device on which to dump.
+tapedev /dev/nrst0
+tapesize 50
+labelstr TEST00