Search results

  1. T

    Boot Disk Wasted Space

    I have a clean install of PBS with 2 * 1Tb Mirror raid. I realise HDD are not optimal but this is a small home network and backups are mainly archive. However the install has used up all space on the first 1Tb mirror as lvm. This would appear to be a lot of wasted space. Is it possible to...
  2. T

    Import Disk from NFS Slow

    Clean install today of version 7 on server with 6*ssd and 128gb ram. I have a large 127GB windows qcow2 file which is too big to upload via sftp into the local ext4 storage. Therefore I have mounted an NFS share from my Windows server. Mounted the nfs data store and I am running qm importdisk...
  3. T

    Silly Question. Is PBS Prune per Guest

    I have read the documentation and I am assuming that the prune settings ie keep last 5 apply per guest vm and not the total number of backups on the data store. It might be an idea to put this in the documentation. Can somebody confirm. Thank you Paul
  4. T

    Delete Datastore

    Thanks for reply, Cant use PBS 2 as based upon bullseye and no megaraid cli drivers ready yet ? https://github.com/eLvErDe/hwraid/issues
  5. T

    Delete Datastore

    Hello, this is a fresh install of version 1-1-1 I set up a data store on the first volume lvm as a test with path lvremove /backup/disk1/store1 And ran a test backup. I would now like to delete the data store as this was a test and I didn't want it on the OS volume so I ran...
  6. T

    Backup VM then delete from PVE

    Thanks, I will test it first. That functionality is very useful.
  7. T

    Backup VM then delete from PVE

    Hello, I have a working setup of PVE6 and PBS 1. I'm trying to establish if we can use PBS as an archive for virtual machines we are no longer using in the live environment. So we backup the PVE guest to PBS then delete from live system. The primary reason for doing this is to free up storage...
  8. T

    How to get this Discourse VM image running in Proxmox

    unzip the download ova file convert the vdmk to qcow2 (I use starwind for this) create new VM for linux make note of id eg 104 upload to /var/lib/vz/images/ use qm import somethink like qm importdisk 104 /var/lib/vz/images/discourse.qcow2 tosh-thinpool depending on storage qm rescan then attach...
  9. T

    Getting started with Proxmox Backup Server

    Did you manage to get this working where pbs server has a single disk (1TB). I am testing on spare machine and cannot add datastore as dont have unused disk to create a directory. I just did defualt install ? Thanks
  10. T

    Move Disk lvmthin slow

    I have been moving some legacy Windows virtual machines from hyper V. I convert the vhdx to qcow2 and import the disc to the dir backup storage. Here is my config. dir: local path /var/lib/vz content iso,vztmpl,images shared 0 lvmthin: local-lvm thinpool data vgname pve...