{"id":18104046,"url":"https://github.com/huobazi/dackup","last_synced_at":"2025-04-13T19:32:27.867Z","repository":{"id":38140559,"uuid":"165175232","full_name":"huobazi/dackup","owner":"huobazi","description":"Dackup is a free, open source, backup client for your files and database to Cloud","archived":false,"fork":false,"pushed_at":"2023-03-03T23:29:11.000Z","size":4585,"stargazers_count":23,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T10:11:18.469Z","etag":null,"topics":["backup","backup-cli","backup-database","backup-manager","backup-script","backup-scripts","backup-solution","backup-tool","backup-utility","dotnet-core","dotnetcore"],"latest_commit_sha":null,"homepage":"http://huobazi.github.com/dackup/","language":"C#","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/huobazi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-11T03:47:46.000Z","updated_at":"2024-07-23T15:46:48.000Z","dependencies_parsed_at":"2023-01-25T10:16:07.546Z","dependency_job_id":null,"html_url":"https://github.com/huobazi/dackup","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huobazi%2Fdackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huobazi%2Fdackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huobazi%2Fdackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huobazi%2Fdackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huobazi","download_url":"https://codeload.github.com/huobazi/dackup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248767786,"owners_count":21158530,"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","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":["backup","backup-cli","backup-database","backup-manager","backup-script","backup-scripts","backup-solution","backup-tool","backup-utility","dotnet-core","dotnetcore"],"created_at":"2024-10-31T22:13:48.513Z","updated_at":"2025-04-13T19:32:27.830Z","avatar_url":"https://github.com/huobazi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dackup\n\nDackup is a fullstack backup tool was written by .NET Core, that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows)\n\n[![dackup](http://dockeri.co/image/huobazi/dackup)](https://hub.docker.com/r/huobazi/dackup)\n\n## Features\n\n- [x] Cross-Platform (win/osx/linux).\n- [x] Docker Container support\n- [x] No Dependence.\n- [x] Archive folder or files to tar.gz\n- [x] Multiple Databases source support.\n- [x] Multiple Storage type support.\n- [x] Multiple Notifier type support.\n\n### Databases\n\n- [x] [PostgreSQL](https://www.postgresql.org)\n- [x] [MySQL](https://www.mysql.com)\n- [x] [MongoDB](https://www.mongodb.com)\n- [x] [SQL Server](https://www.microsoft.com/sql-server)\n- [x] [Redis](https://redis.io)\n\n### Archive\n\nArchive files or folder into a `.tar.gz` file.\n\n### Storages\n\n- [x] Local\n- [x] [Amazon S3](https://aws.amazon.com/s3)\n- [x] [Alibaba Cloud Object Storage Service (OSS)](https://www.alibabacloud.com/product/oss)\n- [x] FTP \n\n### Notifiers\n\n- [x] Email\n- [x] HttpPost\n- [x] [Slack](https://slack.com)\n- [x] [DingTalk](https://www.dingtalk.com)\n\n## Usage\n\n### Help\n\n```bash\n$ /your_path/dackup\n\nA backup app for your server or database or desktop\n\nUsage: dackup [options] [command]\n\nOptions:\n  -?|-h|--help  Show help information\n\nCommands:\n  new           Generate a config file\n  perform       Performing your backup by config\n\nRun 'dackup [command] --help' for more information about a command.\n\nUse arrow keys to scroll. Press 'q' to exit.\n```\n\n### Generate config\n\n```bash\n$ /your_path/dackup new\n\nGenerate a config file\n\nUsage: dackup new [arguments] [options]\n\nArguments:\n  model         Name of the model\n\nOptions:\n  -?|-h|--help  Show help information\n\nUse arrow keys to scroll. Press 'q' to exit.\n```\n\n### Perform\n\n```bash\n$ /your_path/dackup perform\n\nUsage: dackup perform [options]\n\nOptions:\n  --config-file \u003cFILE\u003e  Required. The File name of the config.\n  --log-path \u003cPATH\u003e     op. The File path of the log.\n  --tmp-path \u003cPATH\u003e     op. The tmp path.\n  -?|-h|--help          Show help information\n\nUse arrow keys to scroll. Press 'q' to exit.\n\n```\n\n## Configuration\n\nUse the subcommand ``` new ``` to generate a task config file, such as [mockup config file](https://github.com/huobazi/dackup/blob/master/src/perform-config-mockup.config)\n\n```bash\n$ /your_path/dackup new my_first_task\n```\n\n## Docker\nCompiled Docker image can be pulled from: [Docker Hub](https://hub.docker.com/r/huobazi/dackup).\n\n```\n$ docker pull huobazi/dackup:latest\n$ docker run --name dackup --net=host -v /config/dackup.config:/config/dackup.config huobazi/dackup perform --config-file /config/dackup.config\n```\n\n## Crontab\n\n```bash\n\n$ crontab -l\n0 1 * * * /your_path/dackup perform --config-file /your_path/your_first_task.config --tmp-path /your_tmp_path/first --log-path /your_log_path\n0 2 * * * /your_path/dackup perform --config-file /your_path/your_second_task.config --tmp-path /your_tmp_path/second --log-path /your_log_path\n0 3 * * * docker run --name dackup --net=host -v /config/dackup.config:/config/dackup.config huobazi/dackup perform --config-file /config/dackup.config\n\n```\n\n## Install\n\nYou can download binary from [releases](https://github.com/huobazi/dackup/releases) page and place it in $PATH directory.\n\nOr pull it from [Docker Hub](https://hub.docker.com/r/huobazi/dackup)\n\n## Build\n\nInstall dotnet core sdk 3.1 then run\n\n```bash\n./release.sh\n```\nsee also: [Release Script](https://github.com/huobazi/dackup/blob/master/release.sh)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Contributors\n\n[Contributors List](https://github.com/huobazi/dackup/graphs/contributors).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuobazi%2Fdackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuobazi%2Fdackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuobazi%2Fdackup/lists"}