github.com/pluswing/datasync@v1.1.1-0.20240218052257-9077f6fc4ae3/datasync.yaml (about)

     1  targets:
     2    - kind: mysql
     3      config:
     4        host: localhost
     5        port: 3300
     6        user: root
     7        password: root
     8        database: sample
     9    # - kind: file
    10    #   config:
    11    #     path: "./cmd"
    12    # - kind: file
    13    #   config:
    14    #     path: "./.vscode"
    15    - kind: file
    16      config:
    17        path: "./LICENSE"
    18  
    19  storage:
    20    kind: gcs
    21    config:
    22      bucket: datasync000001
    23      dir: "test01/test02"