first commit

This commit is contained in:
2025-11-25 17:54:48 +00:00
commit 9327e9d050
6 changed files with 154 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Scripts
Some helpful bash scripts for [incus](https://linuxcontainers.org/incus)
- incus-container-upgrade: Perform `apt dist-upgrade` command on running instances.
- incus-backup: Backup instances FS and DBs to a remote location using rsync over ssh.
- incus-copy: Run a differential copy of all running instances to a remote incus server.
- incus-snapshot: Take a snapshot on all running instances.