syssetup system snapshot tool
Find a file
2023-09-20 17:01:48 -05:00
check.bash working as tested with VM 2023-09-20 17:01:48 -05:00
LICENSE Initial commit 2023-06-27 15:43:04 -05:00
README.md save point 2023-09-19 17:24:21 -05:00
restore.bash working as tested with VM 2023-09-20 17:01:48 -05:00
test.bash save point 2023-09-19 17:24:21 -05:00

syssetup

The purpose of this is to copy the setup of a exiting system and package it up in a retorable format. There are several steps this takes for now at least. It also really needs to be run as root or with sudo. It creates a temp dir where /etc gets copied to. Then apt gets probed for a list of all installed packages. This is sufficient for the system level of things, not one's home directory. Its a pretty simple script and should work on any debian based system. It also has a nice little menu just to make it more user friendly.