{"id":18002503,"url":"https://github.com/iamd3vil/archiverd","last_synced_at":"2025-04-04T09:14:44.742Z","repository":{"id":209037775,"uuid":"723077513","full_name":"iamd3vil/archiverd","owner":"iamd3vil","description":"A daemon for archiving old files whenever a new file is created.","archived":false,"fork":false,"pushed_at":"2024-03-05T03:52:45.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:58:36.634Z","etag":null,"topics":["archiverd","rotation","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/iamd3vil.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":"2023-11-24T16:17:45.000Z","updated_at":"2024-01-12T11:52:15.000Z","dependencies_parsed_at":"2024-03-05T04:46:16.145Z","dependency_job_id":null,"html_url":"https://github.com/iamd3vil/archiverd","commit_stats":null,"previous_names":["iamd3vil/archiverd"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Farchiverd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Farchiverd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Farchiverd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Farchiverd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamd3vil","download_url":"https://codeload.github.com/iamd3vil/archiverd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149510,"owners_count":20891954,"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":["archiverd","rotation","rust"],"created_at":"2024-10-29T23:22:14.947Z","updated_at":"2025-04-04T09:14:44.710Z","avatar_url":"https://github.com/iamd3vil.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archiverd\n\n`archiverd` is a lightweight daemon designed to monitor and archive files in a specified directory. It's particularly useful in scenarios where files are periodically created or updated, and there's a need to archive older versions automatically. This tool is ideal for managing log files, packet captures, and similar data.\n\n## Usecase\n\nConsider a folder where new files are regularly added or updated. For instance:\n\n```\n$ ls test/\ntestfile1.txt\n```\n\nWith `archiverd`, when `testfile2.txt` is created, the older file (`testfile1.txt`) is automatically archived. . `archiverd` can be especially beneficial for maintaining orderly log files or packet captures.\n\nThis is the folder structure after `testfile2.txt` file is created:\n\n```\n$ ls test/\ntestfile1.txt.tar.gz\ntestfile2.ttt\n```\n\n## Usage\n\n```\nUsage: archiverd [OPTIONS] --directory \u003cDIRECTORY\u003e\n\nOptions:\n  -d, --directory \u003cDIRECTORY\u003e   Specify the directory to monitor.\n  -m, --max-files \u003cMAX_FILES\u003e   Maximum number of archived files to keep.\n  -e, --exclude \u003cEXCLUDE\u003e       Define patterns to exclude files from archiving.\n  -h, --help                    Display this help message.\n  -V, --version                 Show the version of the archiverd.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamd3vil%2Farchiverd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamd3vil%2Farchiverd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamd3vil%2Farchiverd/lists"}