Share Proxmox Backups Locally with Samba

Опубликовано: 30 Сентябрь 2024
на канале: i12bretro
6,834
102

#Proxmox #Backups #Samba #SMB

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

   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:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro