{"id":15410539,"url":"https://github.com/sergio0694/quickup","last_synced_at":"2025-04-19T08:07:27.576Z","repository":{"id":88679702,"uuid":"153688157","full_name":"Sergio0694/quickup","owner":"Sergio0694","description":"A .NET Core 2.1 CLI tool to quickly create one-way backups from one folder to another","archived":false,"fork":false,"pushed_at":"2018-10-22T14:22:21.000Z","size":62,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T21:42:33.569Z","etag":null,"topics":["backup","backup-utility","cli","cli-app","csharp","dotnet","dotnet-tool","dotnetcore","netcoreapp"],"latest_commit_sha":null,"homepage":null,"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/Sergio0694.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-10-18T21:12:01.000Z","updated_at":"2023-09-14T12:24:58.000Z","dependencies_parsed_at":"2023-06-17T04:00:24.530Z","dependency_job_id":null,"html_url":"https://github.com/Sergio0694/quickup","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"78d5d3cf428f6099bcc2d0c45d817dd277132f72"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio0694%2Fquickup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio0694%2Fquickup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio0694%2Fquickup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergio0694%2Fquickup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sergio0694","download_url":"https://codeload.github.com/Sergio0694/quickup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241399760,"owners_count":19956951,"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-utility","cli","cli-app","csharp","dotnet","dotnet-tool","dotnetcore","netcoreapp"],"created_at":"2024-10-01T16:44:55.585Z","updated_at":"2025-03-01T17:30:40.089Z","avatar_url":"https://github.com/Sergio0694.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quickup - quick backup tool\n\n[![NuGet](https://img.shields.io/nuget/v/quickup.svg)](https://www.nuget.org/packages/quickup/) [![NuGet](https://img.shields.io/nuget/dt/quickup.svg)](https://www.nuget.org/stats/packages/quickup?groupby=Version) [![Twitter Follow](https://img.shields.io/twitter/follow/Sergio0694.svg?style=flat\u0026label=Follow)](https://twitter.com/SergioPedri)\n\n![quickup](https://i.imgur.com/rDSM31g.gif)\n\nA .NET Core 2.1 CLI tool to create one-way backups from one folder to another. This can be used to keep an up-to-date copy of a given folder on another hard-drive.\n\n## Installing from DotGet\n\nMake sure to get the [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300), then just run this command:\n\n```\ndotnet tool install quickup -g\n```\n\nAnd that's it, you're ready to go!\n\n## Quick start\n\n**quickup** is super easy to use: just pick the source and target folders and you-re ready to go.\n\nOther options include:\n* `-i` | `--include`: a list of file extensions to use to filter the files in the source directory.\n* `-e` | `--exclude`: an optional list of file extensions to ignore (this option and `include` are mutually exclusive).\n* `--ignore-dir`: an optional list of directory names to ignore from the source tree.\n* `-p` | `--preset`: An optional preset to quickly filter common file types [documents|images|music|videos|code|VS|UWP].\n* `-b` | `--beep`: play a short feedback sound when the requested operation completes.\n* `-v` | `--verbose`: display additional info after analyzing the source directory.\n* `--id`: an optional backup id, to keep multiple backups in the same directory with different versions.\n* `--source-current`: use the current working directory as the source path.\n* `--multithread` : automatically parallelize the backup creation on the available CPU threads.\n* `--threads` : when combined with `multithread`, specifies the maximum number of threads to use.\n\n### Examples\n\nCreate a backup of folder A on another drive, notify when the operation finishes and play a notification sound:\n\n```\nquickup -s C:\\Users\\MyName\\Documents\\A -t D:\\Backups -b -v\n```\n\nBackup the current directory on another drive, using the Visual Studio preset (ignores \\.vs, \\bin, \\obj folders):\n\n```\nquickup --source-current -t D:\\Backups -p vs\n```\n\n## Dependencies\n\nThe libraries use the following libraries and NuGet packages:\n\n* [CommandLineParser](https://www.nuget.org/packages/commandlineparser/)\n* [JetBrains.Annotations](https://www.nuget.org/packages/JetBrains.Annotations/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergio0694%2Fquickup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergio0694%2Fquickup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergio0694%2Fquickup/lists"}