mirror of
https://github.com/Corsinvest/cv4pve-autosnap.git
synced 2026-04-26 01:15:48 +03:00
[GH-ISSUE #40] Snapshot is not created #38
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-autosnap#38
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 @lipflip on GitHub (Sep 18, 2020).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/40
I'm using proxmox 6.2
I'm running the script on the host itself (just for now, untill we have another server available to put the script on).
I'm running this command:
/usr/sbin/cv4pve-autosnap --host='localhost' --api-token='MY TOKEN' --vmid='101' snap --label='daily' --keep=14 --debug
This is the output:
The connection is OK, but the snapshot was not created. I'm not sure why... the VM is online.
@franklupo commented on GitHub (Sep 18, 2020):
The api-token not have permission to esecute snapshot and read info cluster
@lipflip commented on GitHub (Sep 18, 2020):
Yes indeed, it was an api-token permission problem.
Thanks!