mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-25 17:05:48 +03:00
[GH-ISSUE #72] Feature: Snap from tags #67
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @franklupo on GitHub (Dec 16, 2022).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/72
Originally assigned to: @franklupo on GitHub.
Added ability to snap for VM/CT on specific tags.
You could specify in the --vmid parameter the value @tags_<tag_name>.
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_tags
@turrini commented on GitHub (Jan 4, 2023):
Or when grouped as pools. I have in my scenario some pools, would be nice too!
@franklupo commented on GitHub (Jan 4, 2023):
For pool work use @pool-
@franklupo commented on GitHub (Jan 4, 2023):
--vmid The id or name VM/CT comma separated (eg. 100,101,102,TestDebian) -vmid or -name exclude (e.g. -200,-TestUbuntu) '@pool-???' for all VM/CT in specific pool (e.g. @pool-customer1), '@all-???' for all VM/CT in specific host (e.g. @all-pve1, @all-\$(hostname)), '@all' for all VM/CT in cluster@turrini commented on GitHub (Jan 4, 2023):
Did you already implemented the @tags_ feature? It didn't work for me in the latest version:
@franklupo commented on GitHub (Jan 5, 2023):
@tag- not implemnted
@pool- implemented
@PMExtra commented on GitHub (May 16, 2023):
Can I use
-to except a tag or pool? Such as--vmid=@all,-@tag-foo,-@tag-bar@franklupo commented on GitHub (May 16, 2023):
The
-work only for VmId or VmName