Move backups from disk to disk

Hi @Singman,
your backup is a tar file and not a vma file, that's why the vma-to-pbs tool complains. See also:

As for the restore error, please see:
 
  • Like
Reactions: Singman
Hi,

You may want to check how your storage is configured first. In Proxmox, backups are usually stored as regular files (in the <span>dump/</span> directory), so there’s no direct GUI option to move them between storages.

One approach you can try:

  • Use pvesm status to identify the source and destination paths
  • Copy the backup files (e.g., .vma.zst, .tar.zst) from the old storage to the new one using <span>rsync</span>
  • Ensure the destination storage has "Backup" content type enabled
Similarly, ISOs and CT templates can be found under /iso/ and template/cache/ , so you could move those the same way if needed.

After that, refresh the GUI and check if the files appear correctly.