mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
7 lines
216 B
YAML
7 lines
216 B
YAML
name: back-up-db
|
|
version: v1
|
|
runtime: SSIS
|
|
entrypoint: ./back-up-db.dtsx
|
|
options: /REP V /CONN "MasterSQL"\;"\"Data Source=master-0;User ID=sa;Initial Catalog=master;Password=[SA_PASSWORD]\""
|
|
schedule: "*/1 * * * *"
|