{"id":21572105,"url":"https://github.com/zingale/backup_machine","last_synced_at":"2025-09-06T20:37:50.074Z","repository":{"id":20492331,"uuid":"23770589","full_name":"zingale/backup_machine","owner":"zingale","description":"A simple python script to backup important files and directories to another filesystem periodically.","archived":false,"fork":false,"pushed_at":"2023-06-04T14:57:32.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T06:46:27.897Z","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-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zingale.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":"2014-09-07T20:46:49.000Z","updated_at":"2023-06-04T14:57:37.000Z","dependencies_parsed_at":"2024-11-24T11:18:31.733Z","dependency_job_id":"73b40f40-2984-4d4d-a8d0-7552aa2b75a9","html_url":"https://github.com/zingale/backup_machine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zingale/backup_machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingale%2Fbackup_machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingale%2Fbackup_machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingale%2Fbackup_machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingale%2Fbackup_machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zingale","download_url":"https://codeload.github.com/zingale/backup_machine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zingale%2Fbackup_machine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273960653,"owners_count":25198440,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-24T11:18:12.462Z","updated_at":"2025-09-06T20:37:50.048Z","avatar_url":"https://github.com/zingale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backup_machine\n\nA simple python script that can be run as a cron job to backup\nimportant files and directories to a different filesystem (such as a\ndifferent disk in the computer).  The number of copies to store can be\nset.  An e-mail is sent when the copy is completed.\n\nThe details of the backup are specified in an inputs file (see the \nsample `example.ini`).  This follows the INI format.  In particular,\nroot directories are given a heading in `[...]` and the list of \nsubdirectories and files under the root to be copied are \nlisted with the `files = ` and `dirs = ` options.  E.g.:\n\n```\n[/home/user]\nfiles = a, t, this, that,\n   next, \n   another\n\ndirs = bin/,\n       development/,\n       stuff/, otherstuff/\n```\n\nThe global information for the backup is specified in the `[main]`\nsection as:\n\n```\n[main]\n\nroot = /raid/backup/auto/\nprefix = my-backup-\n\nnstore = 3\n\nemail_sender = root@mymachine.org\nemail_receiver = me@mymachine.org\n\n```\n\nHere `nstore` is the number of simultaneous backups to keep around.\nOlder ones will be deleted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingale%2Fbackup_machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzingale%2Fbackup_machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzingale%2Fbackup_machine/lists"}