Proxmox How To Backup and Restore VMs to a NAS

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 40

  • @HenriHuotari
    @HenriHuotari 3 หลายเดือนก่อน +1

    For those struggling with getting their TrueNAS Scale to work with this, you need to go to the share advanced settings and set maproot user and maproot group to "root". Thanks for the video!

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  3 หลายเดือนก่อน

      Yeah, TrueNAS Scale and TrueNAS Core admin can be different I've since found
      The ACLs for instance seem a lot more in depth

  • @BillyDickson
    @BillyDickson ปีที่แล้ว +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 TH-cam creaters says "An untested backup is just wishful thinking". 👍

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  ปีที่แล้ว

      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

  • @bassjunk3
    @bassjunk3 ปีที่แล้ว +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  ปีที่แล้ว

      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 ปีที่แล้ว

      @@TechTutorialsDavidMcKone 💰💰

    • @4evermetalhead79
      @4evermetalhead79 ปีที่แล้ว

      Same here. 🤯

  • @andymok7945
    @andymok7945 ปีที่แล้ว +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  ปีที่แล้ว

      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

  • @ryanmalone2681
    @ryanmalone2681 6 หลายเดือนก่อน +1

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

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  6 หลายเดือนก่อน

      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

  • @bdhaliwal24
    @bdhaliwal24 ปีที่แล้ว +1

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

  • @zyghom
    @zyghom ปีที่แล้ว +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  ปีที่แล้ว

      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 ปีที่แล้ว

      @@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.

  • @fedefede843
    @fedefede843 6 หลายเดือนก่อน +1

    Well done sir!

  • @williambravin1254
    @williambravin1254 ปีที่แล้ว +1

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

  • @ruwn561
    @ruwn561 ปีที่แล้ว +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  ปีที่แล้ว

      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

  • @TheExcetto
    @TheExcetto 3 หลายเดือนก่อน +1

    if my proxmox host was to go down, and I launched a new one, could I mount the smb on a new host and restore them via that?
    thanks

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  3 หลายเดือนก่อน

      It should be possible as the backup files aren't owned by one particular server
      Make sure when attaching the share to the new server though that it can be used for backup files if you want to restore via the GUI

  • @alexlay7809
    @alexlay7809 ปีที่แล้ว +1

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

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  ปีที่แล้ว +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 ปีที่แล้ว

      @@TechTutorialsDavidMcKone will try that. TYVVM!

  • @alphaomega5017
    @alphaomega5017 หลายเดือนก่อน +1

    I am pn PVE 8.2.7 version i tried to Backup up my VM to Synology through NFS share I am getting the INFO: backup mode stopped. Please advise on how to correct this issue

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  หลายเดือนก่อน

      Is the backup mode set to stop mode?
      To backup the VM, the server would need to shutdown the VM
      If the qemu agent isn't installed and enabled, the server won't be able to do that
      Although stop mode is more consistent, it does require downtime
      So the recommended method is to use snapshot mode

    • @alphaomega5017
      @alphaomega5017 หลายเดือนก่อน

      @@TechTutorialsDavidMcKone On VM under options the QEMU Agent was disabled state now I have enabled it. Let check now and I will share the update accordingly. Thank for your response. When login to the Win VM I see the QEMU agent service is running state

    • @alphaomega5017
      @alphaomega5017 หลายเดือนก่อน

      @@TechTutorialsDavidMcKone Thank you for your quick help. Now I was able to backup. It took a while as there a second hdd was 5tb size but the data was around 600 GB

    • @alphaomega5017
      @alphaomega5017 หลายเดือนก่อน

      @@TechTutorialsDavidMcKone I have Windows 11 on a physical server I have converted to qcow2 for mat but I unable to import also the parameters required that we need to VM. Could you please guide me please

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  หลายเดือนก่อน

      @@alphaomega5017 Unfortunately I don't use Windows so I'm not sure what's causing the problem

  • @Serwer-v3e
    @Serwer-v3e 3 หลายเดือนก่อน +1

    challenge
    chow to install ABB on PROXMOX host?

    • @TechTutorialsDavidMcKone
      @TechTutorialsDavidMcKone  3 หลายเดือนก่อน

      What do you mean by ABB?
      All I'm getting in search results is a company

  • @joshuamiranda2167
    @joshuamiranda2167 ปีที่แล้ว +1

    You remind me of Bill Burr