Search results

  1. O

    Excludes by variables

    I'm playing around with proxmox-backup-client and (bash) scripts. Everything works great so far, including "fixed" --excludes parameters. Working example: BACKUPNAME="AllWithoutHome" mount /dev/sda1 /mnt -o ro,noatime proxmox-backup-client backup ${BACKUPNAME}.pxar:/mnt --backup-id ${BACKUPNAME}...
  2. O

    [SOLVED] Proxmox-backup-client (partially solved)

    You're welcome. And I'm very sure too that there could be a quite need for a native PBS client for Windows desktops. Having some customers for myself with a mixed setup (PVE, PMG, PBS and some Linux servers/container, Windows desktops) and my thought were going to the same (your) direction...
  3. O

    [SOLVED] Proxmox-backup-client (partially solved)

    Don't feel offended. Nobody is smiling about your consideration. And yes, I've read what you've written. "PBS is a Linux thing" is meant as well as server side and as client side..at least currently.
  4. O

    [SOLVED] Proxmox-backup-client (partially solved)

    ...but Fabian's answer is somewhat right. PBS is (for now) a Linux thing. We've discussed a similar thing for Borg Backup and a GUI for that here, but came to the decision that, as long as there're no native Windows application(s), there is no chance - but is solvable by realizing all that by...
  5. O

    PVE auf A300 will nicht installieren:

    Keine Ursache, gerne geschehen. Das ist natürlich schade und bedauerlich, dass bei einem quasi identischen Rechner ein solch unterschiedliches Verhalten auftritt. BTW: Hängt der Rechner denn dann tatsächlich oder scheint er nur zu hängen...ich meine, hast Du mal CTRL+ALT+F2 etc. gedrückt, ob...
  6. O

    PVE auf A300 will nicht installieren:

    ...ich war derweil mal offline und habe den PVE v6.3 Installer laufen lassen, sogar gleich zwei mal, da ich beim ersten Lauf den Test-Stick vergessen hatte anzustöpseln. Aber beide Tests hingen nicht und ich konnte vor und zurück im Install-Menü; alle Werte meines DHCP wurden brav übernommen und...
  7. O

    PVE auf A300 will nicht installieren:

    Jo, laut dmidecode ist es zumindest 3.60: BIOS Information Vendor: American Megatrends Inc. Version: P3.60 Release Date: 10/28/2019 Von "S" steht da nichts. Ich packe das PVE-ISO mal gleich mal auf meinen iPXE und schaue mal... Ich fahre die BIOSe meiner Kisten solange es...
  8. O

    PVE auf A300 will nicht installieren:

    Ist das zufällig der ASRock A300M-STX? Denn ich nutze diesen mit einem Ryzen 5 PRO 3400G unter ArchLinux ohne jegliche Probleme und könnte daher gerne einmal den Proxmox- oder Debian-Installer laufen lassen, bis wohin diese bei mir kommen. Läuft Dein BIOS im UEFI- oder Legacy-Modus?
  9. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Update time! - Fixup dependency check, added Reboot command, changed from GPLv2 to GPLv3 - dostholc-gui To use the GUI copy dostholc-gui.ini to your home directory and edit the file, then start dostholc-gui.sh. GUI should be self explainable.
  10. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Update time! - dosthold and dostholc are checking for missing dependencies/programs now Edit: DO NOT USE...dependency check is borked.
  11. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Ha! I can remeber that someone else had gawk missing too earlier in this thread. I'm just updating the scripts to check for missing dependencies at start, so gawk is a welcomed candidate :) Glad that it's working now at your site and that you're happy with it.
  12. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Strange...but what's the meaning of the option "toggle" in #26? Is it your placeholder/example for "wakeup|shutdown|poweroff|suspend|resume|reset" or did you really enter "toogle" - as this isn't any available option of my script!? Another try: please do the following: ssh/login to the PVE and...
  13. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Look fine so far what you've done. But have you installed socat on the PVE server also?
  14. O

    [SOLVED] Poweroff und WoL -- auf Proxmox-Art?

    Liest sich für mich so, als ob der NIC nicht immer oder nicht zuverlässig beim Herunterfahren "WOL enabled" wird. Ein häufiges Problem mit WOL ist das BIOS des PC, dort ist WOL selbstmurmelnd ein- und sonstige Stromsparmechanismen abzuschalten (z.B. "DeepSleep S5"). Ansonsten ist der Artikel...
  15. O

    Probleme mit ryzen bekannt?

    @simpsonetti meint vermutlich den Thread Hostsystem ohne erkennbaren Grund abgestürzt, aber das dürfte längst überholt und erledigt sein. Und falls nicht, sollte der Thread ihm helfen.
  16. O

    [SOLVED] Backup of containers are failing when they were restarted before

    Jein ;) Last update on PVE and PBS ran at 2020-11-11 / 14:27, just a short time after the release of PBS v1.0.1 I'll run my next test as described before and after that I'll update both hosts and recheck. Edit: No or no relevant updates available.
  17. O

    [SOLVED] Backup of containers are failing when they were restarted before

    Have this observed a few times while on PBS beta but did a fresh test with PBS stable yesterday. Most of the containers are Debian Buster from Proxmox' template. Did some updates to some of them and restarted the concerned ones by systemctl reboot, like I always do. Every CT I did this with...
  18. O

    Proxmox Backup Server 1.0 (stable)

    Yeah, another congrat from my site for this phantastic product! I was pleased to help with some comments and tickets.
  19. O

    TVHeadend LXC / Digital Devices

    Es ist ein TRIAX TSS-400. Ich stand seinerzeit vor den selben Fragen, was und wie am elegantesten zu tun sei, las mich etwas über das Thema SAT2IP in den Foren bei tvheadend ein und stieß dort auf mehrere Tests von Geräten, darunter besagtes TRIAX. Gekauft, eingebunden, läuft. Würde ich...
  20. O

    Private LAN between two Nodes, is it possible?

    I'm using tinc for a very similar setup of four hosts located at different locations in europe. Every host is reachable by the other hosts, as well as every container I'm using. Behaves like a normal network but with different IP ranges for every host/node. Setup of tinc is relatively clear but...