Search results

  1. L

    Output of command messages to a file

    Tell me how you can send the output of command messages to a file? proxmox-backup-client backup root.pxar:/ ... > status.log doesn't work like that proxmox-backup-client prune ...> status-prune.log that's how it works
  2. L

    proxmox backup client & file server

    Hello, tell me if I'm doing everything right or can I improve something? There is a file server from which I backup to PBS with a script. after completion, an email with the result is sent. [google translate] :rolleyes: #!/bin/bash export PBS_PASSWORD=MyPasswordSecret export PBS_LOG=error...
  3. L

    The server does not start the network if multipatch is in autoload [fixed]

    I forgot to mention that I used lvm for fc storage and when executing the command pvcreate /dev/mapper/mpath0-part1 there was a problem in the download. i deleted partitions on /dev/mapper/mpath0 and ran the command pvcreate /dev/mapper/mpath0 this solved the problem! The server boots fine to...
  4. L

    The server does not start the network if multipatch is in autoload [fixed]

    Hello installed proxmox 7.0-10 (clean install), set up multipatch and everything works! but if it reboots, then the network does not start, you can raise the network after executing the "/etc/init.d/networking restart". If you turn off the autoload of the multipatch-tools, then everything loads...