From 8044093efc3a0ac7e31e360a295ede0f25a37fc6 Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev <90725813+PavelMXFox@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:17:12 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 916b164..c7a8755 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,29 @@ # foxBackup -keys +### keys + -f = full backup (if not = increment) + -q - suppress logs output -config options + +### config options sqldump_prefix="docker exec -t db mysqldump" = prefix for sqldump + sql_list="dbname dbname2 dbname3:table:table" = sql db list or tables list + files_list="/path/to/folder1 /path/to/folder/2:subfolder:file_in_folder:subfodler/subsub" = file list. Each line in separate archive. + prefix='/path_to_temp_folder'; = prefix for compessed and index folders + sshhost='host'; = ssh host to upload (if empty upload is skipped) + sshport=22; + sshuser='login'; + sshkey='/path_to_ssh_private_key'; + sshpath='/media/hdd2/backup'; = remote path for SCP store +