We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I'll have just one backup of a VM it will work, but if I'll create multiple backups of the same VM and trying to restore, it will fail The error is
VMs selected: ubuntu22-04 Traceback (most recent call last): File "/usr/local/bin/wyng-util-qubes", line 332, in <module> (q_wpriv_wrootmap[target][session][ii], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'private'
The command running to restore is:
sudo wyng-util-qubes restore vm --session xxxxxxxx-xxxxxx --dest=qubes://<vm where I'm keeping backups>/location
The text was updated successfully, but these errors were encountered:
@astingengo From the output of the direct Wyng listing:
wyng list --dest=<location>
How many entries are there for 'ubuntu22-04' private volumes and how many for root?
Sorry, something went wrong.
Appears only one for root and one for private
Late response as I removed all backups and created only one ... but I needed again more than one and it failed again :-(
LE: But if I'll use wyng-util-qubes to list all (--all) sessions it will display two
wyng-util-qubes
Using lvs command it will show <vm>-private and private.tick and <vm>-root and root.tick
<vm>-private and private.tick
<vm>-root and root.tick
No branches or pull requests
If I'll have just one backup of a VM it will work, but if I'll create multiple backups of the same VM and trying to restore, it will fail
The error is
The command running to restore is:
The text was updated successfully, but these errors were encountered: