{"id":17195821,"url":"https://github.com/dennislfromga/brunch-things","last_synced_at":"2025-03-25T08:13:57.534Z","repository":{"id":81249728,"uuid":"403759481","full_name":"DennisLfromGA/brunch-things","owner":"DennisLfromGA","description":"brunch-things (for Project: brunch)","archived":false,"fork":false,"pushed_at":"2021-09-12T21:00:52.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T07:27:50.856Z","etag":null,"topics":["brioche","brunch"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DennisLfromGA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-06T21:10:45.000Z","updated_at":"2022-02-28T22:26:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"77f0f731-da58-40ca-a26e-68f89cf71d99","html_url":"https://github.com/DennisLfromGA/brunch-things","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisLfromGA%2Fbrunch-things","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisLfromGA%2Fbrunch-things/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisLfromGA%2Fbrunch-things/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisLfromGA%2Fbrunch-things/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisLfromGA","download_url":"https://codeload.github.com/DennisLfromGA/brunch-things/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245423193,"owners_count":20612748,"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":["brioche","brunch"],"created_at":"2024-10-15T01:51:36.668Z","updated_at":"2025-03-25T08:13:57.505Z","avatar_url":"https://github.com/DennisLfromGA.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## brunch-things (for Project: [brunch](https://github.com/sebanc/brunch) courtesy of developer: [sebanc](https://github.com/sebanc))\n\n#### Files for backing up and restoring 'brioche' containers  \n\n##### (Other things too hopefully ...)\n\n-------------\n```\n## brio-br - A script to list, backup and restore brioche containers\n\nUSAGE:'brio-br -b / brio-b / brio-backup'\n        Backs up brioche containers found under '~/brioche/'\n        to '/home/chronos/user/Downloads' (default: ~/Downloads).\n        The script will prompt for each container before proceeding.\n\n                                -or-\n\nUSAGE:'brio-br -r / brio-r / brio-restore'\n        Restores brioche container backups found under '/home/chronos/user/Downloads'\n        (default: ~/Downloads) to the named container under '~/brioche/'.\n        The script will prompt for each container before proceeding.\n        and append the last modified date \u0026 time to any existing container folders found.\n\nNOTE: Please use 'install.brio-br' to install and link the above scripts automagically.\n    ( URL:https://raw.githubusercontent.com/DennisLfromGA/brunch-things/main/install.brio-br ) \n\nSpecify backup (-b) or restore (-r) as command-line optons.\nOptionally displays help/options, usage, script version, \u0026 version history then exits\n\nOptions:\n        -b    List \u0026 backup brioche containers\n        -r    List \u0026 restore brioche containers\n        -h    Displays help message for options (this blurb)\n        -u    Displays usage for backup and restore and exits\n        -v    Displays the current version of 'brio-br' and exits\n        -V    Displays version number plus version history \u0026 exits\n```   \n-----------------   \n```   \n'install.brio-br': A script to install 'brio-br' and associated links to '/usr/local/bin' as root (default)\n\nIMPORTANT: To initially download, install \u0026 run this script enter:\n\n        cd /tmp \u0026\u0026\\\n        curl -LO https://raw.githubusercontent.com/DennisLfromGA/brunch-things/main/install.brio-br \u0026\u0026\\\n        sudo install -Dt /usr/local/bin -m 755 install.brio-br \u0026\u0026 /usr/local/bin/install.brio-br\n\nOnce installed the script will autoupdate if needed when it's run.\n\nWill link: 'brio-b' \u0026 'brio-backup'  to 'brio-br' which forces those scripts to run the 'backup'  option.\nWill link: 'brio-r' \u0026 'brio-restore' to 'brio-br' which forces those scripts to run the 'restore' option.\n\nUsage: 'install.brio-br' [-h|-i|-l|-u|-f|-c|-v|-V] (see Help/Options)\n\nNote: To replace the install PATH (default: /usr/local/bin) prepend 'install.brio-br' with BIN=your/path\n      To replace the file permissions (default 755) prepend 'install.brio-br' with PERM=nnn\n      To execute 'install.brio-br' as user 'chronos' instead of 'root' (default) prepend 'install.brio-br' with SUDO=' '\n\n      (I.E.) BIN=~/bin PERM=775 SUDO=' ' install.brio-br\n\nOptions:\n        -h    Displays help message for options (this blurb)\n        -i    Displays instructions for initial download, install and running this script\n        -l    Lists installed files \u0026 links under /usr/local/bin\n        -u    Displays usage for backup and restore\n        -f    Force update of brio-br \u0026 install.brio-br\n        -c    Check if installed versions of 'install.brio-br' \u0026 'brio-br' are up-to-date\n        -v    Displays the current version of 'install.brio-br'\n        -V    Displays version number plus version history\n```   \n---------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennislfromga%2Fbrunch-things","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennislfromga%2Fbrunch-things","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennislfromga%2Fbrunch-things/lists"}