Testing log directory backup
[hcoop/domtool2.git] / configDefault / apache.cfg
index d7f90c3..7f6648a 100644 (file)
@@ -37,4 +37,10 @@ fun logDirOf version1 user =
                       user,
                       "/apache/log"]
 
+fun backupLogDirOf version1 =
+    if version1 then
+       "/afs/hcoop.net/common/etc/domtool/backup/apache/"
+    else
+       "/afs/hcoop.net/common/etc/domtool/backup/apache2/"
+
 end