Update config.sample
This commit is contained in:
parent
067e2ad3d2
commit
b0d00934e5
|
@ -1,6 +1,6 @@
|
|||
sqldump_prefix="docker exec -t db mysqldump"
|
||||
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';
|
||||
sshhost='host';
|
||||
sshport=22;
|
||||
|
|
Loading…
Reference in New Issue