Search results

  1. D

    About report

    Ok, no problem I thought it was possible to add a switch, i try myself Tx, Diaolin
  2. D

    [SOLVED] How to customize host client name in proxmox-backup-client

    Modify your script and at the first line put hostname mylaptophostname and the last line hostname mylaptopnewhostname
  3. D

    About report

    Is it possible to include as attachment to the mail the entire log of the action? Example: Sync Jobs Instead of sending: its OK or it has ERROR include the log? Even if with a checkbox... Tx, Diaolin
  4. D

    [SOLVED] PVE Backup server hangs on boot

    i think it's checking the other volume.... pbs-data
  5. D

    [SOLVED] backup from stdin (not possible)

    many thanks, i will not open a request, i could solve via rclone on a temporary gate and then backup with the beautiful proxmox.backup-client. Tx
  6. D

    [SOLVED] backup from stdin (not possible)

    with proxmox-backup-client is it possible or is it in TODO list? Tx
  7. D

    [SOLVED] Restoring a single disk (solved command line)

    Ok, i use always this solution, my question was about the interface method Tx, very good Diaolin
  8. D

    [SOLVED] Restoring a single disk (solved command line)

    Hi folks, i've many PVE installed anywhere and i have a simpler question with a difficult answer, i presume: I've a container with multiple mountpoints rootfs 8GB /data 1,7TB /var/log 1TB the PBS works perfect the question: is there a way to restore only the rootfs for example withouth...
  9. D

    Proxmox Backup Server 2.2 available

    Perfect: namespaces are automatic?
  10. D

    Proxmox Backup Server 2.2 available

    Just a question: you write "Make sure that you run the latest Proxmox VE 7.2", is this version incompatible with the precedent 6.* and 7.*?
  11. D

    PBS backup of lxc container

    Ah, i thought that this happens only withouth the presence of an lvm-thin storage. Tx
  12. D

    PBS backup of lxc container

    Nobody interested on this topic? Tx, anyway, Diaolin
  13. D

    PBS backup of lxc container

    Hi, folks, during backup of a VM i see the percent transferred during backup of CT no. Is it possible to see in the log the transfer state? Tx, Diaolin
  14. D

    Taking advantage of the "comments" field when doing backups

    I use a backup-hook as script in the jobs.cfg script /root/bin/backup-hook.sh #!/bin/bash # Momenti passati allo script come $1 #job-start #backup-start #pre-stop #pre-restart #post-restart #backup-end #log-end #job-end # # aggiungerlo al vzdump come --script pathcompleto (deve essere...
  15. D

    A Conversation about Backup Strategies and PBS

    The second way, i use always, is to have a local pbs and a remote pbs. The remote pulls from local without deleting vanished. For a longer time than the pulled one. In the local pbs the backups are pushed, in the remote are pulled from local. Example: In the local maintining 12 days and in the...
  16. D

    A Conversation about Backup Strategies and PBS

    You say it's important but you end with "little gain"... I don't understand
  17. D

    Auto start VM/ct

    Hi, folks, just a simple question: is there a way to start a vm whenever a storage goes online (perhaps after a network down)? At this moment i've written a simple script but i think on a hook... If interested i've the script Tx, Diaolin Is not important, probably simply interesting...
  18. D

    About datastore usage

    I think that simply showing the table would be enough No button no popups... Tx, Diaolin
  19. D

    [SOLVED] Lvm problem solved but not fully

    adopted the lvm.conf solution but this is a partial solution. thin_check_options = [ "-q", "--skip-mappings" ] update-initramfs -u Seems to be ok Tx