Search results

  1. R

    [SOLVED] Keyboard Issues

    Thank you! This did it for me. Settings >> Librewolf >> Fingerprinting >> uncheck "Enable ResistFingerprinting". Now I can use the "@" symbol when logging into windows 11 guest.
  2. R

    Datastores sync local

    Thank you! Glad I stumbled on this answer after searching all around the internet for a way to back up my 4TB PBS mirrored datastore to a portable External USB drive. I set my remote host to 127.0.0.1 (localhost) - and username@pam. My intention is to store this backup offsite as a spun down...
  3. R

    LVM-Thin on 2 HDD

    Thank you for this. Went with this setup since I only have two SSD drives of varying sizes.
  4. R

    [SOLVED] How to Disable TOTP on Proxmox Backup Server

    Thanks. This worked without a restart. I ssh into to shell and rm tfa.json and tfa.json.lock then refreshed the browser page at logon window.
  5. R

    [SOLVE] How to stop the "nonexisting" replication job?

    Thank you. I had to first do pvesr list to get job names of old cluster jobs. Then: pvesr delete 105-0 --force, pvesr delete 102-0 --force, etc for mine to work.