Recent content by comporder1

  1. C

    [SOLVED] HOW TO BACKUP PROXMOX CONFIGURATION FILES.

    It would be nice to have node/cluster/etc bare metal backup and recovery built into PVE/PBS. Maybe during PVE install have an option to point the installer to the PBS to do a bare metal recovery.
  2. C

    Extending Datastore

    For others who may be struggling to extend a datastore.... (PBS installed in a PVE cluster. The pve virtual disk in PBS is /dev/sdb) -resize disk in PVE -verify resized disk in PBS -> administration -> storage/disks -open PBS shell and run the following parted /dev/sdb (parted) print Warning...
  3. C

    Extending Datastore

    Thank you @oversite for the reply. I guess I could have prefaced my post with my lack of experience in linux. Running apt update first did in fact allow install to run. I understand now why. I'm kicking myself for not thinking of that before I posted.
  4. C

    Extending Datastore

    @fabian, The link you referenced uses parted to extend the file system. PBS iso install does not include parted and will not install with apt-get install parted. So what is the next step?