Search results

  1. G

    Restore individual files from S3 backup

    I'm trying out the new S3 backed datastore and realized that it doesn't seem to be possible to restore individual files from a backup like it can be done with container backups on a local disk. It's also not possibe to download the .didx file, which is possibly the cause of this unavailable...
  2. G

    How to get the exactly backup size in proxmox backup

    Since I was restoring a backup over a WAN link and I wanted to know how long it was going to take, the compressed size of the chunks is exactly what I wanted to know. The UI just says “32GB” for the backup size, but the amount of data to transfer was only “6GB”. Good point about the duplicate...
  3. G

    How to get the exactly backup size in proxmox backup

    Here is a script that worked to get me the information I was looking for. It shows the cumulative on size of all chunks associated with a .fidx file. It doesn't support .didx files, so it's useless for containers but I'm sure similiar principles would apply for those should someone choose to do...