Recent content by unholyhumorousunratedoat

  1. U

    File-Level and Interactive Restore via CLI

    I always do the following before working with the backup commands to keep the commands short. The second command removes the root password from history. :cool: export PBS_PASSWORD='pbs_password' builtin history -d $((HISTCMD-1)) export PBS_REPOSITORY='datastore_name' export...
  2. U

    File-Level and Interactive Restore via CLI

    Hi, you forgot to set the shell variable (maybe you did it but changed to root e.g.) or you didn't specify the repository. So you can do either proxmox-backup-client list --repository pbs-datastore Or export PBS_REPOSITORY='pbs-datastore' proxmox-backup-client list
  3. U

    File-Level and Interactive Restore via CLI

    Thanks for your answer! I had to do it as root, sudo didn't work: pveadmin@pve:~$ proxmox-backup-client map vm/102/2024-09-24T09:02:00Z drive-scsi1.img storing login ticket failed: $XDG_RUNTIME_DIR must be set Error: Permission denied (os error 13) root@pve:~# proxmox-backup-client map...
  4. U

    File-Level and Interactive Restore via CLI

    Thank you for your answer! Unfortunately, it still doesn't work. root@pve:/etc/proxmox-backup# proxmox-backup-client map vm/102/2024-09-24T09:02:00Z /drive-scsi1.img.fidx Error: Can only mount/map pxar archives and drive images. It still asks for pxar archives, but I have the fidx file. Do...
  5. U

    File-Level and Interactive Restore via CLI

    Hi guys, I would like to restore on a file-level via CLI. In my scenario, the PVE and PBS are installed on the same physical machine. I'm running Proxmox Virtual Environment 8.2.4 and the Backup Server 3.2-6. The Manpage for interactive restores looks good. I would like to use it to restore a...
  6. U

    File Restore Option not shown

    I forgot to add the PBS in Datacenter => Storage :-)
  7. U

    File Restore Option not shown

    Hello there :) I have my new setup backups are working! Now I can restore the whole backup, but I am missing the File Restore option from the menu. Where is it gone or why don't I have it? My idea is: the PBS is not used for the backup. Because his backup count is zero. But there is in the PBS...
  8. U

    Proxmox Dynamic FQDN?

    The PMG is reachable on Port 25 through the internet under a static public IP. Well I guess you're right. That should solve the problem. I'll try it and let you know. Thanks for clarifying :)
  9. U

    Proxmox Dynamic FQDN?

    Thank you for your answer. PMG ist incoming and outgoing server. The company has two "departments" with two different domains to send and receive E-Mails from. Receiving from multiple domains is no problem, I set that up in the relay domains. But when it comes to sending from a.com or b.com...
  10. U

    Proxmox Dynamic FQDN?

    What exactly is your motivation in responding to a thread like mine with the intention of not helping but offending me for not knowing something? I truly feel sorry for you spending time of your life with responding in forums for offending people.
  11. U

    [SOLVED] DKIM Validation: public key: OpenSSL error: too long

    Well I thought just trying and the GUI display not the whole public key. New DNS entry looks as follows: v=DKIM1; h=sha256; k=rsa...
  12. U

    [SOLVED] DKIM Validation: public key: OpenSSL error: too long

    Hi guys, I'm working on setting up DKIM Signing for all outgoing mails. In the GUI Proxmox shows me under DKIM the DNS Records I should set: Selector: pmg Key Size: 4096 DNS TXT Record: pmg._domainkey IN TXT ( "v=DKIM1; h=sha256; k=rsa; "...
  13. U

    Proxmox Dynamic FQDN?

    Hi guys! I'm setting up a PMG and the customer has multiple domains lets say a.com, b.com and c.com and they want to send from all domains through the PMG. Before they were sending from their local Exchange server directly and now it should be done through the PMG :) The local domain is...
  14. U

    Storage type for nextcloud data directory

    Hey there :) I'd recommend setting up two VMs. First the FreeNAS VM and passthrough the HDD to it. And you can mount SFTP shares via the Nextcloud webinterface. That's how I used it :)