add config for backupDir

This commit is contained in:
Uwe Steinmann 2018-03-14 10:14:48 +01:00
parent 3026d98d65
commit 8cfeb0f617

View File

@ -89,6 +89,7 @@
- partitionSize: size of chunk uploaded by jumploader - partitionSize: size of chunk uploaded by jumploader
- dropFolderDir: where files for document upload are located - dropFolderDir: where files for document upload are located
- cacheDir: where the preview images are saved - cacheDir: where the preview images are saved
- backupDir: where the backups are saved
--> -->
<server <server
rootDir = "" rootDir = ""
@ -102,6 +103,7 @@
partitionSize = "2000000" partitionSize = "2000000"
dropFolderDir = "" dropFolderDir = ""
cacheDir = "" cacheDir = ""
backupDir = ""
/> />
<!-- <!--
- enableGuestLogin: If you want anybody to login as guest, set the following line to true - enableGuestLogin: If you want anybody to login as guest, set the following line to true