Search results

  1. M

    Unable to restore to a passthrough hard disk

    Yes I can. I can select the physical HD with the Backup option and then run the backup. Also once completed I can browse files into it.
  2. M

    Unable to restore to a passthrough hard disk

    Hi all, I have a special need to use a hard disk passthrough with a windows 11 installed. I am able to backup the passthrough disk but I am UNABLE to restore it to the same device. There is no way since physical disk does not appear to be selected in the storage menu. Is there any way to...
  3. M

    USB devices in Windows 10/11 not detected by just doing reboot

    Hi, I have a Windows 11 VM but had this same behaviour before with Windows 10. The thing is, I use to add/remove usb devices from time to time and once you add or do some change to the USB device in VM set up, it is marked as a change that requires VM to stop and start. To get USB devices...
  4. M

    Optimal approach for host backups with Media content

    Great! A combination of dump information + deduplication amount of data may provide what I need. Thanks!
  5. M

    Optimal approach for host backups with Media content

    Mmm... interesting. I don't know why I missed the dump option... sorry. I tested and notice that list of files are shown as this example: ./xxx.pxar.didx/var/www/html/file.txt" 3354 2022-09-15T03:00:41Z If timestamp is diffent between 2 snapshots dump, I guess is because at block level file...
  6. M

    Optimal approach for host backups with Media content

    Hi community :) I have been using PVE and PBS for some time and 0 issues so far with the backup system so I am very happy. Currently I backup only LXC and VMs and any restoration I had to do just worked. Now, I would like to include backup of a shared folder where all my pictures are. The thing...
  7. M

    [SOLVED] Gmail account to send email is no longer working since May 30, 2022

    @milty456 this is out of my knowledge since I have the sasl_passwd file. Maybe a wront postfix installation? I don't know...
  8. M

    No bootable device detected after hard reboot on Intel NUC

    It may have been something related with NUCs. It happens the same in mines that by default, if I use legacy boot it always shows me "a bootable device has not been detected". But the funny thing is during bios load, if I press F10 and select the default drive (which should load without going to...
  9. M

    [SOLVED] Gmail account to send email is no longer working since May 30, 2022

    UPDATE: I was about to send this post thread when I found out how to solve it. I think is worthy if someone else have same problem. You must enable 2FA in your gmail account and generate a password app. Once generated, you have to replace your old password in postfix for this new one (16...
  10. M

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    This was the only thing I need to do to solve my gpu passthrough issue after upgrade from 7.1 to 7.2 for a Nvidia 1065 super to Windows11. It was NO necessary to add any extra parameter to grub like video=simplefb:off Thank you so much @StephenM64 and @nick.kopas
  11. M

    [SOLVED] GPU Passthrough issue

    Update: looks like there are some known issues with GPU passthrough and this version https://pve.proxmox.com/wiki/Roadmap#7.2-known-issues -- Hi all, I don't want to mix things in this thread but after upgrading to 7.2 my windows 11 with GPU passthrough working for more than 2 years just...
  12. M

    PAM user with PVE roles

    BTW, I just end up using proxmox API directly. It gives more flexibility in terms of limited rights per user.
  13. M

    Windows 11 guest - Iphone USB connection not working

    Self-answer: I got it working by just removing several usb ports I have configured on the given VM. Somehow those may cause some kind of interruption unable to properly passthrough phone content.
  14. M

    Windows 11 guest - Iphone USB connection not working

    Hello, I was searching in the forum but haven't found anything related to this. I want to use itunes to backup an iphone but I am unable to do. Sometimes through an error while doing the backup, others the pop-up trust message keeps booting on the phone,... When I use another laptop with...
  15. M

    Using PBS to backup only specific folder

    Thanks so much for your replies. I have been playing with your cli command and works. I am not worry for win folders, mines are on linux ones so no prob. I guess I need to have proxmox-backup-client in the same machine than source folder to backup, right? or you can somehow to access it over ssh...
  16. M

    Using PBS to backup only specific folder

    Hi community :) I am really impressed about PBS. Perform backups of VMs are amazingly fast and reliable so congratulations on such amazing product. Also to restore VMs just works! With that said, I would like to know if there is a way to backup only a specific folder using PBS. I have hard...
  17. M

    PAM user with PVE roles

    Thanks @fabian for you comment. The thing is I was looking for having a SSH user with exactly these limited roles so the alternative is to use the root ssh user then. Thank you,
  18. M

    PAM user with PVE roles

    Hello community :) I want to create a PAM user with limited rights in my 1 node PVE host to only allow specific actions as I have on my user in GUI. I did the following: GUI part: Create new group, new role with selected rights (VM.audit, Sys.Audit, VM.PowerMgmt) and new Pam user in this...
  19. M

    Update to PBS 1.1 not available

    Thanks @ph0x you were right. I did not have the pbs repository there... super fail.
  20. M

    Update to PBS 1.1 not available

    Hi, I tried to update to the latest version of PBS (1.1) following this FAQ: But everything seems updated: apt-get update -- apt-get upgrade -- I tried the GUI too with same results. And also to make sure was not updated I rebooted PBS and still showing version Anyone knows what is...