{"id":13596565,"url":"https://github.com/dataplat/dbaclone","last_synced_at":"2025-09-03T20:48:23.002Z","repository":{"id":37802756,"uuid":"142300923","full_name":"dataplat/dbaclone","owner":"dataplat","description":"👯 Clone SQL Server databases using PowerShell previously named PSDatabaseClone","archived":false,"fork":false,"pushed_at":"2024-03-15T14:45:01.000Z","size":2323,"stargazers_count":139,"open_issues_count":21,"forks_count":33,"subscribers_count":18,"default_branch":"development","last_synced_at":"2025-08-28T05:41:52.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/sqlcollaborative/dbaclone/wiki","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataplat.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sanderstad","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-07-25T13:04:32.000Z","updated_at":"2025-04-23T19:44:22.000Z","dependencies_parsed_at":"2024-08-01T16:41:40.570Z","dependency_job_id":"71c3258f-a3d0-4d72-b037-007350283858","html_url":"https://github.com/dataplat/dbaclone","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dataplat/dbaclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataplat%2Fdbaclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataplat%2Fdbaclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataplat%2Fdbaclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataplat%2Fdbaclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataplat","download_url":"https://codeload.github.com/dataplat/dbaclone/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataplat%2Fdbaclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273508970,"owners_count":25118445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:02:34.483Z","updated_at":"2025-09-03T20:48:22.935Z","avatar_url":"https://github.com/dataplat.png","language":"PowerShell","funding_links":["https://github.com/sponsors/sanderstad"],"categories":["PowerShell"],"sub_categories":[],"readme":"| Master Branch | Development Branch |\n| ------------- |-------------|\n|[![Build status](https://ci.appveyor.com/api/projects/status/lut7acvgp6y35h32/branch/master?svg=true)](https://ci.appveyor.com/project/sanderstad/dbaclone/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/lut7acvgp6y35h32/branch/development?svg=true)](https://ci.appveyor.com/project/sanderstad/dbaclone/branch/development) |\n\n# dbaclone\n\n\u003cimg src=\"https://raw.githubusercontent.com/wiki/sqlcollaborative/dbaclone/images/dbaclone_logo_120.png\" align=\"left\" with=\"120px\" height=\"122px\"/\u003e dbaclone is a PowerShell module for creating SQL Server database images and clones.\nIt enables administrator to supply environments with database copies that are a fraction of the original size.\n\nDo you have any ideas for new commands? Please propose them as [issues](https://github.com/sqlcollaborative/dbaclone/issues) and let us know what you'd like to see.\nBug reports should also be filed under this repository's issues section.\n\nTake a look at the [wiki](https://github.com/sqlcollaborative/dbaclone/wiki) to get more information on how to install, configure and use dbaclone.\n\n## Why use dbaclone\n\n* Save lots of space provisioning data to other locations\n* Spend less time provisioning databases\n* Create multiple local copies of a database from the same image\n* Make sure there tests are accurate with up-to-date data\n\n## Usage scenarios\n\nThere are multiple scenarios where you could use the module with\n\n* Supply developers with a local copy of the database\n* Provision non-production servers with production data\n* Implement a CI/CD pipeline with production like copies\n\n## Prerequisites\n\nAs with every piece of software we need to set some prerequisites to make this module work.\n\n* Windows 10 (Professional, Enterprise or Education) or Windows Server 2012 R2 (Standard, Enterprise or Datacenter) and up\n* PowerShell 5 or above\n* SQL Server instance for saving image and clone information (dbaclone database)\n* SQL Server instance to create the images (can be the same as for saving the information)\n* Enough space to save to save one copy of the database (size of the image is the size of the database)\n\n## How does it work\n\nThe process consists of the following steps:\n\n1. Setup the module\n2. Create an image of the database\n3. Create a clone based on an image\n\nIt's that easy.\n\n## Planned for future releases\n\n* Default directories for the images\n* Creation of multiple disks for a single database to rebuild original file structure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataplat%2Fdbaclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataplat%2Fdbaclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataplat%2Fdbaclone/lists"}