Update config.sample

This commit is contained in:
Pavel Dmitriev 2021-11-02 12:09:26 +03:00 committed by GitHub
parent 067e2ad3d2
commit b0d00934e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
sqldump_prefix="docker exec -t db mysqldump" sqldump_prefix="docker exec -t db mysqldump"
sql_list="dbname dbname2 dbname3:table:table" sql_list="dbname dbname2 dbname3:table:table"
files_list="/path/to/folder1 /path/to/folder/2" files_list="/path/to/folder1 /path/to/folder/2:subfolder:file_in_folder:subfodler/subsub"
prefix='/path_to_temp_folder'; prefix='/path_to_temp_folder';
sshhost='host'; sshhost='host';
sshport=22; sshport=22;