{"id":23391994,"url":"https://github.com/kennedy-was-taken/backup","last_synced_at":"2026-04-29T01:33:46.494Z","repository":{"id":269034024,"uuid":"906217719","full_name":"Kennedy-was-taken/Backup","owner":"Kennedy-was-taken","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-28T10:50:32.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T15:18:41.512Z","etag":null,"topics":["csharp","json","netcore"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kennedy-was-taken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2024-12-20T12:10:01.000Z","updated_at":"2024-12-28T10:50:36.000Z","dependencies_parsed_at":"2025-02-14T11:31:59.362Z","dependency_job_id":"8b04914d-30d5-498d-ac14-b7e3925f1456","html_url":"https://github.com/Kennedy-was-taken/Backup","commit_stats":null,"previous_names":["kennedy-was-taken/backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kennedy-was-taken/Backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kennedy-was-taken%2FBackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kennedy-was-taken%2FBackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kennedy-was-taken%2FBackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kennedy-was-taken%2FBackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kennedy-was-taken","download_url":"https://codeload.github.com/Kennedy-was-taken/Backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kennedy-was-taken%2FBackup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","json","netcore"],"created_at":"2024-12-22T04:28:08.020Z","updated_at":"2026-04-29T01:33:46.477Z","avatar_url":"https://github.com/Kennedy-was-taken.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Process tab](https://img.shields.io/badge/status-in_progress-F14A00)\n![updates](https://img.shields.io/badge/future_updates-yes-4DA1A9)\n\u003c!-- ![Process tab](https://img.shields.io/badge/status-Complete-5CB338) --\u003e\n\u003c!-- ![updates](https://img.shields.io/badge/future_updates-no-8D0B41) --\u003e\n\n\n# Database Backup and Restore console\nThis C# console application provides a convenient interface for manually backing up your Microsoft SQL Server databases.\n\n\u003c!-- \n## Getting Started\n\nThese instructions will give you a copy of the project up and running on\nyour local machine for development and testing purposes. See deployment\nfor notes on deploying the project on a live system. --\u003e\n\n## Prerequisites\n\nRequirements for the software to work\n\n1. Download and install ASP.NET Core Runtime 9.0.0\n2. Download and install SQL Server\n\n\n## Features:\n\n1. **User-Driven Backups**: Easily initiate database backups on demand.\n2. **User-Friendly Interface**: Intuitive console interface for easy navigation and execution.\n3. **NET 9 Framework**: Built on the latest .NET framework for optimal performance and compatibility.\n4. **SQL Server Support**: Currently supports Microsoft SQL Server databases. Support for other databases will be added in future releases.\n\n## Installing\n\nA step by step series of examples that will show you how to get program to run on CLI from anywhere\n\n1. **Clone the repository:**\n\n    1.1. Clone the repository onto your local machine\n\n        https://github.com/Kennedy-was-taken/Backup.git\n\n    1.2. You can delete the TestBackup folder as there is no need for that folder\n\n2. **Set up environment:**\n\n    2.1. Copy the path where the is found Backup.exe. example :\n\n        \\Backup\\Backup\\bin\\Debug\\net9.0\n\n    2.2. Open run `win + r`\n\n    ![run](./images/command.png)\n\n    2.3. Type `sysdm.cpl` to open system properties, click on the Advance tab. Under the Advance tab, click on the Environment Vairable button.\n\n    ![command](./images/environment.png)\n\n    2.4. Under the system variable, select \"Path\" and click the edit button.\n\n    ![select](./images/path.png)\n    \n    2.5. Click the \"New\" button and paste in the relative path you copied and click \"OK\" to accept all changes.\n\n    ![add_path](./images/setPath.png)\n\n    2.6. Now the program can be called from anywhere by typing `Backup` on the CLI\n\n3. **Set up DataBase Configuration:**\n\n  3.1. Open the file appsetting.json found here \n\n    \"C:\\Backup\\Backup\\appsettings.json\"\n\n  3.2. Replace the \"Server\" name with your Sql server name, replace \"User ID\" with your account username and replace \"Password\" with the account user's password\n\n  ![jsonFile](./images/json.png)\n\n\n ## Backup file location\n\nThe generated backup file .bak will be stored in the default Backup location e.g :\n\n    C:\\Program Files\\Microsoft SQL Server\\MSSQL16.MSSQLSERVER\\MSSQL\\Backup\n\n ## Future Updates\n\n Well be working on adding Postgre and Oracle next.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennedy-was-taken%2Fbackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennedy-was-taken%2Fbackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennedy-was-taken%2Fbackup/lists"}