syssetup system snapshot tool
Find a file
2024-05-31 20:44:29 -05:00
.gitignore gitignore updated 2024-05-21 15:17:52 -05:00
bootstrap.wrt.ash save point for openwrt support addition 2023-10-06 22:21:58 -05:00
check.bash bug fix attempts 2024-02-22 21:28:37 -06:00
hostsums Save point trying to fix the /etc overwrite problem 2024-05-23 17:45:46 -05:00
installed.bash save point for openwrt support addition 2023-10-06 22:21:58 -05:00
LICENSE Public release clean up 2023-09-20 21:16:47 -05:00
os_probe.bash save point for openwrt support addition 2023-10-06 22:21:58 -05:00
pkgsum Save point trying to fix the /etc overwrite problem 2024-05-23 17:45:46 -05:00
README.md Wiki update 2024-05-31 20:35:12 -05:00
restore.arch.bash ETC overwrite fix added to arch restore 2024-05-31 20:44:29 -05:00
restore.deb.bash Error handling update 2024-05-30 21:09:08 -05:00
restore.lib.bash verify.bash moved into restore.lib.bash 2024-05-24 23:19:40 -05:00
restore.wrt.bash Error handling update 2024-05-30 21:09:08 -05:00
syssetup.bash Error handling update 2024-05-30 21:09:08 -05:00
test.bash apt restore fix for missing pkgs 2024-02-21 17:21:07 -06:00

syssetup

This system was created to allow of easy recreation or restoration of a existing system. This is not a backup application, nor does it create a image in the sense of a full disk image. It creates a snapshot of the current system configuration and installed packages. Once this information is collected it is packaged into standalone self extracting restore archive. It does this by copying your /etc folder and generating a list of installed programs via the package manager on the system. These are then packaged into executable you can copy and run on another system. Great for duplicating a say a raspberry pi configuration. Works well for VPS systems as well, especially when you just need to do a clean reinstall.

Wiki

Yes, I'm setting up a wiki for this project. Its probably a glorified README, but for once I'll do it. Most of the README stuff will move there.

Notes Last updated 5/31/24 check wiki for details

Special Thanks

To the fine folks that created codeium(Link below). The autosuggest / autocomplete features make things allot easier and save me a ton of typing. Having an AI that can function as an assistant is a wonderful thing.

built with Codeium