diff --git a/config.sample b/config.sample index 76918f2..0411020 100644 --- a/config.sample +++ b/config.sample @@ -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;