Share Proxmox Backups Locally with Samba

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=zfBCJtM0mIg



Category:
Tutorial
Duration: 1:29
2,355 views
46


#Proxmox #Backups #Samba #SMB

Full steps can be found at https://i12bretro.github.io/tutorials/0654.html

   01. Log into Proxmox VE, either at the console or the web UI and launch the web shell
   02. Run the following commands
         # update software repositories
         apt update
         # install samba
         apt install samba -y
         # edit the samba conf file
         nano /etc/samba/smb.conf
   03. Paste the following at the bottom of the file
         [vmbackups]
         comment = Proxmox backups
         path = /var/lib/vz
         guest ok = no
         public = yes
         writable = yes
   04. Press CTRL+O, Enter, CTRL+X to write the changes
   05. Continue with the following commands
         # restart samba service
         systemctl restart smbd
   06. Test that the new samba share is accessible, from Windows \\DNSorIP\vmbackups
   07. When prompted, login with root and the Proxmox root password
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Backing Up Proxmox Virtual Machines
Backups
Debian
Home Lab
Home Lab Ideas
How To
Hypervisor
Install Guide
Linux
Linux Tips
Microsoft
Mount Samba Share
Network
Proxmox
Proxmox How To
Proxmox Node
Proxmox Tutorial
Proxmox VE
Proxmox VM Backups
SMB
Samba
Tutorial
VM
VM Backups
Virtual Machine
Virtualization
Windows
i12bretro