diff --git a/.env.example b/.env.example index 5ddd711..26af6d9 100644 --- a/.env.example +++ b/.env.example @@ -43,7 +43,7 @@ # Set the cron backup time. Default is to run daily at 6am. # Set it to "disable" to disable automated backups -OTRS_BACKUP_TIME="0 6 * * *" +#OTRS_BACKUP_TIME="0 4 * * *" # Change the backup script that gets called from cron #OTRS_CRON_BACKUP_SCRIPT="/etc/cron.d/otrs_backup_custom" @@ -52,7 +52,7 @@ OTRS_BACKUP_TIME="0 6 * * *" #OTRS_ARTICLE_STORAGE_TYPE=ArticleStorageDB # Set the backup type (fullbackup|nofullbackup|dbonly). Default is full backup. -OTRS_BACKUP_TYPE="fullbackup" +#OTRS_BACKUP_TYPE="fullbackup" # Set the backup compression method (gzip|bzip2). Default is gzip format. #OTRS_BACKUP_COMRESSION="gzip"