diff --git a/inc_config.sh.dist b/inc_config.sh.dist index 1c363af360e4f9857261dba4063ea13714a9526c..3bbc0be898b965105083105b328d4f7640673bfa 100644 --- a/inc_config.sh.dist +++ b/inc_config.sh.dist @@ -2,21 +2,19 @@ # # IML BACKUP STORAGE HELPER :: CONFIG # -# !!!DO NOT EDIT ON SERVER!!! -# This file was generated by Puppet. -# -# ---------------------------------------------------------------------- -# -# # ====================================================================== # max count of simultanous connections; 0 is unlimited typeset -i iMaxConnections=10 typeset -i iConnections + # directory with backup data sBackupBasedir="/netshare/one-backup" + # where to store current connections sConncectionDir="$sBackupBasedir/_active" + + # log sLogdir="/opt/imlbackup/server/" sLogfile="$sLogdir/connections.log" diff --git a/log/.keep b/log/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391