Search results for query: FabU

  1. UdoB

    [TUTORIAL] FabU: I have two (or at least one) additional HDDs in spare - how can I use them to create Backups of my VMs and Containers?

    ...used as a ZFS mirror. Everything will work too if you have only one drive. a PBS, built upon a separate computer is recommended - however this FabU is not about that approach we are talking HDDs because that is what the target audience might have recycled from an old computer, everything here...
  2. UdoB

    [TUTORIAL] FabU: no network connectivity after installation (or after switching the router) = can not load the Web Gui in a browser

    ...#2 https://pve.proxmox.com/wiki/WLAN https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration https://forum.proxmox.com/search/7994094/?q=FabU&c[title_only]=1&c[users]=UdoB&o=date - some more of this series of posts may be added over time...
  3. UdoB

    [TUTORIAL] FabU: This is just a small setup with limited resources and only a few disks, should I use ZFS at all?

    ...Concepts/dRAID Howto.html https://pve.proxmox.com/wiki/ZFS_on_Linux https://forum.proxmox.com/search/7994094/?q=FabU&c[title_only]=1&c[users]=UdoB&o=date - some more of this series of posts may be added over time... https://github.com/jameskimmel/opinions_about_tech_stuff/blob/main/ZFS/PLP...
  4. UdoB

    [TUTORIAL] FabU: Can I use ZFS RaidZ for my VMs?

    ...case note that “Raid” of any flavor and/or having snapshots does not count as a backup. Never! See also: https://pve.proxmox.com/wiki/ZFS_on_Linux https://forum.proxmox.com/search/7994094/?q=FabU&c[title_only]=1&c[users]=UdoB&o=date - some more of this series of posts may be added over...
  5. UdoB

    [TUTORIAL] FabU: can I use Ceph in a _very_ small cluster?

    ...one disk. Generic services overview: https://docs.ceph.com/en/quincy/cephadm/services/ https://pve.proxmox.com/pve-docs/chapter-pveceph.html FabU = Frequently answered by Udo - just used as an uncommon search term :cool: https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster...
  6. UdoB

    [TUTORIAL] FabU: Restore a file from a vzdump/vma backup on the CLI

    Preface While I am basically sure this is documented somewhere I was not able to find a compact guide. And I was never in a situation where this was necessary... yet. What I had found is https://pve.proxmox.com/wiki/VMA and the man-pages of the required commands, but no “walk-through”...
  7. UdoB

    [TUTORIAL] FabU: Copy files between Host and a VM by using 9p (to/from Linux for now...)

    How can I copy files between the PVE Host and a VM? There are many ways, ssh/sshfs being the recommendation usually. One possible alternative does not need a network: 9p. this is for temporary usage e.g. maintenance or initial setup. 9p is local, so the VM can not migrate anymore for this...