f264592d7dee51f4d716dcf0df130546ed7e5bf0
incus list -c config:image.description reports the image a container was CREATED from (2019 for most of this fleet) and says nothing about dist-upgrades since — misleading as an inventory. The script now sets user.os / user.os-checked from /etc/os-release on every pass, leaving image.* intact as provenance. -o refreshes the metadata without upgrading anything. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Scripts
Some helpful bash scripts for incus
- incus-container-upgrade: Perform
apt dist-upgradecommand on running instances. - incus-backup: Backup instances FS and DBs to a local directory (
-d local) or a remote location using rsync over ssh. - incus-copy: Run a differential copy of all instances to a remote incus server (push or pull) or to a local project/pool.
- incus-snapshot: Take a snapshot on all running instances.
- zfs-auto-snapshot: Create and cleanup expired zfs snapshots.
Languages
Shell
100%