Liquibase
provides init copy
command to copy all required project and configuration files from source directory
to target directory
. The init copy
command is mostly used to make backup
or create new project
from existing project files which would error prone to copy manually.
liquibase init copy --source=/home/wesome/liquibase_main --target=/home/wesome/liquibase-backup --recursive=true
To create a new Liquibase project with default settings, use init project command instead