{"id":30517461,"url":"https://github.com/tmiland/snapper-enhanced","last_synced_at":"2026-04-08T16:31:38.563Z","repository":{"id":310723698,"uuid":"1040807270","full_name":"tmiland/snapper-enhanced","owner":"tmiland","description":"Enhancement that will add last package manager command as the description of the pre/post snapshot.","archived":false,"fork":false,"pushed_at":"2025-08-19T20:57:10.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T22:08:03.713Z","etag":null,"topics":["apt","arch","btrfs","centos","debian","devuan","fedora","linuxmint","manjaro","pop","pureos","snapper","snapshot","ubuntu"],"latest_commit_sha":null,"homepage":"https://tmiland.github.io/snapper-enhanced/","language":"Shell","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/tmiland.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,"zenodo":null}},"created_at":"2025-08-19T14:33:16.000Z","updated_at":"2025-08-19T20:57:14.000Z","dependencies_parsed_at":"2025-08-19T22:08:06.118Z","dependency_job_id":"e8a8cb26-f078-4aea-bbbe-823b23b87a3b","html_url":"https://github.com/tmiland/snapper-enhanced","commit_stats":null,"previous_names":["tmiland/snapper-enhanced"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tmiland/snapper-enhanced","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fsnapper-enhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fsnapper-enhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fsnapper-enhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fsnapper-enhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmiland","download_url":"https://codeload.github.com/tmiland/snapper-enhanced/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmiland%2Fsnapper-enhanced/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["apt","arch","btrfs","centos","debian","devuan","fedora","linuxmint","manjaro","pop","pureos","snapper","snapshot","ubuntu"],"created_at":"2025-08-26T11:02:43.691Z","updated_at":"2026-04-08T16:31:38.546Z","avatar_url":"https://github.com/tmiland.png","language":"Shell","readme":"# snapper-enhanced\n\nEnhancement that will add last package manager command as the description of the pre/post snapshot.\n\n![snapper-enhanced Image](https://tmiland.github.io/snapper-enhanced/res/snapper-enhanced.png)\n\n```bash\n                                                          __                              __\n    _________  ____ _____  ____  ___  _____   ___  ____  / /_  ____ _____  ________  ____/ /\n   / ___/ __ \\/ __ `/ __ \\/ __ \\/ _ \\/ ___/  / _ \\/ __ \\/ __ \\/ __ `/ __ \\/ ___/ _ \\/ __  / \n  (__  ) / / / /_/ / /_/ / /_/ /  __/ /     /  __/ / / / / / / /_/ / / / / /__/  __/ /_/ /  \n /____/_/ /_/\\__,_/ .___/ .___/\\___/_/      \\___/_/ /_/_/ /_/\\__,_/_/ /_/\\___/\\___/\\__,_/   \n                 /_/   /_/                                                                     \n\nOptions are:\n\n--install                      | -i\n--uninstall                    | -u\n--reinstall                    | -r\n--install-snapper              | -s\n--install-snapper-rollback     | -isr\n--install-grub-btrfs           | -igb\n--install-btrfs-assistant      | -iba\n```\n## Installation\n- Latest release\n```bash\ngit clone https://github.com/tmiland/snapper-enhanced.git ~/.snapper-enhanced \u0026\u0026 \\\ncd ~/.snapper-enhanced \u0026\u0026 \\\ngit fetch --tags \u0026\u0026 \\\nrelease=\"$(git describe --tags \"$(git rev-list --tags --max-count=1)\")\" \u0026\u0026 \\\ngit checkout $release \u0026\u0026 \\\n./install.sh -i\n```\n\n- Main\n```bash\ngit clone https://github.com/tmiland/snapper-enhanced.git ~/.snapper-enhanced \u0026\u0026 \\\ncd ~/.snapper-enhanced \u0026\u0026 \\\n./install.sh -i\n```\n\n- Update\n```bash\ncd ~/.snapper-enhanced \u0026\u0026 \\\ngit pull \u0026\u0026 \\\n./install.sh -r\n```\n\n## Inspiration\n- [openSUSE/snapper](https://github.com/openSUSE/snapper) on Debian.\n- [Debian snapper apt script](https://gist.github.com/imthenachoman/f722f6d08dfb404fed2a3b2d83263118) to get last apt command.\n- [Antynea/grub-btrfs](https://github.com/Antynea/grub-btrfs) to update grub.\n- [wmutschl/timeshift-autosnap-apt](https://github.com/wmutschl/timeshift-autosnap-apt) for configuration.\n\n## Donations\n\u003ca href=\"https://coindrop.to/tmiland\" target=\"_blank\"\u003e\u003cimg src=\"https://coindrop.to/embed-button.png\" style=\"border-radius: 10px; height: 57px !important;width: 229px !important;\" alt=\"Coindrop.to me\"\u003e\u003c/img\u003e\u003c/a\u003e\n\n### Disclaimer \n\n*** ***Use at own risk*** ***\n\n### License\n\n[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://tmiland.github.io/snapper-enhanced/LICENSE)\n\n[MIT License](https://tmiland.github.io/snapper-enhanced/LICENSE)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmiland%2Fsnapper-enhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmiland%2Fsnapper-enhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmiland%2Fsnapper-enhanced/lists"}