Video není dostupné.
Omlouváme se.

Proxmox How To Backup and Restore VMs to a NAS

Sdílet
Vložit
  • čas přidán 19. 08. 2024

Komentáře • 26

  • @ryanmalone2681
    @ryanmalone2681 Před 3 měsíci +1

    Excellent. Had my backups set up and completed onto my NAS before I was even halfway through the video.

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 3 měsíci

      I like that they built this into the system
      A NAS usually has a built-in cloud backup solution so it makes life much easier for offline backups

  • @bassjunk3
    @bassjunk3 Před 9 měsíci +2

    this is weird... your last few videos have been bang on what I'm working on or about to start working on! Will need to call you mistic Dave from now on!

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 9 měsíci

      That's very handy indeed
      Maybe I should set up a financial channel
      I'd love to be able to predict the stock market or lottery numbers

    • @bassjunk3
      @bassjunk3 Před 9 měsíci

      @@TechTutorialsDavidMcKone 💰💰

    • @4evermetalhead79
      @4evermetalhead79 Před 9 měsíci

      Same here. 🤯

  • @BillyDickson
    @BillyDickson Před 9 měsíci +1

    Thanks Dave, much appreciated, I just updated my NAS from Core to Scale and did a quick restore from my my NAS to my Proxmox box and all went well. thanks for that.
    As another of my fave CZcams creaters says "An untested backup is just wishful thinking". 👍

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 9 měsíci

      That sounds like quite a lot of work to be doing, but good to know things went well
      I did drop Core for Scale myself along the way
      Although I would appreciate it if they did more work on tuneables
      And the ACL permissions are "interesting" compared to what was in Core
      But with most of my other things now on Debian I prefer it

  • @zyghom
    @zyghom Před 9 měsíci +2

    super nice guide. I would suggest also using Proxmox Backup Server. Reason being: it goes a bit further. Not only it can also backup non-proxmox data but, more important (at least for me): the backup you are showing today uses all the space available because every backup is new file. While Proxmox Backup Server uses deduplication - in my case the ratio is 45:1 - that really saves the space on NAS.

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 9 měsíci

      Wow, that is a lot of storage saved
      It's no surprise then that containers became so popular
      You can run deduplication on a NAS like TrueNAS if you're using ZFS mind
      But I quite like the option of having PBS doing regular verification checks on your files

    • @zyghom
      @zyghom Před 9 měsíci

      @@TechTutorialsDavidMcKone true, I can use dedup of ZFS as such but the space/dataset I created on my NAS for the PBS I set without dedup - you don't need 2x dedup: 1 from PBS and 1 from ZFS - it will only cause CPU to grill ;-) And I did not see option to turn it OFF on PBS.
      The easiest way is to install PBS on the same Proxmox, give it space for backups from NAS and voila - no need for extra machine. Data is protected because it is not on the same machine where Proxmox is but on NAS. VM of PBS will be backed up to NAS as well.

  • @andymok7945
    @andymok7945 Před 9 měsíci +1

    Thanks. I picked up a couple new features. I do backup my VM/LXC using the built in backup solution to my TrueNAS. Been using Proxmox for about 6 years now.

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 9 měsíci

      I think it's a very useful backup option
      No agent to install, and it even has data retention
      Compared to other hypervisors, Proxmox VE ticks a lot more boxes for me

  • @fedefede843
    @fedefede843 Před 3 měsíci +1

    Well done sir!

  • @bdhaliwal24
    @bdhaliwal24 Před 9 měsíci +1

    Great tutorial video. Very thorough and detailed with your commentary. Thanks.

  • @williambravin1254
    @williambravin1254 Před 8 měsíci +1

    Many Thanks David . Well explained and very useful @BillyDickson... Just did the same last night🤣

  • @ruwn561
    @ruwn561 Před 9 měsíci +1

    If you want certain VM backed up in different jobs or times. Put your VMs into pools and use pool based backups.. instead of Node or selected VM backups.

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 9 měsíci

      Now that is good to know, thanks for sharing
      That gives me an idea for another video actually as pools can be useful for other reasons

  • @joshuamiranda2167
    @joshuamiranda2167 Před 9 měsíci +1

    You remind me of Bill Burr

  • @alexlay7809
    @alexlay7809 Před 8 měsíci +1

    I have a QNAP NAS running samba/cifs but it requires user authentification. Can you explain how to set that up?

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  Před 8 měsíci +1

      Unfortunately I don't have a QNAP NAS to test against
      But assuming you've created a share on it you'll want to select the SMB/CIFS option when adding a storage in Promox VE
      Provide a name for the storage
      Enter the IP address or FQDN for the NAS
      Enter the username
      Enter the password
      Now I don't know about your QNAP but I didn't need to include any domain details
      Assuming the account has access, you should then be able to select the share you want to use in the Share field
      If that doesn't work check the log file on the NAS
      Change the Content to VZDump backup file instead of Disk image
      Then click Add

    • @alexlay7809
      @alexlay7809 Před 8 měsíci

      @@TechTutorialsDavidMcKone will try that. TYVVM!