43b3ab58416678580cadf21b8d849aeefc834529
- filter type=container (a running VM without apt/agent would hang) - skip containers without apt-get instead of erroring - flock against overlapping runs, csv parsing, apt-get instead of apt - capture stderr into the log, report per-container failures and exit non-zero so cron/monitoring can alert 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%