Latest activity

  • S
    Eher gefühlt. Die sind dort nicht ganz so organisiert, dass es da jetzt Vorher-Nachher-Benchmarks gäbe. Aber er bemerkt es deutlich, das ja. Ja. Das local-Backup-Repo ist etwa doppelt so schnell wie das übers Netzwerk, das ist brauchbar. Und...
  • G
    Hi @rostbond, we're currently waiting for patch #7017 to be available in the enterprise repository. After this we will evaluate the performance on our free PBS & re-open registrations. We do not have a waitinglist which can be subscribed to I'm...
  • P
    plurgi95 replied to the thread Live Migration im Cluster.
    Da Müssen wir die Migrations Aktion dann wohl auf die Wartungen Verschieben, weil ohne das TPM laufwerk gehts ja dann entfernen wir diese verschieben die VMS und Ändern die Storages.. Weil Über Backups LiveRestore bei laufenden Kundensystemen...
  • N
    n10ev replied to the thread Lose Access after every Restart.
    On second thoughts, based on the screenshot: - eno1 is "inet dhcp" - eno2 is "inet dhcp" - vmbr0 is static with a fixed IP So, the reason for the delay could be the sequential execution of operations: - first trying to get IP by DHCP on...
  • J
    Johannes S reacted to bitranox's post in the thread pve host backup with Like Like.
    absolutely. Thats why the script offers two methods which can be combined - ZFS Snapshot AND compressed Backup via SSH Tunnel, with some convenience functions like email notification, key distribution, systemd timers, backup retention and so on.
  • J
    Johannes S reacted to nicolas studiokgb's post in the thread pve host backup with Like Like.
    Ah ok The thing is there finally many thing done in pve shell (backup client, nut ups management...) that have to be restored in the eventuality of a failure. so a full host (without vm/lxc) backup is the way to go now
  • B
    bitranox replied to the thread pve host backup.
    yes - the script can be configured to do that - compressed Backup via SSH Tunnel, with some convenience functions like email notification, key distribution, systemd timers, backup retention and so on.
  • J
    Johannes S replied to the thread Tape-Backup für Anfänger.
    Naja im Endeffekt ist Backup eh nicht das Problem, sondern der Restore. Wie lange brauchst du um die Daten vom Band wiederherzustellen? Im Homelab mag die Dauer egal sein, in den meisten Firmen nicht. Irgendwo las ich mal, dass Backups für...
  • spirit
    the current code is my $secure_delete_cmd = sub { my ($lvmpath) = @_; my $stepsize = $scfg->{'saferemove-stepsize'} // 32; $stepsize = $stepsize * 1024 * 1024; my $bdev = abs_path($lvmpath); my...
  • P
    parallax replied to the thread Network hickups during backup.
    For what it's worth, not all VMs go down at the same time. So i don't think it is a general adapter issue, as that would result in the node being completely unreachable? Anything in the other logs/config i provided?
  • B
    bitranox reacted to nicolas studiokgb's post in the thread pve host backup with Like Like.
    Ah ok The thing is there finally many thing done in pve shell (backup client, nut ups management...) that have to be restored in the eventuality of a failure. so a full host (without vm/lxc) backup is the way to go now
  • W
    Hey, ich habe in einem server eine emulex oce1402 , beim installieren von der pbs iso, hat die nic sich eine ip gezogen. nach dem reboot, kommt im dmesg immer incompatible optic. Vorher lief es mit windows ohne problem (habe auch die dac kabel...
  • N
    nicolas studiokgb replied to the thread pve host backup.
    Ah ok The thing is there finally many thing done in pve shell (backup client, nut ups management...) that have to be restored in the eventuality of a failure. so a full host (without vm/lxc) backup is the way to go now
  • B
    bitranox replied to the thread pve host backup.
    absolutely. Thats why the script offers two methods which can be combined - ZFS Snapshot AND compressed Backup via SSH Tunnel, with some convenience functions like email notification, key distribution, systemd timers, backup retention and so on.
  • P
    papayo replied to the thread CEPH-Log DBG messages - why?.
    In PVE 8.4.14 and ceph 18.2.7 I did the following: From the shell: ceph config set mon mon_cluster_log_level info Before previous config setcommand, ceph config show mon.pve1 | grep mon_cluster_log_level returned: mon_cluster_log_level...
  • N
    n10ev replied to the thread Lose Access after every Restart.
    Hi @ittechskn, The screenshots are hard to parse and analyse :) Could you please attach the file here or, at least, paste in text format the output of: # cat /etc/network/interfaces Regards, NT
  • B
    bitranox reacted to Johannes S's post in the thread pve host backup with Like Like.
    My answer was directed to this: I like the way you did you script (ZFS snapshots? Call me in ;) ) but the real cool parts (complete backup of the host) depends on ZFS which doesn't cover OPs usecase.
  • J
    Johannes S replied to the thread pve host backup.
    My answer was directed to this: I like the way you did you script (ZFS snapshots? Call me in ;) ) but the real cool parts (complete backup of the host) depends on ZFS which doesn't cover OPs usecase.
  • J
    Johannes S reacted to bitranox's post in the thread pve host backup with Like Like.
    Absolutely. Therefore You can configure in my script what You want to backup in addition to the usual config files. And the snapshot (did I mention that ZFS is just great ? ) catches it all.
  • J
    Johannes S replied to the thread Live Migration im Cluster.
    Wenn die Migration nur eine einmalige Aktion ist, geht auch immer der Weg einmal ein Backup zu machen und wiederherzustellen. Ist natürlich ein wenig von hinten durch die Brust ins Auge, aber zusammen mit dem live-restore-Feature von PBS sollte...