From c4cf0729b6f7b5ba3f35eeb6f36f9b9fa7e67033 Mon Sep 17 00:00:00 2001 From: gospodar Date: Fri, 10 Feb 2023 21:25:38 +0100 Subject: [PATCH] ReadMe formatting --- README.MD | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/README.MD b/README.MD index e3ce1d3..69603a8 100644 --- a/README.MD +++ b/README.MD @@ -17,28 +17,28 @@ See the table below for configuration options -|Name |Value |Specifics | +|Name |Value |Specifics | |----------------|-------------------------------|-----------------------------| -|Enabled|true/false |Disable the main function | -|www_backup|true/false |Backup of webroot directory | -|www_dir|------> |Path to webroot | -|vhost_backup|true/false |Backup of vhost configuration | -|vhost_dir |------> | Path to vhost files | -|log_backup |true/false |Backup log files | -|log_backup_web |true/false |Backup web app logs | -|apache |true/false |Enable Apache logs | -|nginx |true/false |Enable nginx logs | -|fail2ban_log |true/false |Enable fail2ban logs | -|log_purge |true/false |Truncate logs after backup | -|rsync_push |true/false |Push the backup file to remote server | -|push_clean |true/false |Delete the backup file after push | -|target_host |------> |Backup push target host | -|target_user |------> |Backup push target username | -|target_key |------> | Backup target ssh key | -|docker_enable |true/false |Enable Docker backups | -|docker_images |true/false |Backup Docker images | -|docker_volumes |true/false |Backup Docker volumes | -|docker_data |true/false |Backup container information | +|Enabled |true/false |Disable the main function | +|www_backup |true/false |Backup of webroot directory | +|www_dir |------> |Path to webroot | +|vhost_backup |true/false |Backup of vhost configuration| +|vhost_dir |------> |Path to vhost files | +|log_backup |true/false |Backup log files | +|log_backup_web |true/false |Backup web app logs | +|apache |true/false |Enable Apache logs | +|nginx |true/false |Enable nginx logs | +|fail2ban_log |true/false |Enable fail2ban logs | +|log_purge |true/false |Truncate logs after backup | +|rsync_push |true/false |Push the backup file to remote server| +|push_clean |true/false |Delete the backup file after push| +|target_host |------> |Backup push target host | +|target_user |------> |Backup push target username | +|target_key |------> |Backup target ssh key | +|docker_enable |true/false |Enable Docker backups | +|docker_images |true/false |Backup Docker images | +|docker_volumes |true/false |Backup Docker volumes | +|docker_data |true/false |Backup container information | @@ -53,3 +53,4 @@ See the table below for configuration options - [ ] Automatic adjustments per system - [ ] MySQL backups - [ ] PostgreSQL backups + - [ ] Cover more system logs