r157@klaxLaptop: klax | 2005-10-07 12:28:46 +0200
[BackupPC.git] / conf / config.pl
index b1b871b..917d6c7 100644 (file)
@@ -1759,4 +1759,13 @@ $Conf{HyperEstraierIndex} = 'http://localhost:1978/node/backuppc';
 # temp directory for storing gzip and iso files when createing iso images
 #
 $Conf{GzipTempDir} = 'temp';
+
+#
+# schema for naming snapshot gzips 
+#
 $Conf{GzipSchema} = '\h_\s_\n.tar.gz';
+
+#
+# archive media size (in kb)
+#
+$Conf{MaxArchiveSize} = 4505600;