{"id":21937367,"url":"https://github.com/jasondrawdy/autoarchiver","last_synced_at":"2026-05-08T11:05:11.403Z","repository":{"id":183138430,"uuid":"141962769","full_name":"jasondrawdy/AutoArchiver","owner":"jasondrawdy","description":"An advanced and flexible auto-archiving tool that allows the archiving of both individual files and entire directories using set intervals.","archived":false,"fork":false,"pushed_at":"2020-05-01T21:11:33.000Z","size":1996,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-22T14:23:23.037Z","etag":null,"topics":["application","archiving","automation","backup","cryptography","dotnet","encoding","security","utilities","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasondrawdy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-23T04:52:38.000Z","updated_at":"2020-05-02T00:46:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e403cc1-07c2-445d-8795-f08ae29d57ae","html_url":"https://github.com/jasondrawdy/AutoArchiver","commit_stats":null,"previous_names":["jasondrawdy/autoarchiver"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jasondrawdy/AutoArchiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasondrawdy%2FAutoArchiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasondrawdy%2FAutoArchiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasondrawdy%2FAutoArchiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasondrawdy%2FAutoArchiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasondrawdy","download_url":"https://codeload.github.com/jasondrawdy/AutoArchiver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasondrawdy%2FAutoArchiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32777668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["application","archiving","automation","backup","cryptography","dotnet","encoding","security","utilities","windows"],"created_at":"2024-11-29T01:19:17.284Z","updated_at":"2026-05-08T11:05:11.384Z","avatar_url":"https://github.com/jasondrawdy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"256\" height=\"256\" src=\"https://user-images.githubusercontent.com/40871836/43288652-2dbc2604-90ee-11e8-8615-4f5478045612.png\"\n\u003c/p\u003e\n\n# Auto Archiver\n\u003cp align=\"left\"\u003e\n    \u003c!-- Version --\u003e\n    \u003cimg src=\"https://img.shields.io/badge/version-1.0.0-brightgreen.svg\"\u003e\n    \u003c!-- Docs --\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docs-not%20found-lightgrey.svg\"\u003e\n    \u003c!-- License --\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n\u003c/p\u003e\n\n*Auto Archiver* is an advanced and flexible auto-archiving tool that allows the archiving of both individual files and entire directories using set intervals. It works by taking a checksum of whatever item is in the backup queue and compares the checksum to the previous hash that was generated when the item was last scanned (if at all). If a change has occurred since the last time the item was scanned the queue item will be updated with the latest checksum and the timestamp of the previous scan. The tool allows for a user to specify multiple parameters such as how often a backup should occur, the backup location, and even the hashing algorithm used to check for any changes that have been made since the last backup; which is saved and restored each time the application is closed and started. *Auto Archiver* also allows the ability to change which compression algorithm is used for each backup.\n\n---\n\n**Note:** *Auto Archiver uses libraries that contain \"unsafe\" code and therefore the `Allow unsafe code` build option must be selected in order to actually build the project. However, this shouldn't be a problem considering that the option has already enabled in the project solution prior to pushing to Github.*\n\n---\n\n### Requirements\n- Windows 7 SP1 \u0026 Higher\n- .NET Framework 4.6.1\n\n# Features\n- Automatic backups of files and folders\n- Set backup location to a local or networked drive\n- Set interval of backups\n- Set compression levels of the backup archive\n- Select the archive format of backups\n- Select hashing algorithm for generating checksums\n- Start application on startup\n- Start application minimized\n- Begin monitoring for backups on startup\n- Encrypt backups with a master password\n- Enable *`Ask Before Backup`* in settings to be prompted before a backup\n- Search and sort through backup queue items\n\n# TODO\n- [x] Add setting to start minimized or not\n- [x] Check if folder is ready before generating a checksum\n- [x] Check if file is ready before generating a checksum\n- [ ] Add check for updates\n- [ ] New dialog box when asking to backup has \"don't ask again\" checkbox\n    - [ ] If this option is selected and the user clicks no, a confirmation dialog is shown\n- [ ] New dialog box when asking to backup allows \"do for all\"\n- [ ] Add backup indicator to let user know if the backup is in progress, complete, or has failed\n- [ ] Temp files are now created in the user *AppData* folder instead of the \"Backup Location\"\n- [ ] Keep previous hash instead of nulling the checksum if a backup has failed\n\n# References\n\n### ObjectListView\nAuto Archiver utilizes a customized ListView called ObjectListView which can be found [here](\"http://objectlistview.sourceforge.net/cs/index.html\") or down below and is a fundamental dependency that is required in order to build the application from source.\n\n### Embedded Assembly\nObjectListView has been embedded within the Auto Archiver assembly and thus an extra step will be needed in order to compile the project. First, download and reference *ObjectListView.dll* from the author's homepage above. Second, add an existing file to Auto Archiver by right-clicking on the project in the treeview and selecting the OLV DLL file. Lastly, change the ***`Build Action`*** on the added file from *`Compile`* to *`Embedded Resource`*.\n\n# Screenshot\n![alt tag](https://user-images.githubusercontent.com/40871836/43294523-5944d6f6-9105-11e8-9068-9189607eef7e.png)\n\n# Credits\n\n**Icon:** `Ampeross` \u003cbr\u003e\nhttps://ampeross.deviantart.com \u003cbr\u003e\n\n**Compression:** `icsharpcode` \u003cbr\u003e\nhttps://github.com/icsharpcode/SharpZipLib \u003cbr\u003e\n\n**Encryption:** `sdrapkin` \u003cbr\u003e\nhttps://github.com/sdrapkin/SecurityDriven.Inferno \u003cbr\u003e\n\n**Long Paths:** `peteraritchie` \u003cbr\u003e\nhttps://github.com/peteraritchie/LongPath \u003cbr\u003e\n\n**ObjectListView:** `grammarian` \u003cbr\u003e\nhttps://sourceforge.net/projects/objectlistview \u003cbr\u003e\n\n# License\n\nCopyright © ∞ Jason Drawdy \n\nAll rights reserved.\n\nThe MIT License (MIT)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nExcept as contained in this notice, the name of the above copyright holder\nshall not be used in advertising or otherwise to promote the sale, use or\nother dealings in this Software without prior written authorization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasondrawdy%2Fautoarchiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasondrawdy%2Fautoarchiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasondrawdy%2Fautoarchiver/lists"}