I can’t make a backup - it always hangs at 14%. Nothing has changed in 2 hours. All my VMs take up 52 gb of disk. I tried backing up with dom0 and without it - but it’s always only 14%. I don’t see any errors in the log. journalctl | grep qubes-backup shows nothing. Please write all possible commands where I can find the logs and journal of qubes-backup
Try without compression.
If you’re still using a legacy ‘file’ driver pool, all of the VMs stored in it that are selected for inclusion in the backup must remain shut down until the backup completes. Other than that,
I disabled active vm from varlibqubes and backup was completed successfully!
I have the same problem. How to backup sys-usb then when backing up to an external USB drive, attached to a dispVm that is not to be backed up?
You could back up sys-usb separately (while it’s shut down) to some temporary place, then move the backup file to your backup drive afterwards. Or clone sys-usb (again, while it’s shut down) and include the clone instead of the original in your backup run.
But the real solution is to migrate away from the legacy ‘file’ driver, e.g. to the ‘file-reflink’ driver.
Thanks. I thought and did the same in the meantime. Actually, it made me realize that instead of a full backup in a single file, to back the Qubes up in chunks, according to priorities while making notes which qubes were in which chunk. Less time to restore when needing specific qubes only.
You can selectively restore certain qubes from a big backup file that contains other qubes as well. Restoring will just skip over those other qubes, it doesn’t need to process their data. (There’s maybe a small delay at the beginning to process their metadata for the qube listing.)
That. When the backup is several TB, to extract only certain qube(s) is real pain. Also, spreading to chunks reduces the risk of all the qubes gone, when the backup file itself is unreadable or whichever way damaged.