lxc -> incus

This commit is contained in:
2025-03-23 11:26:28 +01:00
parent b0067645ba
commit 1b0b27d94a
12 changed files with 155 additions and 113 deletions

4
backup_installed_pkg.sh Executable file
View File

@@ -0,0 +1,4 @@
dpkg --get-selections >~/pkg_backup/Package.list
sudo cp -R /etc/apt/sources.list* ~/pkg_backup
sudo apt-key exportall >~/pkg_backup/Repo.keys
sudo chown -R alex:alex ~/pkg_backup/