{"id":17218458,"url":"https://github.com/perliedman/roundabound","last_synced_at":"2025-06-28T01:02:57.596Z","repository":{"id":5802040,"uuid":"7016714","full_name":"perliedman/roundabound","owner":"perliedman","description":"Simplistic log rotation utility","archived":false,"fork":false,"pushed_at":"2012-12-05T15:37:29.000Z","size":120,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T00:50:59.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perliedman.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}},"created_at":"2012-12-05T12:01:15.000Z","updated_at":"2014-11-10T08:33:53.000Z","dependencies_parsed_at":"2022-08-30T21:52:21.356Z","dependency_job_id":null,"html_url":"https://github.com/perliedman/roundabound","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/perliedman/roundabound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Froundabound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Froundabound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Froundabound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Froundabound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perliedman","download_url":"https://codeload.github.com/perliedman/roundabound/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perliedman%2Froundabound/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262357522,"owners_count":23298459,"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":[],"created_at":"2024-10-15T03:46:52.700Z","updated_at":"2025-06-28T01:02:57.561Z","avatar_url":"https://github.com/perliedman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"roundabound\r\n===========\r\n\r\nIt appears there is no simple and easy to understand solution for rotating\r\nlogs in Windows. **roundabound** attempts to fix this simple problem.\r\n\r\nIt will also work on UNIX, if you would want it for some reason.\r\n\r\nConfiguration is done in JSON:\r\n\r\n```json\r\n{\r\n    \"sets\": {\r\n        \"logs\": {\r\n            \"pattern\": \"C:\\\\logs\\\\*.log.????????\",\r\n            \"archive_age\": 7,\r\n            \"archive_path\": \"c:\\\\archive\"\r\n        },\r\n        \"logs2\": {\r\n            \"pattern\": \"C:\\\\logs\\\\*.log????????\",\r\n            \"archive_age\": 14,\r\n            \"archive_path\": \"c:\\\\archive\"\r\n        }\r\n    }\r\n}\r\n```\r\n\r\nTo run:\r\n\r\n```\r\npython -m Roundabound [-h] [--config CONFIG] [--verbosity {DEBUG,INFO,WARN,ERROR}]\r\n```\r\n\r\n```CONFIG``` will default to ```roundabound.cfg``` if omitted, verbosity is\r\n```ERROR``` by default.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperliedman%2Froundabound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperliedman%2Froundabound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperliedman%2Froundabound/lists"}